Giter Site home page Giter Site logo

masternode's Introduction

Delion Masternode Install Script

Part 1 - Sending Collateral Coins

  1. Open your Windows wallet - MAKE SURE IT IS SYNCED WITH THE NETWORK
  2. Go to Tools -> Debug Console
  3. Type: getaccountaddress MN# (# is your masternode number you want to use. Example: MN1)
  4. Send 100000 DLN to this address
  5. Go to Tools -> Debug Console
  6. Type: masternode outputs (This can take a minute before an output is shown)
  7. Type: masternode genkey
  8. Save your TX ID (The first number) and your Index Number (Second number, either a 1 or 0)
  9. Save your generated key as well as this will be needed in your VPS as your private key
  10. Save these with a notepad
  11. Close the wallet
  12. Move to Part 2 for now

Part 2 - Getting your Linux VPS Started Up (Read all instructions and follow prompts closely)

  1. Connect to your linux vps AS ROOT, copy and paste the following line into your VPS. Double click to highlight the entire line, copy it, and right click into Putty or Shift + Insert to paste.
cd && sudo apt-get install git -y && sudo git clone https://github.com/delioncoin/masternode.git && bash masternode/delionsetup.sh
  1. follow the prompts closely and don't mess it up!
  2. Move to Part 3

Part 3 - Editing your Windows Config File

  1. Open your wallet
  2. Go to Tools -> Open Masternode Configuration File
  3. Enter the following on one single line after the example configuration <alias> <ip>:15858 <private_key> <tx_id> <index>
  4. It should look something like this: MN1 127.0.0.2:15858 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX X
  5. Save and close the file and restart your wallet.

Part 4 - Starting the Masternode

  1. In your wallet, go to Tools -> Debug Console
  2. Enter masternode start-alias <alias> with <alias> being the name of your masternode from Part 3 (after 16 confirmations)
  3. Enjoy! You can start this process over again for another MN on a fresh Linux VPS!

Part 5 - Checking Masternode Status

  1. After running the command in step 4, go back to your VPS
  2. Enter cd to get back to your root directory
  3. Enter delion-cli masternode status
  4. This will tell you the status of your masternode, any questions, Join discord for help: https://discord.gg/zsh2PZt

Recommended Tools

  • Putty - Easy to use and customizable SSH client.
  • SuperPutty - This allows you to have multiple Putty tabs open in one window, allowing you to easily organize and switch between masternode servers.

masternode's People

Contributors

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