I had that same error with my 7950 rig, once i added more ram i could increase the intensity and everything was running fine.
Thanks, Benhur.
I used the following cgminer.conf for 7970 and got 230KHPS.
I was using "gpu-threads" : "1", after changing to 2, the performance improved from 110KHPS.
But no matter what I do next, it is capped at 240KHPS. I can not increase the intensity either as the HW error increase dramatically if I change it to 14 or 15.
What is your Scrypt Sleep level?
{
"pools" : [
{
"url" : "
http://127.0.0.1:9332",
"user" : "john",
"pass" : "1"
}
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-engine" : "1100",
"gpu-fan" : "30-55",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "100",
"temp-overheat" : "100",
"temp-target" : "65",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "1",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scantime" : "7",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
I have 2 r9 280X and 1 7950
I use external cgminer,and it always works fine about three months.
After update the wallet software yesterday,the speed is just like before.
Here is my cgminer.conf,r9 280x got 700~720kh/s,7950 got 520kh/s:
{
"pools" : [
{
"url" : "127.0.0.1:9332",
"user" : "benhur",
"pass" : "1"
}
]
,
"intensity" : "13,13,13",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"kernel" : "scrypt,scrypt,scrypt",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "8192,8192,8192",
"shaders" : "2048,2048,2048",
"gpu-engine" : "0-1050,0-1050,0-960",
"gpu-fan" : "30-55,30-55,30-55",
"gpu-memclock" : "1500,1500,1250",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "95,100,100",
"temp-overheat" : "95,100,100",
"temp-target" : "60,60,60",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scantime" : "7",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}