Post
Topic
Board Mining support
Re: Dual 7970 system producing half the expected hashrate
by
bradtaco
on 19/04/2013, 07:21:34 UTC
My configs are from scratch and the system is sitting in an open hallway with plenty of airflow. One of the cards in the case is towards the top but it has enough space to suck in air.

I think this is some weird config issue or maybe a bug in cgminer.

Here's my latest running config:
Code:
{
"pools" : [
        {
                "url" : "http://stratum.btcguild.com:3333",
                "user" : "user_miner",
                "pass" : "123"
        }
]
,
"intensity" : "6,6",
"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" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}