8
« on: October 26, 2013, 09:06:35 PM »
Hey All.
New to GoldCoin. But I have been mining LTC for a while. I have worked out the best setting for CGMiner with 7950's. So I am going to post the .conf file. So with these setting I am getting 690KH/s. Hope this helps the network to perform better.
{
"pools" : [
{
"url" : "stratum+tcp://gld.cryptocoinmine.com:2020",
"user" : "xxx.xxx",
"pass" : "xxxxx"
}
]
,
"intensity" : "20",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "1792",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "90",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"gpu-engine" : "1100,1100,1100,1100",
"gpu-memclock" : "1250,1250,1250,1250",
"gpu-powertune" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "30",
"scrypt" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}