Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
MrsDelish
on 16/05/2018, 08:54:10 UTC
ccminer failover pool support would be nice, ccminer supports either inline or separate config file

Code:
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
Code:
-c, --config=FILE

Code:
{
   "_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.txt
rvn related: https://raven.wiki/wiki/Mining