Couple questions....
1) Having trouble deciphering the new command line arguments to run the 8 boards with bfgminer, anyone know what they are/mean?
2) How do I get the latest firmware and correct drivers to run the new bfgminer? (on Win 7 64 bit .... I did look at the drillbit forums but they are not complete or I misunderstand a step or two in the process)
Thanks!
I haven't tried this yet but --- @drillbit forum
I just check the source and do some test:
To set voltage to all drillbits: --set-device DRB:voltage=0.95
To set external clock for a Thumb with serial 55667700: --set-device DRB@55667700:clock=245
To set internal clock for a Eight with serial 33445500: --set-device DRB@33445500:clock=L53:2
Specify above options in bfgminer.conf: "set-device" : [ "DRB:voltage=0.95", "DRB@55667700:clock=245", "DRB@33445500:clock=L53:2" ]