Can I use BFGMiner with 2 different types of ASIC devices at the same time? Currently Im running 10 AntMiner U2s, I just ordered a few Rockminer R-BOX units. Id like to run all from 1 instance of BFG.
Yep, Currently have 3 NanoFurys (F1/F2), 23 Antminer U1/U2 and 6 r-boxes all running.
I could use some help writing a config file, mine seems to only save pools.
Do you specify different speeds for the U1 and U2? I have both and I have everything running at the same speed because I couldn't figure out how to run some at 0981 and others at 0781.
bfgminer.exe -o stratum+tcp://stratum.bitcoin.cz:3333 -u worker -p xxx -S antminer:all --set-device antminer:clock=x0781
To set individual frequencies on those beasts, you need to use:
-S antminer:all --set-device antminer@\\.\com#:clock=x#### so you'll need to know the COM#
I went through my control panel and made sure I had the correct COM ports then I tries both of these without any success:
bfgminer.exe -o stratum+tcp://stratum.bitcoin.cz:333 -u worker1 -p x -S antminer:all --set-device antminer@\\.\COM4:clock=x0881 --set-device antminer@\\.\COM5:clock=x0881 --set-device antminer@\\.\COM6:clock=x0881 --set-device antminer@\\.\COM7:clock=x0981 --set-device antminer@\\.\COM8:clock=x0881 --set-device antminer@\\.\COM9:clock=x0881 --set-device antminer@\\.\COM10:clock=x0881 --set-device antminer@\\.\COM11:clock=x0981 --set-device antminer@\\.\COM12:clock=x0981
bfgminer.exe -o stratum+tcp://stratum.bitcoin.cz:333 -u worker1 -p x -S antminer:all -d antminer@\\.\COM4 --set-device antminer@\\.\COM4:clock=x0881 -d antminer@\\.\COM5 --set-device antminer@\\.\COM5:clock=x0881 -d antminer@\\.\COM6 --set-device antminer@\\.\COM6:clock=x0881 -d antminer@\\.\COM7 --set-device antminer@\\.\COM7:clock=x0981 -d antminer@\\.\COM8 --set-device antminer@\\.\COM8:clock=x0881 -d antminer@\\.\COM9 --set-device antminer@\\.\COM9:clock=x0881 -d antminer@\\.\COM10 --set-device antminer@\\.\COM10:clock=x0881 -d antminer@\\.\COM11 --set-device antminer@\\.\COM11:clock=x0981 -d antminer@\\.\COM12 --set-device antminer@\\.\COM12:clock=x0981