come on guys 170 views and no one has even a slight CLUE?
I have a 6870 in an Ubuntu server, with cgminer 3.0 and Catalyst 12.10. This configuration has worked well on several pools...currently trying out WeMineLTC:
{
"pools" : [
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "**redacted**",
"pass" : "**redacted**"
}
]
,
"intensity" : "15",
"vectors" : "1",
"worksize" : "64",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "4480",
"shaders" : "0",
"gpu-engine" : "0-0",
"gpu-fan" : "0-85",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "0",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
For your 5870,
this suggests that you might want to stick with Catalyst 12.8. Also, you'd probably want to bump thread_concurrency up to 6400. Make sure kernel-path is correct for your system (on my Gentoo miners, for instance, /usr/lib/cgminer is the correct value). My 6870 delivers about 290-300 kH/s with this config.