Hello,
You want to run warm or cold MN? Please tell us when you have error. If You want run cold MN on VPS, do this:
============ON YOUR WALLET IN WINDOWS============
go to:Tools>Debug console
type: getnewaddress MN01 (enter)
(send to this adress 1000DSR in one in one transaction)
back to Debug console and type:
masternode outputs (enter)
masternode genkey (enter)
(don't close debug console)
back to wallet window and go to:Tools>Open Masternode Configuration File
============paste this in blank masternode file============
MN01 xx.xx.xx.xx:9919 yyyyy zzzzz 1
============explanation of the above syntax============
MN01 <--- this is what you write after "getnewadress"
xx.xx.xx.xx:9919 <--- IP of yours VPS (port must stay 9919)
yyyyy <--- masternode genkey
zzzzz 1 <--- masternode output
============save file masternode.conf============
back to wallet window and go to:Tools>Open Wallet Configuration File
============paste this in blank masternode file============
rpcuser=YOURUSER <--- change this! (what you want - you don't need remember that after end of configuration MN)
rpcpassword=YOURPASS <--- change this! (what you want - you don't need remember that after end of configuration MN)
============save file desire.conf============
============ON YOUR WALLET IN VPS============
============installation of necessary packages on your VPS============
apt-get update (enter)
apt-get upgrade -y (enter)
apt-get dist-upgrade -y (enter)
apt-get install nano htop git -y (enter)
sudo apt-get install build-essential libtool automake autoconf autogen (enter)
sudo apt-get install autotools-dev autoconf pkg-config libssl-dev (enter)
apt-get install libssl-dev libevent-dev bsdmainutils software-properties-common -y (enter)
sudo apt-get install libgmp3-dev libevent-dev bsdmainutils libboost-all-dev (enter)
sudo add-apt-repository ppa:bitcoin/bitcoin (enter)
sudo apt-get install libdb4.8-dev libdb4.8++-dev (enter)
sudo apt-get install libminiupnpc-dev (enter)
============installation of the Desire wallet============
sudo git clone https://github.com/lazyboozer/Desire.git (enter)
cd Desire (enter)
sudo chmod 755 autogen.sh (enter)
sudo ./autogen.sh (enter)
sudo ./configure (enter)
sudo chmod 755 share/genbuild.sh (enter)
sudo make (enter)
sudo cd ~/Desire (enter)
sudo wget https://github.com/lazyboozer/Desire/releases/download/Desire-v.0.12.2.1/desire-0.12.2.1-linux.tar.gz (enter)
sudo tar xzvf desire-0.12.2.1-linux.tar.gz (enter)
sudo mkdir .desirecore (enter)
cd .desirecore (enter)
wget https://github.com/ZonnCash/sentinel/releases/download/v1.1.0.3/sentinel-lin64 (enter)
chmod +x sentinel-lin64 (enter)
echo “desire_conf=`pwd`/desire.conf” > sentinel.conf (enter)
sudo nano desire.conf (enter)
============paste this in blank desire.conf on VPS============
rpcuser=YOURUSER <--- change this to the same as before in Windows wallet!
rpcpassword=YOURPASS <--- change this to the same as before in Windows wallet!
rpcallowip=127.0.0.1
rpcport=9919
listen=1
server=1
daemon=1
masternode=1
staking=0
externalip=xx.xx.xx.xx:9919 <--- IP of yours VPS (port must stay 9919)
masternodeprivkey= yyyyy <--- masternode genkey
============save file (ctrl+x>Y>enter)============
sudo ufw allow 9919/tcp (enter)
cd ~/Desire/src (enter)
sudo ./desired -daemon (enter)
(wait until it downloads the whole blockchain ---> sudo ./desire-cli getblockcount <--- you check the progress)
cd ~/.desirecore (enter)
sudo ./sentinel-lin64 (enter)
======BACK TO WINDOWS WALLET======
go to: Settings>Options>Wallet>Show Masternode Tab>And click OK
======CLOSE YOUR WINDOWS WALLET AND RUN IT AGAIN======
go to: Masternodes>Select your Masternode (MN01) and click "Start alias"