Author

Topic: cgminer and Icarus. Can't detect more than one device (Read 1098 times)

legendary
Activity: 1134
Merit: 1005
In Windows 7, x64. PC have NO GPU mining. This is an FPGA only PC.
Have 3 Icarus FPGA installed, Somehow cgmier only sees one.
I can see the 3 devices in Windows Device Manager, and also can mine with ngzhangs scripts for Icarus. All 3 devices confirmed working.

cgminer.bat
Code:
cgminer-fpgaonly.exe --config cgminer.conf

Code:
cgminer.conf
{
"pools" : [
{
"url" : "xxxxxx",
"user" : "xxxxxxx",
"pass" : "xxxx"
}
],
"disable-opencl" : true,
"enable-icarus" : true,
"scan-serial" : "COM7",
"scan-serial" : "COM8",
"scan-serial" : "COM9",
"intensity" : "9,9,9",
"algo" : "c",
"api-port" : "4028",
"expiry" : "120",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",
"donation" : "0.00",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-listen" : true,
"api-network" : true,
"api-port" : "4028"
}

How do I combine COM7, COM8, COM9 together into one line?
Thanks,
Jump to: