Requirements:
1.) for 1 Masternode you need a wallet with 500 SYK Coins (1 additional coin you need for fees!) 2.) VPS for example on vultr, digital ocean or any other vps services
Feel free to use our reflinks to signup:
in wallet: Open Debug console:
createmasternodekey| example |
| alias= syk1 |
| 7Qd77fH2LGXwUZYHwXkXYz1naTAEMxbytRWwNFdfsjFe3MzaQPJ |
getnewaddress "syk1" | example |
| Sbf4EKxwKiSnzoC9g3uqfKhsNhbmkEePWp |
send exact 20000 Coins to the address (confirmation need: 20)
sudo apt-get update && sudo apt-get upgrade -ysudo apt-get upgrade -ysudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler unzip software-properties-common cmake -ysudo add-apt-repository ppa:bitcoin/bitcoinYou will be prompted with "Enter". press enter
sudo apt-get update && sudo apt-get install libdb4.8-dev libdb4.8++-dev -ydownload the wallet-client, tx and daemon file
wget https://github.com/SyKCoin/syk/releases/download/3000/Syk-Linux3000.zipfillout the password of your username and press enter
unzip Syk-Linux3000.zipsudo chmod +x sykdsudo chmod +x syk-txsudo chmod +x syk-clisudo mv sykd syk-cli syk-tx /usr/bin/sudo apt-get install libdb4.8-dev libdb4.8++-dev -ymkdir $HOME/.syknano $HOME/.syk/syk.confcopy this with your details in th conf. file (choose only another good rpcuser and a very good password, you need your masternode genkey from wallet and the ip address of the vps server)
#----
rpcuser=rpc_userchooseagoodone
rpcpassword=chooseagoodpassword
rpcallowip=127.0.0.1
#----
listen=1
server=1
daemon=1
maxconnections=1024
#----
externalip=your VPS IP-address
masternode=1
masternodeprivkey=MASTERNODE-GENKEY-from-debugconsole
addnode=158.247.203.147
addnode=216.238.80.97
addnode=158.247.220.9
addnode=139.180.169.66
#----save this file by pressing CONTROL+O and press enter close this file by pressing CONTROL+X
sykcoindif everything is fine: you get an output: sykcoin server starting
go to debug console
getmasternodeoutputs| example |
| { |
| "txhash": "b78439775da93558b3577c67ffab8a6a8f942c07d83ab2e9f5f3478014052d75", |
| "outputidx": 0 { |
| } |
Configure masternode.conf file (look at the example in file), reopen wallet and start masternode in debug console
| example for masternode in masternode.conf file |
| mn1 IP_OF_THE_SERVER:4468 MASTERNODE_GENKEY TX_HASH TX_OUTPUTS |
| syk01 45.32.87.179:4468 7Qd77fH2LGXwUZYHwXkXYz1naTAEMxbytRWwNFdfsjFe3MzaQPJ b78439775da93558b3577c67ffab8a6a8f942c07d83ab2e9f5f3478014052d75 0 |
save file, reopen wallet and start in debug console !
startmasternode alias lockwallet "Alias"