Post
Topic
Board Hardware
Re: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread
by
porntoken
on 27/05/2019, 03:50:26 UTC
Also assuming you're using a Win10... try this:

Maybe use two instances of cgminer... First, with all 5 of your miners connected, but not running, use the Command Prompt from the folder you are running cgminer from and type `cgminer -n' (No quotes, of course...) Look for:

Code:
USB dev 31: Bus 1 Device 29 ID: 0403:6015
Manufacturer: `GekkoScience'
Product: `R606 Bitcoin Miner'

Your dev, Bus, and/or Device numbers will likely be different than mine above - the Bus and Device numbers are what you need. Create a separate batch file for your R606. Using my example, add the variable `--usb 1:29' (again - no quotes) to your batch file, remove references to NewPacs and then save it...

Thanks gcanelson, this helped a bit.