***MODS, could you move this to mining support? Thanks***
I just got my system put together and I'm having troubles getting CGminer configured correctly. I tried starting out with a few example configs and eventually went through the readme and built my own from scratch but am still running into similar issues.
My problem: I'm getting about half the performance I should be with both cards enabled. If I disable a GPU or give one a higher intensity than the other then the individual card starts outputting the hashrate it should be. I'm also seeing one of them hit 95C (OMFG!) even with autogpu and my target temps set ~70C.
Any and all help would be greatly appreciated!!!!
Rig:
Core2Duo
3GB DDR2
Single HD
Corsair HX1050 PSU:
http://www.newegg.com/Product/Product.aspx?Item=N82E168171390342x XFX 7970 WITHOUT crossfire bridge:
http://www.newegg.com/Product/Product.aspx?Item=N82E16814150632Xubuntu Linux
cgminer.conf:
{
"pools" : [
{
"url" : "http://stratum.btcguild.com:3333",
"user" : "user_miner",
"pass" : "123"
}
]
,
"intensity" : "6,6",
"vectors" : "1,1",
"worksize" : "64,64",
"kernel" : "diablo,diablo",
"lookup-gap" : "0,0",
"thread-concurrency" : "0,0",
"shaders" : "0,0",
"gpu-engine" : "0-1100,0-1100",
"gpu-fan" : "0-100,0-100",
"gpu-memclock" : "450,450",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"gpu-vddc" : "0.000,0.000",
"temp-cutoff" : "80,80",
"temp-overheat" : "75,75",
"temp-target" : "70,70",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
CGminer console outputs:
Both GPU enabled:
cgminer version 2.11.4 - Started: [2013-04-18 17:54:38]
--------------------------------------------------------------------------------
(5s):657.7M (avg):655.4Mh/s | A:122 R:0 HW:0 U:9.1/m WU:9.1/m
ST: 2 SS: 0 NB: 1 LW: 222 GF: 0 RF: 0
Connected to stratum.btcguild.com diff 1 with stratum as user user_miner
Block: 00b92a0ea608fd9a... Diff:8.97M Started: [17:54:38] Best share: 208
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 0: 96.0C 3506RPM | 329.7M/91.94Mh/s | A:23 R:0 HW:0 U: 1.72/m I: 6
GPU 1: 58.0C 3325RPM | 329.0M/564.5Mh/s | A:99 R:0 HW:0 U: 7.40/m I: 6
--------------------------------------------------------------------------------
One GPU enabled, GPU 0 had been disabled for 10 minutes:
cgminer version 2.11.4 - Started: [2013-04-18 17:54:38]
--------------------------------------------------------------------------------
(5s):657.3M (avg):656.3Mh/s | A:105 R:0 HW:0 U:8.8/m WU:8.8/m
ST: 2 SS: 0 NB: 1 LW: 198 GF: 0 RF: 0
Connected to stratum.btcguild.com diff 1 with stratum as user user_miner
Block: 00b92a0ea608fd9a... Diff:8.97M Started: [17:54:38] Best share: 88
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 0: 96.0C 3510RPM | OFF /85.21Mh/s | A:18 R:0 HW:0 U: 1.52/m I: 6
GPU 1: 58.0C 3329RPM | 658.3M/574.3Mh/s | A:91 R:0 HW:0 U: 7.66/m I: 6
--------------------------------------------------------------------------------