Easy Numus (NMS) Masternode Setup Guide
- Requires 5,000 coins
- Requires a VPS
Make sure you have a VPS (virtual private server)
I recommend vultr it’s great and pretty cheap!
Here's my referral link, if you could use it, I would appreciate it! :)
https://www.vultr.com/?ref=7308019
For setting up a VPS, make an account and all that nonsense
Once this is done, go to servers and deploy a server
Choose your area of choice and pick an Unbuntu 17.10 server ($5 dollar one works)
For now, this is done!!
Download Putty and set it up
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
It will let you access your server!
Go to your wallet to collect some info:
In top left go to help, and debug console
Then go to console
Type
masternode outputs (it will give you 2 things, a long big string of letters/numbers {TXHASH} and then a single number 0 or 1 {TXID}, remember these by pasting them in a notepad!)
(If this is blank and it shows just {} then you dont have 5000 coins in an address in your wallet.)
Then type:
masternode genkey (it will give you another string of letters/numbers called a PRIVKEY)
Don’t share this number!
Once Putty downloads go back to Vultr and your server
Press manage server and you should see info about your server pop up, such as its IP and root etc.
Copy the IP address of your server
Open Putty and paste the IP address
It will ask you some stuff, ignore it and press yes
It will ask you who you’re logging in as, type root
It will then ask for a password, go back to your vultr server page and copy the password
Go back to Putty and right click, it will remain blank, press enter, and you’re on your server!
Paste this (to paste you simply right click):
apt-get update && apt-get -y upgrade && apt-get -y install libwww-perl build-essential libtool automake autotools-dev autoconf pkg-config libssl-dev libgmp3-dev libevent-dev bsdmainutils libdb++-dev libminiupnpc-dev libboost-all-dev libqrencode-dev unzip && fallocate -l 4G /swapfile && chmod 600 /swapfile && mkswap /swapfile && swapon /swapfile && echo "vm.swappiness=10" >> /etc/sysctl.conf && echo "/swapfile none swap sw 0 0" >> /etc/fstab
Then paste:
mkdir -p /root/dev && cd /root/dev && git clone https://github.com/numuscrypto/numuscore && cd numuscore/src && make -f makefile.unix
Let this run for a while, it takes from 20-40 minutes
Then paste:
./numusd
Some stuff will appear, ignore it
Paste this:
nano ~/.numus/numus.conf
Fill this out in a notepad using the info from before and paste it:
daemon=1
rpcuser=(read section below to find this)
rpcpassword=(read section below to find this)
rpcallowip=127.0.0.1
port=28121
masternode=1
server=1
listen=1
masternodeaddr=ip:28121
masternodeprivkey=yourkey
{To get your rpcuser and rpc password, go to file explorer, user, your name, click Appdata (if this is not seen google “how to show hidden files”) then go to roaming and click on numus. Click on Numus.conf and it will show you the rpcuser and rpcpassword. Copy and paste them)
Press Control x then Y and enter to save this
Paste
./numusd
It should say
“Server starting”
Go back to wallet and go to masternode tabs
Press create
Fill in the info
Alias - Anything you want
Address - VPS IP:28121
Privkey - Privkey from before
Txhash- Txhash from before
Output index- TXID 0 or 1 from before
Press ok
Click Update
Then click on the node
Press start (if your wallet is encrypted make sure you unlock it by going to settings and unlocking it)
Did I help? Feel free to send some love my way! :)
NMS:
9jUttaAj6tAZuaRBeuEPuTFigZ15njWhSw!
TGAO:
iHbhpYzgoZR11tiFJEvFMFDzA43T2xCeKe
MRJA:
iBpXW7ZAhMvSq7Zxp8PbGTKTXAAxo7kVB4
Linda:
LNeP5at2JNjaG1M1dGkLvVhAn4HXnoYvvK
LTC:
LaMKD5byf8sh2s2APrPfkHxJUHAjbPRCxP
BTC:
195euy7KKcBirt9emaQrry4h8GdxevgAX5
XVG:
DTY75P3oFWHYLNBSHDjBp9D2exccbfFCZx
[512x.png]
I'm having trouble getting my masternode to work. Do you need to transfer exactly 5000 coins for the TxHash or does it need to just be more than 5000?
Hey Roger, sorry for the late reply hope you got it figured out, but if not, it has to be exactly 5000 coins.