Outils pour utilisateurs

Outils du site


issue87:qu_est-ce_que_c_est

Ceci est une ancienne révision du document !


Table des matières

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. To use one of these, you need to get the latest video drivers first (Nvidia for me).

Avouons-le, miner de la monnaie numérique ne vaut pas vraiment la peine aujourd'hui. Il vous en coûtera plus en électricité que cela vous rapportera en [indiquez votre monnaie préférée ici]. Cela dit, les mineurs ASIC sont à la mode ces jours-ci pour miner des Bitcoin (ce qui est d'une difficulté exorbitante et nécessitera des supercalculateurs pour en obtenir quelque chose). Pas terrible pour ceux qui veulent essayer les choses les plus simples (comme Litecoin) qui utilisent la cryptographie scrypt. Entrez, et prenez à gauche, vers la nouvelle mode des mineurs USB qui utilisent peu d'électricité.

La première vague de mineurs USB étaient seulement pour Bitcoin, mais maintenant on trouve des double-mineurs qui peuvent à la fois miner des Bitcoins et des pièces scrypt.

Pour en utiliser un, vous avez d'abord besoin de récupérer les derniers pilotes vidéo (Nvidia pour moi).

2

Next, we need to get some software to run with the Dualminer. Unfortunately, none are available ‘off the shelf’, so we’ll need to compile a special version of cgminer ourselves. Download the git repository in a terminal with: git clone https://github.com/dualminer/dualminer-cgminer After the download is complete: 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’.

Ensuite, nous avons besoin de récupérer un logiciel qui fonctionne avec le Dualminer. Malheureusement, aucun n'est disponible « sur l'étagère », donc nous aurons besoin de compiler une version spéciale de cgminer nous-mêmes. Télécharger le dépôt git dans un terminal avec :

git clone https://github.com/dualminer/dualminer-cgminer

Lorsque le téléchargement est terminé :

cd dualminer-cgminer

Avant d'essayer quoi que ce soit, rendez les scripts auto et configure exécutables. Ouvrez une fenêtre, allez dans le dossier dualminer-cgminer. Faites un clic droit sur configure et choisissez Propriétés. Cliquez sur l'onglet Permissions et cochez la case à côté de « autoriser l'exécution du fichier comme un programme ».

3

Well need a couple of dependencies, so use your package manager to install libtool, libudev-dev and libncurses5-dev. Or use the terminal if you’re up to it. Time to get compiling. In a terminal: sudo ./autogen.sh sudo ./configure –enable-dualminer –enable-scrypt –disable-opencl –prefix=/home/USERNAME/dualminder-cgminer (obviously replace USERNAME with your username)

4

Continue with: make && make install Wait a little while until it’s all compiled, then run cgminer with: sudo ./cgminer --scrypt -o stratum+tcp://ltc.give-me-coins.com:3333 -u wakuangdenongmin.1 -p 1 NOTE: for me I had to run it with sudo otherwise it wouldn’t detect my device

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 and the whole mining process grinds to a halt for a short time.

issue87/qu_est-ce_que_c_est.1420912973.txt.gz · Dernière modification : 2015/01/10 19:02 de fredphil91