Post
Topic
Board Mining (Altcoins)
Re: HELP! How to mine with "Dragon USB Miner 144Khs"
by
Sir William
on 27/06/2017, 04:47:02 UTC
Hi People,

Just wondering what do I need to include in the batch file if I have more than 1 of these usb miners? Many thanks for your help.


You need to use the COM port.  For example, on a Windows machine, use the cgminer that came with the unit.  I just write a batch file directly to the unit.  This is important, as the official release doesn't appear to be modified to use this miner.  Same goes for bfgminer. 

Code:
cgminer.exe --scrypt -o stratum+tcp://gmc.suprnova.cc:7351 -u username -p password --clock 200 --chips 1 -S //./COM5
pause

In my case, my miner is on COM5.  Use device manager to find your COM port(s).  If you have more than one, I believe you add them like follows

Code:
cgminer.exe --scrypt -o stratum+tcp://gmc.suprnova.cc:7351 -u username -p password --clock 200 --chips 1 -S //./COM5//./COM6//./COM7
pause

Also, the clock can go up to 400, but generates additional heat.