You are on page 1of 2

Sapphire Core Masternode Guide

Requirements:
SAPP Collateral
Ubuntu 16.04 VPS
SAPP Local Wallet

First Step: Local Wallet


i. Download the latest version of the sapphire core wallet
a) https://github.com/SapphireCoreCoin/SAP/releases
ii. Create a new receiving address and send the exact collateral to that address
iii. Wait 20 confirmations
iv. Go to debug console
v. Get your taxid and masternode genkey for step 2 and step 3
a) Taxid:
Enter the command: masternode outputs
b) Masternode genkey:
Enter the command: masternode genkey
vi. Save these outputs for step 2 and step 3

Second Step: VPS


I. Purchase an Ubuntu 16.04 VPS
II. Enter the below commands to download SAPP daemon onto VPS:

wget -q https://raw.githubusercontent.com/SapphireCoreCoin/MasternodeSetup/master/masternodeinstall.sh
sudo chmod +x masternodeinstall.sh
./masternodeinstall.sh
Sapphire Core Masternode Guide
Third Step: Local Wallet
i. Go to debug console
ii. Open masternode.conf file
iii. Enter your masternode info
a) Please follow the example provided in the file
b) Use the taxid and masternode genkey from step 1

iv. Save and close file


v. Close the wallet
vi. Open wallet
vii. Go to masternode tab
viii. Select the masternode you want to start
ix. Click start alias

Fourth Step: VPS


i. Enter below command to make sure that your masternode has started successfully
ii. sap-cli masternode status
iii. If started correctly, you will see the below output

You might also like