HELP CGminer load only GPU 0.
LTC Mining.
I have 3 GPUs but at startup CGminer load only GPU 0, I have to add the other 2 manually.
Probably there is some mistake in my CGminer .bat and/or .conf.
I folloved the instruction from Con Kolivas and wrote the conf file but something must be wrong.
Any help would be appreciated.
BAT FILE
timeout /t 30
"C:\CGminer\cgminer-3.3.4-windows\cgminer-3.3.4-windows\cgminer.exe" --gpu-platform 0 -d 0 -w 256 -v 1 -I 19 -g 1 -l 1 --thread-concurrency 21712
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
CONF FILE
{
"pools" : [
{
"url" : "stratum+tcp://coinotron.com:3334",
"user" : "xxxxxxxxxxx",
"pass" : "xxxxx"
},
{
"url" : "
http://stratum.give-me-coins.com:3333",
"user" : "xxxxxxxxxx",
"pass" : "xxxxxx"
}
]
,
"intensity" : "19,19,19",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"kernel" : "scrypt,scrypt,scrypt",
"lookup-gap" : "0,0,0",
"thread-concurrency" : "21712,21712,21712",
"shaders" : "1792,1792,1792",
"gpu-engine" : "0-0,0-0,0-0",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "0,0,0",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "1",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"device" : "0"
}
Software/HARDWARE
Catalyst Version 13.4
CGminer 3.3.4
Windows 7 64 bit
ASRock 970 Extreme4 MOBO
AMD Athlon II Processor
3 x Sapphire Radeon Vapor-X HD 7950 OC with Boost 3 GB
Corsair Professional Series 860-Watt
3 x PCI-E riser cable
8 GB DDR3 SDRAM (4 x 4GB)
Plastic Crate
Thanks.
ChiangYay