Skip to content

How to create an masternode (upgrade included)

Mosqueiro edited this page Oct 9, 2019 · 1 revision

If you are still running 1.6 wallet, please read this guide:

https://github.com/zcore-coin/zcore-2.0/wiki/%5BLinux%5D-How-to-upgrade-from-1.6-to-2.0

Cold wallet (GUI wallet 2.0)

1. Generate an address in Receive tab.

2. Send 5000 coins to the address above.

3. Await 15 confirmations.

4. Go To Tools > Debug Console and Run:

masternode outputs
  • Copy the txid and txindex

Hot Wallet (Linux)

5. Start the wallet running in terminal:

zcored -daemon

6. Generate an genkey:

zcore-cli masternode genkey

  • copy the output

7. Stop the wallet:

zcore-cli wallet

8. Open wallet configuration file:

nano ~/.zcr/zcore.conf

  • Add these lines:
listen=1
server=1
daemon=1
externalip=(your linux ipv4 address)
masternode=1
masternodeprivkey=(genkey above)
  • externalip must be dedicated, otherwise it wont work.
  • Do not use ()
  • Save using CTRL+O - ENTER
  • Close using CTRL+X

Cold wallet (GUI wallet 2.0)

9. Go to Tools > Open masternode configuration file.

10. Add this line in the end:

alias linux_ipv4:17293 genkey txid txindex

For example:

mn1 127.0.0.2:17293 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
  • Save and close the file.

11. Restart your cold wallet.

12. Go to Masternodes Tab

13. Select alias and start the masternode (start alias).

14. Await few hours to the masternode start.

Status description:

  • ACTIVE: masternode is active and running, but is not receiving rewards yet.
  • ENABLED: masternode is enabled and will receive rewards.
  • MISSING: masternode couldn't be found, hot wallet may be offline.

Find support in telegram: https://t.me/ZCoreMiners

Nobody will ask anything private or coins.