DIGIMONEY MASTERNODE SETUP
HOT WALLET ON WINDOWS/MAC/LINUX-QT
This tutorial shows the steps required to setup your Digimoney Masternode on a Linux,Mac or Windowsusing VPS or local, your coins and masternode use the same wallet, you need only 1 wallet to complete the setup.
1-Start your wallet and wait until its full synced. Encrypt your wallet: menu settings > encrypt wallet > put your password and remember if you lost the password you lost your coins, it’s impossible to recover.
.
2-Go to menu help > debug window > console
Type masternode genkey
Command will generate a key like this : 69JLvw4xhFas7U13jnVyUQysdzAU2kHWj7JEdr8NjneXfrfNKVb
*** Take a note of this information.
3-Go to Receive tab click new address and type the any label to identify the masternode, here we are using MN1
A new address will be created with label MN1
Take a note of this address
4-Send EXACTLY 2500DGM to the earlier generated address. And wait for 15 confirmations.
5-Edit your digimoney.conf if the file doesn’t exist create it. Replace <YOURUSERNAME> to your current username.
On windows go to Control Panel > File Explorer Options > View > check “Show hidden files, folders and drives”
Windows: C:\Users\YOURUSERNAME\AppData\Roaming\Digimoney\digimoney.conf
MAC: /Users/YOURUSERNAME/Library/Application Support/DigiMoney/digimoney.conf
Linux: /home/YOURUSERNAME/.digimoney/digimoney.conf
6-Insert the following lines on your digimoney.conf replace “anypassword” , “your-key-generated-on-step2”, “yourexternalip”
If you are using VPS check your vps config about the external IP, if you are using local PC check your router WAN address.
rpcuser=digimoneyrpc
rpcpassword=anypassword
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
onlynet=ipv4
masternode=1
masternodeprivkey=your-key-generated-on-step2
masternodeaddr=yourexternalip:33290
7-Close and start your wallet again.
VERY IMPORTANT : FIREWALL MUST ALLOW CONNECTIONS ON PORT33290
Before proceed you have to make sure the firewall is ok.
You can use put your vps ip address and port 33290
If you have firewall problems fix before proceeding to the next step.
8-At this point you have wallet synced, 2500 DGM with more than 15 confirmations, digimoney.conf OK, firewall OK.
Time to start masternode.
Go to Setting menu > Unlock wallet
Go to Help > Debug window > Console > type the command : masternode start
You should see the message : masternode successful started
Go to masternodes tab after a few minutes you can check your masternode status.
If you are using your PC or local computer it must be online 24h a day with the wallet open. Same for VPS, wallet open 24h a day.