-
Notifications
You must be signed in to change notification settings - Fork 10
SCRIV Masternode Setup Guide HOT WALLET
Code - any input or output.
Recommendation - good practices for easier use.
Important - thing to pay additional attention.
- PC under Windows OS running 24/7 or VPS with Windows OS;
- Last version of SCRIV wallet;
- 100 000 SCRIV coins.
Using of Windows VPS is highly recommended. It will get rid you from problems with electricity, internet breaks, hardware problems. Also u can connect to your masternode from any place and any device. One VPS can run several different masternodes, so you don’t have to buy separate VPS every time. 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 (Windows 2012) -> Server size (leave as it is) -> 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.
- For accessing VPS “Remote Desktop Connection” or any other application can be used.
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
masternode=1
masternodeaddr=type_your_external_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_external_ip:7979 your_masternode_key your_collateral_output your_index
Save and close this file.
Close SCRIV 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







