cgminer-2.11.3-win32
fpgaonly
not working.
2.10.5 works perfectly.
May be I should modify/change something on my config file.
{
"pools" : [
{
"url" : "xxxxxxxxxxxxxx",
"user" : "xxxxxxxxxxx",
"pass" : "xxxxxxxxxxxxxxxx"
},
{ "url" : "xxxxxxxxxxx",
"user" : "xxxxxxxxxxxxxxx",
"pass" : " "
}
],
"api-port" : "4028",
"disable-gpu" : true,
"scan-serial" : [ "bitforce:COM3", "bitforce:COM4", "bitforce:COM5", "bitforce:COM6", "bitforce:COM7" ],
"expiry" : "180",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"net-delay" : true,
"protocol-dump" : true,
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "1",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
Any help would be appreciated.