Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
Streetlight9
on 15/02/2017, 19:38:00 UTC
Zcoin Mining Pool Hub

https://zcoin.miningpoolhub.com

Zcoin 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.

It looks for port 17025....

https://s11.postimg.org/r2ffljqn7/2017_02_15_19_32.jpg

Update...

Think I have worked it out.