ccminer failover pool support would be nice, ccminer supports either inline or separate config file
ccminer -a x16r -o stratum+tcp://pool1:3636 -u WALLET.rigname -p x -o stratum+tcp://pool2:3636 -u WALLET.rigname -p x -i 20 -N 600
or with a config file loaded with either
-c, --config=FILE
{
"_note": "Failover 2 pools",
"pools": [{
"name": "Pool1",
"url": "stratum+tcp://pool1:3636",
"user": "WALLET",
"pass": "x"
},
{
"name": "Pool2",
"url": "stratum+tcp://pool2:3636",
"user": "WALLET",
"pass": "x"
}
],
"algo": "x16r",
"intensity": "19",
"statsavg" : "600",
"api-bind": "127.0.0.1",
"api-remote": false
}
Ref ccminer flags:
https://github.com/brian112358/nevermore-miner/blob/linux/README.txtrvn related:
https://raven.wiki/wiki/Mining