Miner Bitcoin avec des Antminer U1 à 1.6Gh/s USB

Entraides à propos des crypto-monnaies comme le Bitcoin ou autres...
Répondre
Avatar du membre
Phillips
Administrateur du site
Messages : 146
Enregistré le : mer. 20 avr. 2005 15:13

Miner Bitcoin avec des Antminer U1 à 1.6Gh/s USB

Message par Phillips » ven. 24 janv. 2014 15:31

Chez moi sous linux voici la bonne formule qui marche nickel pour faire tourner des clès USB Antiminer U1 à 1.6Gh/s :
git clone https://github.com/bitmaintech/cgminer
cd cgminer
sudo apt-get install libusb-1.0
sudo apt-get install libudev-dev
./autogen.sh
./configure --enable-bmsc
make -j 6
Puis ensuite en passant par la pool btcguild :
sudo ./cgminer --bmsc-options 115200:20 -o eu-stratum.btcguild.com:3333 -u NOM_USER -p 123 --bmsc-freq 0781
Pensez à remplacer NOM_USER par le nom de votre worker... ;)

J'ai remarqué que si l'on met plusieurs hub usb auto alimenté, il vaut mieux qu'ils ne soient pas raccordés entre eux jusqu'au pc, mais plutôt que chacun soit branché sur une prise usb du pc, sinon toutes les clès ne sont pas ou mal reconnues, après cela dépend aussi surement du pc.

Pour windows, il faut des drivers spécifiques pour que les clès soient reconnues, non testé :

Avec BFGminer :
1) Download/Install this driver: http://www.silabs.com/Support%20Documen ... indows.zip

2) Download bfgminer windows version here: http://bfgminer.org/

3) Unzip bfgminer files to your computer; for example C:/bfgminer/

4) Create a shortcut to the bfgminer.exe file
Right click on your desktop and choose New -> Shortcut; use the browse option to locate the bfgminer.exe file that you unzipped earlier.

5) Right click on the new shortcut and click “Properties”. In the “Target:” update to show as follows (replace pool details with your own user):

C:\bfgminer\bfgminer.exe -S antminer:all -o mint.bitminter.com:3333 -u bitcoinco_demo -p x --set-device antminer:clock=x0781

6) Double click the shortcut to start BFGminer and start mining.

Or with cgminer download the PDF user guide here: https://github.com/AntMiner/AntGen1/blo ... f?raw=true


Avec Cgminer :
1. Visit the https://github.com/AntMiner/AntGen1/tree/master/cgminer This is your resource for documentation and software.
2. Download the special branch of CGMiner for AntMiner U1's from GitHub https://github.com/AntMiner/AntGen1/blo ... 131224.zip (click the "raw" button to download the zip).
3. Unzip that file into a folder on your drive. Remember the location. For this example, I will assume G:/CGMiner
4. Download the CP210x USB driver http://www.silabs.com/products/mcu/Page ... ivers.aspx - download the one for your operating system.
- Image: http://i.imgur.com/ZFGu1kk.png
5. To install the CP210x USB Driver, select the x64.exe file for 64bit operating systems, or the x86.exe file for 32-bit operating systems.
6. Plug in your AntMiner U1 to a USB port on your computer. If you had already done this, unplug it and plug it back in.
7. Download Zadig for your operating system from http://zadig.akeo.ie/
8. Run the Zadig Executable.
9. Go to the options menu, and select "List All Devices"
- Image: http://i.imgur.com/j03c71y.png
10. Select the CP2102 USB to UART Bridge Controller (or similar)
- Image: http://i.imgur.com/fpbtSPQ.png
11. Click "Reinstall Driver" or "Replace Driver"
12. When that is done, close Zadig.
13. Create a new text file and save it as AntMiner.CMD on your desktop.
14. The contents of this command file should be as follows:
g:\cgminer\cgminer.exe --bmsc-options 115200:20 -o MY_POOL_URL:PORT -u MY_WORKER_NAME -p MY_WORKER_PASSWORD --bmsc-freq 0781
15. Double Click the command file. If you get any errors:
- Confirm that your pool settings are correct
- Confirm that the path to your cgminer executable is correct in the command file
- If it is still not working, unplug the AntMiner U1, plug it back in, and try again
- Finally, if it is still not working, reboot your computer and consider trying a different USB port.
A priori, ces clès peuvent fonctionner sans ventilateur, mais par précaution...

Si la clé ne tourne pas à 1.6Gh/s c'est que vous avez un probléme de conf, il faut essayer sur un autre pc, un autre miner ou sur un hub usb auto-alimenté de la bonne puissance, car votre carte mére ne délivre peut être pas assez de puissance sur le port usb utilisé pour brancher la clè USB Antminer U1, voir modifier les options de lancement du logiciel de minage pour obtenir le meilleur rendement.

Sous linux, j'ai essayé plusieurs source de cgminer et les clès étaient en zombie ou tournaient au quart de leur puissance, mais avec la source citée plus haut, pas de probléme cela tourne au mieux et sans erreur.

Répondre