The instruction is relevant for the SFD wallet version 2.1
1. Setup in main wallet
- Check that you have at least 3001 SFD in your wallet.
- Go to MasterNodes tab and press Create Masternode Controller button
- Follow the instructions in appeared window
- Input Masternode Name - it can be any text like "masternode_01"
- Input VPS IP Address , don't change PORT field, if you don't know what is it.
- After that you should wait 15 confirmations (about 15 minutes)
- In MasterNodes tab press ... near your MN and select Info
- In the appeared window press copy button at the bottom to copy MN config for your VPS
- Open any text editor and temporary paste just copied text there
2. Setup in VPS
- Login to your VPS via SSH ( if you don't know how, just use google "vps login via ssh")
- Now just copy and paste commands below:
sudo apt-get update
wget https://github.com/safedeal-project/safedeal/releases/download/v.2.1.0.0/sfd-2.1.0.0-x86_64-linux-gnu-daemon.tar.gz && tar -xf sfd-2.1.0.0-x86_64-linux-gnu-daemon.tar.gz
mkdir .sfdcoin && touch .sfdcoin/safedeal.conf && nano .sfdcoin/safedeal.conf
After last command nano text editor will be opened in terminal.
Paste lines below:
daemon=1
server=1
rpcuser=sfd
rpcpassword=sfd123
addnode=194.32.79.108
addnode=45.153.185.44
addnode=93.115.23.197
addnode=194.32.76.205
addnode=95.111.238.208
addnode=[2403:2700:4001::286]:62583
addnode=[2a02:c207:2026:5509:251::2]:62583
addnode=161.97.79.76:62583
addnode=167.172.180.255:62583
addnode=184.183.93.12:62583
addnode=185.147.75.100:62583
and then add lines which you temporary saved in text editor. Save file and exit (ctrl+s, ctrl+x).
Example of safedeal.conf file: (you will have a bit different one):
Now run sfd daemon and wait till blockchain will sync:
./safedeald
To check sync status input next command:
./safedeal-cli getinfo
Compare blocks value with value from explorer https://explorer.safedeal.trade/api/getblockcount
3. Start your Masternode
Open main wallet, go to MasterNodes tab, select Masternode and press Start!