Post
Topic
Board Mining (Altcoins)
Re: [VOT] Temp Pool Status
by
megacrypto
on 14/09/2017, 10:46:09 UTC
Yes that helps a lot!
Thank you very much.
I will definetly try this later.

note that you need to generate at least 3 t-addresses:

- two go in the "votecoin.json" in the pool_configs , for shielding & processing payments
- third you use to mine (use in your miner as address to mine to)

and of course the z-addr to shield the new coins from the mined blocks (this also goes in the "votecoin.json" in the pool_configs)

Code:
    "address": "t-addr-1",
    "zAddress": "z-addr",
    "tAddress": "t-addr-2",

and 3rd t-addr for your miner usage .... Smiley