Giter VIP home page Giter VIP logo

masternode-auto's Introduction

ZCore Masternode Auto Install

Shell script to install a ZCore MasterNode on a Linux server running Ubuntu 16.04 x64. Use it on your own risk.
Multiples MN in same VPS not tested
This script was tested on www.vultr.com Vps


Installation:

sudo curl -o- https://raw.githubusercontent.com/zcore-coin/masternode-auto/master/install.sh | bash

Follow the steps and save resumen information

Desktop wallet setup

After the MN is ZCore and running, you need to configure the desktop wallet accordingly. Here are the steps for ZCore Wallet

  1. Open the ZCore Desktop Wallet.
  2. Go to RECEIVE and create a New Address: MasterNode01
  3. Send 5000 ZCR to MasterNode01 address.
  4. Wait for 15 confirmations.
  5. Go to Tools -> "Debug console - Console"
  6. Type the following command: masternode outputs
  7. Go to Tools -> "Open Masternode Configuration File"
  8. Add the following entry:
alias IP:port masternodeprivkey collateral_output_txid collateral_output_index
  • Alias: MasterNode01
  • Address: VPS_IP:PORT #see resumen masternode install script
  • masternodeprivkey: Masternode Private Key #see resumen masternode install script
  • collateral_output_txid: First value from Step 6
  • collateral_output_index: Second value from Step 6
  1. Save and close the file.
  2. Go to Masternode Tab. If you tab is not shown, please enable it from: Settings - Options - Wallet - Show Masternodes Tab
  3. Click Update status to see your node. If it is not shown, close the wallet and start it again.
  4. Select your MN and click Start Alias to start it.
  5. Alternatively, open Debug Console and type:
masternode start-alias MasterNode01

Usage:

Login with MasterNode User set on install Script

zcore-cli mnsync status
zcore-cli getinfo
zcore-cli masternode status #This command will show your masternode status

Also, if you want to check/start/stop zcore , run one of the following commands as root:

systemctl status USER.service #To check the service is running.
systemctl start USER.service #To start zcore service.
systemctl stop USER.service #To stop zcore service.
systemctl is-enabled USER.service #To check whetether zcore service is enabled on boot or not.

masternode-auto's People

Contributors

zcore-coin avatar mosqueiro avatar

Watchers

James Cloos avatar apollo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.