Skip to content

SPDR-Core/mn_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

How to setup Spider Masternode

VPS initial setup

Requirements

1. Download Bitvise SSH Client

Download Bitvise


2. Log into the VPS with root

Vps


3. Git Installation:
  • sudo apt-get install -y git-core

Git


4. Clone MN setup script:
  • git clone https://github.com/SPDR-Core/mn_setup

Script1


5. Start Mn setup script:
  • cd mn_setup && chmod +x mn_spdr.sh && ./mn_spdr.sh

Script2


Now you need to wait some time, while script preparing the VPS to setup
This means your UPU is ready to start:Download Bitvise Don't close this window!


Setup QT wallet

1. Create new receiving address and copy it

QT1 QT2


2. Send 15000 SPDR to copied address

QT3


3. Wait at least 10 confirms of transaction

QT4


4. Open Debug console (Tools->Debug console) and generate new key for MN:
  • masternode genkey

QT5


5. Get MN output:
  • masternode outputs

QT6


6. Open masternode configuration file
  • QT7

7. Edit the masternode configuration file and save it
  • mn1 VPS_IP:53617 masternode_genkey masternode_output output_index:

QT8


8. Restart QT wallet
  • it's important

9. Copy MN key to VPS console window and pres "Enter"
  • on VPS window right-click to paste QT9

if you see this, you are on the right track: QT10


10. Wait for VPS sync with blockchain
  • to check VPS sync, type: spdr-cli getinfo if "blocks" coincides with the last block in the Explorer, your VPS is synced! QT11

11. Start MN in QT wallet console:
  • masternode start-alias mn1

QT12

Сongratulations you did it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages