Wondering if you can help.
I have five Antminer U1 and two Block Erupter USB. For some reason, the effective average on two of the Antminer is low:
https://dl.dropboxusercontent.com/u/15558107/bfgminer_antminer.pngAlso, I think I have some erroneous info in my config file:
{
"pools" : [
{
"url" : "xxxxxxxxxx",
"user" : "xxxxxxxxxx",
"pass" : "",
"pool-priority" : "0"
},
{
"url" : "xxxxxxxxxx",
"user" : "xxxxxxxxxx",
"pass" : "xxxxxxxxxx",
"pool-priority" : "1"
}
]
,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"expiry-lp" : "3600",
"failover-only" : true,
"gpu-dyninterval" : "7",
"log" : "5",
"no-pool-disable" : true,
"no-show-processors" : true,
"no-show-procs" : true,
"no-unicode" : true,
"queue" : "2",
"scan-time" : "60",
"skip-security-checks" : "0",
"submit-stale" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "C:\\Program Files\\BFGMiner\\/share/bfgminer",
"scan" : [
"antminer:all",
"icarus:all"
],
"set-device" : [
"antminer:clock=x0981"
]
}
Any help is appreciated.