What driver version are u using? cause i'm using 13.1(also having artifacts on screen while mining, should i be wory about the artifacts on screen?)
i can't pass 410mh/s each card on BTC mining, or 410kh/s on LTC mining...any advise?
here is my cgminer.conf
{
"pools" : [
{
"url" : "stratum+tcp://mint.bitminter.com:3333",
"user" : "akipfer_HD7950",
"pass" : "12345"
}
]
,
"intensity" : "16,16",
"vectors" : "1,1",
"worksize" : "64,64",
"kernel" : "poclbm,poclbm",
"lookup-gap" : "0,0",
"thread-concurrency" : "0,0",
"shaders" : "0,0",
"gpu-engine" : "0-0,0-0",
"gpu-fan" : "0-85,0-85",
"gpu-memclock" : "0,0",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"gpu-vddc" : "0.000,0.000",
"temp-cutoff" : "95,95",
"temp-overheat" : "85,85",
"temp-target" : "75,75",
"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" : "0",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
i use same worker for both GPU in ONE cgminer instance, getting about 800mh/s with both cards all together.
is my PSU good for at least this two GPUs? its a OCZ ZX Series 1000w link ->
http://ocz.com/consumer/psu/zx-series-850w-1250w-power-supply/specificationsthe guy(my friend, also onwer of the store tells me can handdle 3 GTX 580, so it is amonster afaik, right?
Change your intensity to 13 and your worksite to 256
This is what I have for 3 7950s and I get an average of 600Kh/s each
{
"pools" : [
{
"url" : "http://us.litecoinpool.org:9332",
"user" : "x.x",
"pass" : "xxxx"
}
],
"intensity" : "13,13,13",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "21712,21712,21712",
"scrypt" : true,
"gpu-engine" : "0-1040,0-1040,0-1040",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "1480,1480,1480",
"gpu-powertune" : "15,15,15",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"gpu-threads" : "2",
"queue" : "1",
"scan-time" : "60",
"kernel-path" : "/usr/local/bin"
}