How do I add the pool to zcash.flypool.org? Editing the .conf file the pool appears but all numbers are set to 0.
It belongs to ethermine template
{
"general": {
"power": 0.00,
"exchange": 2400,
"currencycode": "USD",
"mintime": 1,
"maxtime": 30,
"switchtime": 0.1,
"delay": 1,
"exittime": 0,
"deadtime": 1,
"statwindow": 60,
"minprice": "0BTC",
"minebyaverage": true,
"dynamicswitching": true,
"dynamicswitchpower": 2,
"ignoreoutliers": false,
"iqrmultiplier": 2.2,
"showhistory": true,
"logerrors": false,
"logactivity": true,
"gridsortmode": 2,
"minerkillmode": 1,
"traymode": 0,
"remotesend": false,
"remotereceive": false,
"minerfolderpath": "MinerControl"
},
"algorithms": [
{ "name": "equihash","display": "Equihash","hashrate": 0.415,"mu": "kH/s", "devfee": 2, "power": 50,"aparam1": "Miners\\Nvidia\\EWBF","aparam2": "miner.exe","aparam3": "" },
{ "name": "ethash", "display": "Ethash", "hashrate": 26500, "mu": "kH/s","power": 50,"aparam1": "Miners\\Nvidia\\Genoil", "aparam2": "ethminer.exe", "aparam3": "-U " }
],
"Ethermine": {
"account": "multi",
"worker": "1070",
"weight": 1.0,
"nobalance": false,
"nospeed": false,
"nospeedworker": false,
"sparam1": "",
"sparam2": "",
"sparam3": "stratum+tcp://",
"algos": [
{"wallet": "YOUR_ZEC_WALLET", "cname": "zcash", "tag": "zec", "algo": "equihash", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ --server eu1-zcash.flypool.org --port 3333 --user _ACCOUNT_._WORKER_ --pass x", "usewindow": true},
{"wallet": "YOUR_ETH_WALLET","cname": "ethereum", "tag": "eth", "algo": "ethash", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_","arguments": "_APARAM3_ -S eu1.ethermine.org:4444/_ACCOUNT_._WORKER_"},
{"wallet": "YOUR_ETC_WALLET","cname": "ethereumclassic", "tag": "etc", "algo": "ethash","folder": "_APARAM1_","cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ -S eu1-etc.ethermine.org:4444/_ACCOUNT_._WORKER_"}
]
}
}