Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| public:cryptocur:software [2013/12/08 11:35] – ceric35 | public:cryptocur:software [2021/01/16 19:57] (Version actuelle) – supprimée ceric35 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== Logiciels ====== | ||
| - | Basé sur gentoo avec un kernel **3.12.2**, ati-drivers **13.11_beta6** et une carte graphique **Radeon R9 280X**. | ||
| - | |||
| - | La dernière version de '' | ||
| - | |||
| - | <code bash> | ||
| - | echo " | ||
| - | echo " | ||
| - | echo " | ||
| - | emerge =net-misc/ | ||
| - | </ | ||
| - | |||
| - | ===== cminer ===== | ||
| - | |||
| - | Le pool principal utilisé ici est https:// | ||
| - | |||
| - | Les options de lancement peuvent être trouvé ici : https:// | ||
| - | La référence de ma CG est **GV-R928XOC-3GD**. Mais les options ne changent rien (sauf '' | ||
| - | |||
| - | <code bash> | ||
| - | export DISPLAY=:0 | ||
| - | export GPU_MAX_ALLOC_PERCENT=100 | ||
| - | export GPU_USE_SYNC_OBJECTS=1 | ||
| - | cgminer --scrypt -o http:// | ||
| - | --intensity 13\ | ||
| - | --temp-cutoff 80\ | ||
| - | --failover-only -o http:// | ||
| - | </ | ||