How to Setup a Desire Masternode

Words
199
Reading
1 min
Listen
Play
9y

||||||||||||||||||| Set up wallet ||||||||||||||||||||||

masternode genkey
masternode outputs

Go to Tools-Open wallet configuration file

rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=9918
listen=1
server=1
daemon=1
staking=0
externalip=VPS_IP:9919
masternode=1
masternodeprivkey=YOUR_GEN_KEY_SAVED_EARLIER_IN_YOUR_FILE(masternode genkey)

Then go to Tools-Open Masternode configuration file.

Format: alias VPS_IP:port masternodeprivatekey collateral_output_txid collateral_output_index

||||||||||||||||||| VPS Server ||||||||||||||||||||||||

apt-get update;
apt-get upgrade -y;
apt-get dist-upgrade -y;
apt-get install nano htop git -y;
sudo apt-get install build-essential libtool automake autoconf autogen
sudo apt-get install autotools-dev autoconf pkg-config libssl-dev
apt-get install libssl-dev libevent-dev bsdmainutils software-properties-common -y;
sudo apt-get install libgmp3-dev libevent-dev bsdmainutils libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev

sudo apt-get install git;
git clone https://github.com/lazyboozer/Desire.git

cd Desire;
chmod 755 autogen.sh;
./autogen.sh
./configure
chmod 755 share/genbuild.sh
make

cd ~;
wget https://github.com/lazyboozer/Desire/... ;
cd desire;
tar xzvf desire-0.12.2.1-linux.tar.gz;
cd ~;
mkdir .desirecore;
cd .desirecore;
wget https://github.com/ZonnCash/sentinel/... ;
chmod +x sentinel-lin64;
echo “desire_conf=pwd/desire.conf” sentinel.conf;

nano desire.conf

rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0
externalip=your_vps_ip:9919
masternode=1
masternodeprivkey=YOUR_PRIVATE_KEY

Edit your details here and paste it there.

Then CTRL+X -Y - Enter

sudo ufw allow 9919/tcp

cd ~;
cd Desire/src/
./desired -daemon

./desire-cli getblockcount

|||||||||||||||||||| Sources |||||||||||||||||||||||||||

How-To
http://www.bittcoinwatch.com/how-to-setup-desire-masternode/

Wallet
http://www.desire-crypto.com/downloads

Block Explorer
http://desire.thecryptochat.net/

Mercatox Exchange
https://mercatox.com/?referrer=75734

Vultr
https://www.vultr.com/?ref=7248109

Putty
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

Initial VPS Setup Guide with SSH keys
https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04

Disable SSH:
https://www.tecmint.com/disable-or-enable-ssh-root-login-and-limit-ssh-access-in-linux/

Learn cmd line basics:
https://www.codecademy.com/learn/learn-the-command-line

Discord
https://discord.gg/uTjm5f6

How to Setup a Desire Masternode | Ecency