Bitcoin Forum

Other => Beginners & Help => Topic started by: ender2012 on April 12, 2013, 03:50:58 PM



Title: CGMiner failover pool did not failover and how do I get to post to mining
Post by: ender2012 on April 12, 2013, 03:50:58 PM
I would really like to post to the mining section with this question but I am still not authorized to do so, what must I do to do that?  I've posted a couple post in the newbie area. 

Anyway, I have a cgminer conf file setup to mine LTC at the moment and I have added some failover pools but when I got disconnected from their stratum server it did not failover.  Any advice on what I may have done wrong?
Here are there errrors I was getting with the disconnect:
http://imgur.com/SmsKPqm (http://imgur.com/SmsKPqm)
Here is my conf file:

Code:
{
"pools" : [
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "user",
"pass" : "pass"
},
{
"url" : "stratum+tcp://stratum.give-me-ltc.com:3333",
"user" : "user",
"pass" : "pass"
},
{
"url" : "stratum+tcp://coinotron.com:3334",
"user" : "user",
"pass" : "pass"
}
]
,
"intensity" : "13",
"vectors" : "2",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "0",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-engine" : "0",
"gpu-fan" : "35-85",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "90",
"temp-overheat" : "85",
"auto-fan" : true,
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "6",
"gpu-platform" : "0",
"gpu-threads" : "4",
"log" : "5",
"queue" : "3",
"retry-pause" : "2",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}


Title: Re: CGMiner failover pool did not failover and how do I get to post to mining
Post by: ender2012 on April 12, 2013, 09:37:38 PM
any change someone could move this to mining?  Please.