Bitcoin Forum
June 29, 2024, 08:57:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: cgminer and Icarus. Can't detect more than one device  (Read 1098 times)
chungenhung (OP)
Legendary
*
Offline Offline

Activity: 1134
Merit: 1005


View Profile
October 12, 2012, 10:12:06 PM
 #1

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,
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!