all my MNs work without problems in PC Win, but this particular coin is all through the ass
Instructions for installing and configuring a masternode
To configure the masternode, you need a constantly working wallet (console or graphic) on a virtual server (or computer) with a static IP. You can configure everything on one wallet, or classic on a two-server wallet with a masternode, on a home wallet with a deposit of 5,000 coins, so that the coins are under control
We configure masternode on VPS + locally
ON VPS CONFIGURING A HOT WALLET
LOCALLY CONFIGURING A COLD WALLET
Brief and sufficient instruction.
Masternode setup:
in local cold wallet:
enter the command getaccountaddress MN1
We get a new address, for example dJvL1pxyeXphvucqhwnAVKtdiMHmh9Y5j7
We translate 5000 dngr into it, we are waiting for 15 confirmations for the masternode
Then the masternode genkey command
we get masternodeprivki, for example:
3gp9CbNXPTQeQfY4cvZFUjPAzRKRZeq382nsSrM9dCkAyD4Pt3j
Then the team
masternode outputs
we get, for example, "44836fd4b2c74737ba250ae1b07fa3e83ffb987f1ab95e3fdedaeb8d8d144c20": "1"
We enter the received values into a file
masternode.conf:
MN1 125.125.125.125:49002 3gp9CbNXPTQeQfY4cvZFUjPAzRKRZeq382nsSrM9dCkAyD4Pt3j 44836fd4b2c74737ba250ae1b07fa3e83ffb987f1ab95e8fdf14f
where instead of 125.125.125.125 we use our public IP address VPS
On VPS hot:
edit (add the resulting master boot) dngrcoin.conf file:
rpcuser = DNGR
rpcpassword = DNGR
rpcallowip = 127.0.0.1
listen = 1
server = 1
daemon = 1
masternode = 1
externalip = 125.125.125.125:49002
masternodeprivkey = 3gp9CbNXPTQeQfY4cvZFUjPAzRKRZeq382nsSrM9dCkAyD4Pt3j
After making changes to masternode.conf and dngrcoin.conf, wallets need to be reloaded
Then on local:
start masternode
masternode start-all
On VPS check:
masternode status