Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: kasus on March 14, 2013, 12:53:18 PM



Title: BAMT + CGminer = low hashrate?
Post by: kasus on March 14, 2013, 12:53:18 PM
Hi,
I'm using BAMT 0.5c(catalyst 11.6) with 3x5850 installed. Hashrate with overclocked to 930 MHz was ~390MH/s and mining was very stable on default phoenix miner.
But I bought 3x7950. So, it was needed to update ADL and CGminer to newer versions. I updated Catalyst to 12.8, ADL to 4.0 and CGMiner to newest 2.11.2. and configure mining on CGminer.
After some magic actions mining on cg was started, but average hashrate with same overclock is ~340MH/s on poclbm and ~360 on diablo (I don't see 5s hashrate because it's some fantastic from 200 to 500). Previous kernel was phatk2, but I think this is not important.
And another strange thing: hashrate on first card is bigger than others. With same overclock it's different for ~30mh/s
I don't want to loose my 50 mh/s on each card, maybe it's bad drivers?

Now second card is 7950, others are 5850,
Here is my cgminer.conf
Code:
{
"pools" : [
        {
                "url" : "http://pit.deepbit.net:8332",
                "user" : "blah",
                "pass" : "blahblah"
        }
]
,
"intensity" : "15,15,15",
"vectors" : "2,1,2",
"worksize" : "256,256,256",
"kernel" : "diablo,diakgcn,diablo",
"lookup-gap" : "0,0,0",
"thread-concurrency" : "0,0,0",
"shaders" : "0,0,0",
"gpu-engine" : "930,1150,930",
"gpu-fan" : "0-80,0-90,0-80",
"gpu-memclock" : "300,500,300",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "70,70,70",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}


Title: Re: BAMT + CGminer = low hashrate?
Post by: -ck on March 14, 2013, 01:36:34 PM
Intensities above 9 are a mistake.


Title: Re: BAMT + CGminer = low hashrate?
Post by: kasus on March 14, 2013, 01:50:39 PM
Intensities above 9 are a mistake.
But why hashrate is different on similar cards with similar oc?