Hello Everyone, I hope you are having a great day/night!
I'm new into the world of mining, I have a small farm at home ( 96 x GPU 470 4GB).
I'm looking for help to set-up the Multi-Algo/Auto-Switching on Miningpoolhub.
The point is, I'm working full time and I'm not able to switch my miners coins when I'm at work, so I would like a lot if my miners could switch automatically.
I'm mostly looking for ETC/ETH/ZCL/ZEC, but if you have any suggestion of coins I could add to the list it would be great!
I will make a good donation to the person who can help me to figure this out!
Thank you very much!
For the moment, I've downloaded sgminer 5.3.1 and my run.bat looks like this:
{
"pools" : [
{
"poolname" : "neoscrypt",
"url" : "stratum+tcp://hub.miningpoolhub.com:12012",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "neoscrypt"
},
{
"poolname" : "x15",
"url" : "stratum+tcp://hub.miningpoolhub.com:12009",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "bitblock"
},
{
"poolname" : "x13",
"url" : "stratum+tcp://hub.miningpoolhub.com:12008",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "marucoin-mod"
},
{
"poolname" : "x11",
"url" : "stratum+tcp://hub.miningpoolhub.com:12007",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "darkcoin-mod"
},
{
"poolname" : "myriadcoin-groestl",
"url" : "stratum+tcp://hub.miningpoolhub.com:12005",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "myriadcoin-groestl"
},
{
"poolname" : "keccak",
"url" : "stratum+tcp://hub.miningpoolhub.com:12003",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "maxcoin"
},
{
"poolname" : "scrypt",
"url" : "stratum+tcp://hub.miningpoolhub.com:12001",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "zuikkis",
"nfactor" : "10"
},
{
"poolname" : "scryptn",
"url" : "stratum+tcp://hub.miningpoolhub.com:12002",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "zuikkis",
"nfactor" : "11"
}
],
"failover-only" : true,
"failover-switch-delay" : "30",
"queue" : "0"
}