-
Notifications
You must be signed in to change notification settings - Fork 10
SCRIV Semi Auto Masternode Setup Guide COLD WALLET
Code - any input or output.
Recommendation - good practices for easier use.
Important - thing to pay additional attention.
- VPS (Virtual Personal Server) with Linux-based OS;
- Last version of SCRIV wallet;
- 100 000 SCRIV coins.
This guide will show how to setup Vultr VPS, but you can use any other service.
- Visit Vultr website and create an account: https://www.vultr.com/?ref=7297544.
- Go to “Billing” and use any convenient method to top-up your account (10USD will be enough for first time).
- Go to “Servers” and press “+” (top right corner) to deploy new server.
- Choose server location (You can choose closest to you) -> Choose server type (Ubuntu 16.04) -> Choose server size (Server priced at 5$/mo usually enough) -> Enter server name or leave it blank -> Press “Deploy now”.
- Server will be deployed in a while.
- Go to server’s details page. You will see server’s IP Address, Username and Password.
- To access VPS download and install Putty.
https://github.com/ScrivNetwork/scriv/releases
Launch scriv-qt.exe.
If “Windows protected your PC” will pop-up, press “Learn more” -> Press “Run anyway”.
Leave default or set custom directory for ScrivCore folder.
Wait for wallet to get fully synchronized. It will take a while, depends of network condition and blockchain length:
Go to “Setting” -> “Options” -> “Wallet” -> In “Expert” section switch on “Enable coin control features” and “Show Masternodes Tab” -> Hit “OK”:
Inside wallet go to “Settings” -> Press “Encrypt wallet”.
In appeared window type and repeat password -> Press “OK” -> Read warning and agree, pressing “OK”.
Your wallet will be closed.
Through Windows Explorer navigate to ScrivCore folder (by default its located in C:\Users\*YOUR_USERNAME*\AppData\Roaming\ScrivCore).
Backup wallet.dat to the safe place (External HDD, cloud storage, etc).
Go to “Receive” tab -> Enter any masternode name in “Label” field -> Press “Request payment” button.
“Request Payment” windows will pop-up. Press “Copy address” button -> Press “Close” button.
Go to: “Send” tab -> Right-click to “Pay to” field -> “Paste”
Your masternode’s name will appear in “Label” field.
Type “100000” in “Amount” field -> Hit “Send button”
“Unlock wallet” window will appear -> Type your password -> Hit “OK”
“Confirm send coins” window will appear -> Check all requisites and Press “Yes”
Wait for 6 network confirmations. You can check it by proceeding to “Transactions” tab and double-clicking on your transfer transaction. Wait for status to got 6+ confirmations, and 
Go to “Tools” -> ”Debug console”
Type masternode genkey -> Copy and safe the response to text document.
Type masternode outputs -> Copy and safe the response to text document.
Go to “Tools” -> Press “Open Wallet Configuration File”. Notepad will be opened.
Wright following lines:
rpcallowip=127.0.0.1
rpcuser=type_any_username
rpcpassword=type_any_password
server=1
listen=1
port=7979
externalip=type_your_vps_ip:7979
masternode=1
masternodeaddr=type_your_vps_ip:7979
masternodeprivkey=type_your_masternode_key
Save and close this file.
Go to “Tools” -> Press “Open Masternode Configuration File”. Notepad will be opened.
Wright following lines:
your_mn_name your_vps_ip:7979 your_masternode_key your_collateral_output your_index
Save and close this file.
Close SCRIV wallet.
Open Putty and login to your VPS as root.
Run:
wget https://raw.githubusercontent.com/ScrivNetwork/scripts/master/scriv_mn_install.sh && chmod +x scriv_mn_install.sh && ./scriv_mn_install.sh
Follow the instructions. Setup process can take 30-50 min.
Wait for a wallet to synchronize all blocks. When blocks value will be equal to last block at Block Explorer, that means, you are ready to next step.
Restart wallet.
After wallet launch and synchronization, go to “Masternodes” tab.
You will see your masternode with “MISSING” status.
Right-click it and press “Start alias” -> Confirm by clicking “Yes” -> If everything is setted up fine, you will have “Successfully started masternode” message -> Hit “OK”.
In several hours you masternode will start to receive rewards.
- Generate an address
- Get connections to wallet
- Encrypt the wallet
- Backup the wallet
- Backup the Private Keys
- Restore from the Private Key
- Synchronize with a snapshot file
Wallet compilation
Masternodes
Mining
- Windows OS
- Linux OS







