Got my two new 16boards connected power, link down to up and plugged in usb at the down board, windoze now can see one extra 8boards aka 16. the special cgminer can see the extra boards but it's not hashing? i obviously missing something, clock init settings?
ed. drivers drivers drivers and int:500:1:900 with --drillbit-options int:52:2:950. ok the 8 and 16 dont want work together
ok it shows 5 8boards and two 16boards but --drillbit-options Eight:int:52:2:950,Av16:int:750:1:950 does not seem to work it blinks then quits
ed. the only i can get these boards to work is by splitting them up into two batch files like this:cgminer --drillbit-options int:750:1:950 --usb drb:6 -o
http://stratum.bitcoin.cz:3333 -u user -p password --usb drb:7 -o
http://stratum.bitcoin.cz:3333 -u user0 -p password and the other batch using --usb drb:1 to drb:5
These boards are not fully 'hot plug'. Unless you can bring power to all of your Av16 boards at once, checkout the suggestion at
http://drillbitsystem.com/forum/index.php?topic=309.15 about a power-up sequence to get all Av16 boards running. I have now 4 Av16 boards and a single drillbit8 board. I run the drillbit8 board on a separate instance of cgminer 4.0.1 and the Av16 boards on an instance of cgminer 4.2.1. The Av16 boards are detected as a single entity with a "DRB 0: A 4..." designation meaning that it is a group of 4 boards. The Av16 are now running with a setting of "Av16:int:750:1:1000" (in cgminer.conf), getting about 87.5 GH/s, with a temp of 51-52 deg C.
Cheers
doing the same , how would i specify to only use drb 1 to 5 for the one and 6 and 7 (the 16boards) the other
the 8boards
--drillbit-options int:52:2:950 -o
http://stratum.bitcoin.cz:3333 -u user3 -p password --usb drb:1 --usb drb:2 --usb drb:3 --usb drb:4
--usb drb:5
the two av16
cgminer --drillbit-options int:750:1:1000 -o
http://stratum.bitcoin.cz:3333 -u user -p password --usb drb:6 --usb drb:7
funny thing is if the 8boards stops the other wants to take over and pics up the 8baords even when i only specified drb:6 and 7
For the Eight board, my cgminer.conf file uses
"drillbit-options" : "Eight:int:53:2:950",
"usb" : ":1"
(the "usb": part tells it to look just for 1 device)
For the Av16 boards the conf file has
"drillbit-options" : "Av16:int:750:1:1000",
"usb" : ":1"
(again, cgminer sees this 'bunch' as a single USB device).
The 'Eight' or 'Av16' tells this instance which device type to apply this for. I just happen to use different versions of cgminer for these 2 (currently running 4 instances of cgminer and 2 of bfgminer on the same pc to control a garden variety of miners including Drillbit Thumbs (bf), Drillbit AvThumbs, Drillbit Eight, Drillbit Av16's, Blue/Red Fury, Antminer U1/2's...
Cheers