Hey, sorry to highjack this thread but I’ve got a similar problem
cgminer says i get about 40-50kh/s (i only have a 4850 and using intensity 10, don’t laugh :P)
but featherpool.com says i only hvae 7kh/s :S
I read what you suggested before Nadeah, but i don’t understand that stuff too well haha my cgminer is all set up with cgminer.conf so I don’t think I have to do any of that command line stuff, I just run cgminer.exe and stuff happens lol
this is what I’ve got in cgminer.conf:
{
“pools” : [
{
“url” : “http://featherpool.com:9999”,
“user” : “anbo369.1”,
“pass” : “12345”
}
]
,
“intensity” : “10”,
“vectors” : “1”,
“worksize” : “256”,
“kernel” : “scrypt”,
“lookup-gap” : “0”,
“thread-concurrency” : “0”,
“shaders” : “800”,
“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,
“queue” : “1”,
“scan-time” : “60”,
“scrypt” : true,
“temp-hysteresis” : “3”,
“shares” : “0”,
“kernel-path” : “/usr/local/bin”
}
thanks for reading :P