Has anyone discovered how to put the additional pools on failover?
Does one have to upgrade the software in order to be able to do that?
over at KNCMiner someone seems to have found a way to do it with cgminer. Maybe it works in a similar way with chainminer.
http://forum.kncminer.com/forum/main-category/hardware/6990-how-do-you-switch-pools-any-feedback-would-be-great13th October 2013, 01:12 AM
I found KNC web interface for pool management consistently inconsistent. I would make change that cgminer picks up per SSH, but web interface still shows old version.
I ended up using cgminer pool management interface more often than web interface, and now I have 3 pools coded in with a failover, and I'm so far super happy with this setup. The downside is that KNC web interface no longer shows pool management page (I guess KNC code has trouble reading cgminer.conf file with more than couple of lines ;/)
root@beaglebone:~# cat /config/cgminer.conf
{
"pools" : [
{
"url" : "
http://stratum.mining.eligius.st:3334",
"user" : "****",
"pass" : "****"
},
{
"url" : "
http://pool-us.50btc.com:8332",
"user" : "****",
"pass" : "****"
},
{
"url" : "http://****:3333",
"user" : "****",
"pass" : "****"
}
]
,
"api-port" : "4028",
"expiry" : "120",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"shares" : "0",
"kernel-path" : "/usr/bin",
"api-allow" : "W:0/0"
}