More in depth guide here
https://denariustalk.org/index.php?/topic/158-dnr-masternode-script-setup-mainnet-cold-wallet/
QT Wallet
in tools -> debug window
masternode genkey
paste masternodeprivkey to notepad
in tools->debug window
getaccountaddress MN1
paste address to notepad
Send exactly 5000 DNR to this new Address and wait for 15 confirmations before continuing.
in tools->debug window
masternode outputs
paste transaction hash and index # to notepad
create denarius.conf
staking=0
create masternode.conf
<MN1> <VPS IP address>:9999 <masternodeprivkey> <TransactionHash> <Transaction Index>
VPS
Now login to VPS through a terminal/ssh
apt-get install python -y
wget https://raw.githubusercontent.com/buzzkillb/masternode-script/master/denarius.py && python denarius.py
When done allow about 30minutes for full blockchain sync.
After full sync go back to QT Wallet, close, reload, and
tools->debug window
masternode start-alias MN1
List of commands for VPS
su mn1
denariusd getinfo
denariusd masternode status
denariusd masternode debug
tail -f ~/.denarius/debug.log
https://denarius.io/ - Homepage
https://denarius.host/ - Masternode Stats
http://denarius.win/ - Masternode ROI Stats
https://denariustalk.org - Forums
https://discord.gg/YMWMgZe - Discord Community Chat