Basic Masternode guide Linux
Quote
apt-get install git
Download ZyteCoin github source:
Quote
git clone
https://github.com/....
Quote
cd zyte
./autogen.sh
./configure
make
make install
Quote
zyted &
press enter
Quote
zyte-cli masternode genkey
copy the generated code to a text file
Quote
zyte-cli getaccountaddress 0
copy the generated address to a text file
Send 5000 ZYTE to "address 0"
go to zyte.conf in
Quote
./root/.zyte/
Paste this (dont forget to set rpcuser and password
Quote
rpcuser=<anything>
rpcpassword=<anything>
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXX (paste the key you generated with the command masternode genkey)
masternodeaddr=xxx.xxx.xxx.xxx:...
close config file.
Now open
in /root/.zyte/
Quote
masternode.conf
# Format: alias IP:port masternodeprivkey collateral_output_txid collateral_output_index
# Example:
Quote
mn1 127.0.0.1:51001 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
set up your ip, masternode privkey, and TXID (of the 5000 ZYTE)
now shutdown zyted process and restart it
Quote
ps ax
find the proccess number
Quote
kill (process number)
now restart zyted
Quote
zyted &
Quote
zyte-cli masternode status
it will display if your wallet is masternode capable. if it does, just use command:
Quote
masternode start
wait 10 seconds and use the command : zyte-cli masternode list (it should display a list of masternodes, check that your masternode is on the list).