Zcoin Mining Pool Hubhttps://zcoin.miningpoolhub.comZcoin pool fork compensation credited.
As Zcoin dev sent 400 XZC to us, pool distributed x5 of 20594, 20616 block reward for each accounts.
Thanks.
How do you add Zcoin to MiltipoolMinerV2?
Add a file to the miners folder. Copy one of the existing files then edit in notepad.
Will add soon but been very busy ATM.
[
{
"Type": "NVIDIA",
"Path": ".\\Bin\\Zcoin\\ccminer.exe",
"Arguments": "--server $($Pools.Lyra2z.Host) --user $($Pools.Lyra2z.User) --pass x --port $($Pools.Lyra2z.Port)",
"HashRates": {"Lyra2z": "$($Stats.Zcoin_Lyra2z_HashRate.Day)"},
"API": "Wrapper",
"Port": "0",
"Wrap": true
}
]
Something like this? am learning fast...
It looks like you have got it but the API is wrong, I guess it will be the one from ccminer. Though the wrapper may work the proper API is better.