issue87:qu_est-ce_que_c_est
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
issue87:qu_est-ce_que_c_est [2014/10/30 16:19] – créée andre_domenech | issue87:qu_est-ce_que_c_est [2015/01/11 16:10] (Version actuelle) – [5] auntiee | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | Let’s face it, mining digital currency nowadays is hardly worth it. It’ll cost you more in electricity than you’ll make in [insert favourite coin here]. Having said that, ASIC miners are all the rage these days for Bitcoin mining (which has a difficulty that is sky-high and will take supercomputers to get anything from it). Not so good for folks who want to try the lower end stuff (such as Litecoin) which use scrypt cryptography. Enter, stage left, the new fad of USB miners which use hardly any electricity. | + | ====== 1 ====== |
+ | |||
+ | **Let’s face it, mining digital currency nowadays is hardly worth it. It’ll cost you more in electricity than you’ll make in [insert favourite coin here]. Having said that, ASIC miners are all the rage these days for Bitcoin mining (which has a difficulty that is sky-high and will take supercomputers to get anything from it). Not so good for folks who want to try the lower end stuff (such as Litecoin) which use scrypt cryptography. Enter, stage left, the new fad of USB miners which use hardly any electricity. | ||
The first wave of USB miners were Bitcoin only, but now they’re releasing dualminers which can mine both Bitcoin and scrypt coins. | The first wave of USB miners were Bitcoin only, but now they’re releasing dualminers which can mine both Bitcoin and scrypt coins. | ||
- | To use one of these, you need to get the latest video drivers first (Nvidia for me). | + | To use one of these, you need to get the latest video drivers first (Nvidia for me).** |
- | Next, we need to get some software to run with the Dualminer. Unfortunately, | + | Avouons-le, miner de la monnaie numérique ne vaut pas vraiment la peine aujourd' |
+ | |||
+ | La première vague de mineurs USB était seulement pour Bitcoin, mais maintenant on trouve des « dualminers » qui peuvent à la fois miner des Bitcoins et des pièces scrypt. | ||
+ | |||
+ | Pour en utiliser un, vous devez d' | ||
+ | |||
+ | ====== 2 ====== | ||
+ | |||
+ | **Next, we need to get some software to run with the Dualminer. Unfortunately, | ||
git clone https:// | git clone https:// | ||
Ligne 13: | Ligne 23: | ||
cd dualminer-cgminer | cd dualminer-cgminer | ||
- | Before trying anything, make the auto and configure script executable. Open a window, go into the dualminer-cgminer folder. Right-click on configure and choose Properties. Click the Permissions tab and tick the box beside ‘allow executing file as program’. | + | Before trying anything, make the auto and configure script executable. Open a window, go into the dualminer-cgminer folder. Right-click on configure and choose Properties. Click the Permissions tab and tick the box beside ‘allow executing file as program’.** |
- | Well need a couple of dependencies, | + | Ensuite, nous avons besoin de récupérer un logiciel qui fonctionne avec le Dualminer. Malheureusement, |
+ | |||
+ | git clone https:// | ||
+ | |||
+ | Lorsque le téléchargement est terminé : | ||
+ | |||
+ | cd dualminer-cgminer | ||
+ | |||
+ | Avant d' | ||
+ | |||
+ | ====== 3 ====== | ||
+ | |||
+ | **Well need a couple of dependencies, | ||
Time to get compiling. In a terminal: | Time to get compiling. In a terminal: | ||
Ligne 23: | Ligne 45: | ||
sudo ./configure --enable-dualminer --enable-scrypt --disable-opencl | sudo ./configure --enable-dualminer --enable-scrypt --disable-opencl | ||
- | (obviously replace USERNAME with your username) | + | (obviously replace USERNAME with your username)** |
- | Continue with: | + | Nous aurons besoin de quelques dépendances ; utilisez votre gestionnaire de paquets pour installer libtool, libudev-dev et libncurses5-dev. Ou utilisez le terminal si vous préférez. |
+ | |||
+ | Il est temps de compiler. Dans un terminal : | ||
+ | |||
+ | sudo ./ | ||
+ | |||
+ | sudo ./configure --enable-dualminer --enable-scrypt --disable-opencl | ||
+ | |||
+ | (remplacez évidemment NOM_UTILISATEUR par votre nom d' | ||
+ | |||
+ | ====== 4 ====== | ||
+ | |||
+ | **Continue with: | ||
make && make install | make && make install | ||
Ligne 31: | Ligne 65: | ||
Wait a little while until it’s all compiled, then run cgminer with: | Wait a little while until it’s all compiled, then run cgminer with: | ||
- | sudo ./cgminer --scrypt | + | < |
- | NOTE: for me I had to run it with sudo otherwise it wouldn’t detect my device | + | NOTE: for me I had to run it with sudo otherwise it wouldn’t detect my device** |
- | Now wait. Probably quite some time. It takes me days to get about 0.01 of a Litecoin. The problem is exacerbated by the pool getting new blocks which displays: | + | Continuez avec : |
+ | |||
+ | make && make install | ||
+ | |||
+ | Attendez un peu jusqu' | ||
+ | |||
+ | < | ||
+ | |||
+ | REMARQUE : dans mon cas, j'ai dû l' | ||
+ | |||
+ | //note de frephil91 pour les relecteurs et le scribeur : c'est moi qui ai ajouté les balises nowiki dans la VO et la traduction sur la ligne commençant par sudo, sinon le double / sur cette ligne perturbait doluwiki: elles ne doivent pas être présentes dans Scribus, il faut garder la ligne commençant par sudo telle que dans la VO// | ||
+ | |||
+ | ====== 5 ====== | ||
+ | |||
+ | **Now wait. Probably quite some time. It takes me days to get about 0.01 of a Litecoin. The problem is exacerbated by the pool getting new blocks which displays: | ||
Stratum from pool 0 detected new block | Stratum from pool 0 detected new block | ||
- | and the whole mining process grinds to a halt for a short time. | + | and the whole mining process grinds to a halt for a short time.** |
+ | |||
+ | Maintenant, attendez. Probablement un certain temps. Il m'a fallu des jours pour obtenir environ 0,01 Litecoin. Le problème est exacerbé, car le « pool » obtient de nouveaux blocs et affiche : | ||
+ | |||
+ | Stratum from pool 0 detected new block | ||
+ | |||
+ | et c'est le processus complet de minage qui s' |
issue87/qu_est-ce_que_c_est.1414682378.txt.gz · Dernière modification : 2014/10/30 16:19 de andre_domenech