Author

Topic: Feedback on my config plz! cgminer (Read 1100 times)

newbie
Activity: 44
Merit: 0
March 15, 2012, 02:25:24 PM
#3
Im getting a mhash/s of 670 so im not complaining, I figure i can only utilize its max speed to around 700

as to the longpole its getting turned off with my 2 pools trying to be load balanced /: the vector and work size seem to have configured them self
donator
Activity: 1218
Merit: 1079
Gerald Davis
March 15, 2012, 02:10:55 PM
#2
I don't have experience with 7970s but I dobut vector 1, worksize 64 is optimal?

No longpoll?  That sure as hell can't be optimal right?

Code:
"gpu-engine" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000"

I would either set these or remove them to avoid possible bugs in future versions.
newbie
Activity: 44
Merit: 0
March 15, 2012, 01:49:23 PM
#1
Using cgminer & mining with 1 sapphire 7970

Just looking for input on my latest config file, is there anything you'd change? Like using more threads or whatnot, trying to put this card to work!

Code:
{
"pools" : [
{
"url" : "http://pool.abcpool.co:8332",
"user" : "xxxxx.1",
"pass" : "x"
},

        {
"url" : "http://mine2.btcguild.com:8332",
"user" : "xxxxx_xxxxx_1",
"pass" : ""
}
],

"intensity" : "10",
"vectors" : "1",
"worksize" : "64",
"kernel" : "poclbm",
"gpu-engine" : "0-0",
"gpu-fan" : "0-85",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "90",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "3",
"log" : "5",
"no-longpoll" : true,
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"load-balance" : true,
"kernel-path" : "/usr/local/bin"
}
Jump to: