Bitcoin Forum

Bitcoin => Mining support => Topic started by: odinhf on January 26, 2014, 03:23:13 PM



Title: I need help using bfgminer 3.10.0 with block erupters and redfury.
Post by: odinhf on January 26, 2014, 03:23:13 PM
I need helping with bfgminer 3.10.0 and my block erupters and bitfury redfury. The client just opens up and closes when i open it. The code I have for my redfury is :bfgminer.exe -o stratum+tcp://stratum.coinex.pw:9010 -u username -p password -G -S bigpic:all --icarus-options 115200:1:1 --icarus-timing 3.0=100

and for the block erupters:
bfgminer.ex" -o stratum+tcp://stratum.coinex.pw:9010 -u username -p password -G -S erupter:all --icarus-options 115200:1:1 --icarus-timing 3.0=100


I would really appreciate if someone could help me with this.


Title: Re: I need help using bfgminer 3.10.0 with block erupters and redfury.
Post by: chup on January 26, 2014, 06:14:52 PM
I would really appreciate if someone could help me with this.
I'm using only one instance of bfgminer started with: bfgminer --no-opencl-binaries and bfgminer.conf containing following after pools section:
Code:
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"expiry-lp" : "3600",
"gpu-dyninterval" : "7",
"log" : "5",
"no-pool-disable" : true,
"no-show-processors" : true,
"no-show-procs" : true,
"no-opencl-binaries" : true,
"no-unicode" : true,
"queue" : "3",
"scan-time" : "60",
"skip-security-checks" : "0",
"submit-stale" : false,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "C:\\Program Files\\BFGMiner\\/share/bfgminer",
"scan" : [
"BPM:all",
"erupter:all",
"antminer:all",
"BPM:all",
"erupter:all",
"antminer:all"
],
"set-device" : [
"antminer:clock=x0981",
"antminer:clock=x0981"
]
}

Works for combination of U1s, Bluefurries and BlockErupters.


Title: Re: I need help using bfgminer 3.10.0 with block erupters and redfury.
Post by: gashslapper on January 26, 2014, 11:44:23 PM
I need helping with bfgminer 3.10.0 and my block erupters and bitfury redfury. The client just opens up and closes when i open it. The code I have for my redfury is :bfgminer.exe -o stratum+tcp://stratum.coinex.pw:9010 -u username -p password -G -S bigpic:all --icarus-options 115200:1:1 --icarus-timing 3.0=100

and for the block erupters:
bfgminer.ex" -o stratum+tcp://stratum.coinex.pw:9010 -u username -p password -G -S erupter:all --icarus-options 115200:1:1 --icarus-timing 3.0=100


I would really appreciate if someone could help me with this.

I had this happen to me as well, not sure if the documentation in 3.10 needs updating but I got it to work once i removed all of the icarus commands. That said, what driver are you using with these? bfgminer needs the Silabs driver, if you were using cgminer and had the Zadig replaced drivers you need to reinstall the Silab ones for bfgminer to work.