I am getting good hashrates with no HW errors and low rejects for hours with my 6850 with cgminer-kalroth 3.7.3, but then my hashrate almost halves.Restart of cgminer doesn't help, nor does connecting to another coin/pool. GPU utilization stays at 99-100, but temps are low @~74 instead the usual ~85C. Only a reboot fixes it, but the problem returns eventually.
Here is my config:
Here is my config:
Code:
{
"pools" : [
{
"url" : "stratum+tcp://eu.wafflepool.com:3333",
"user" : "abcd",
"pass" : "x"
},
{
"url" : "stratum+tcp://us.clevermining.com:3333",
"user" : "abcd",
"pass" : "x"
}
]
,
"xintensity" : "133",
"worksize" : "64",
"lookup-gap" : "2",
"thread-concurrency" : "5761",
"gpu-threads" : "1",
"temp-cutoff" : "92",
"failover-only" : true
}