Automatic MNPRO masternode installation script for ubuntu 16 server
git clone https://github.com/unix-help/new-mn-deploy-script.git
cd new-mn-deploy-script
chmod -R 755 mnpro.sh
bash mnpro.sh
After the MN is up and running, you need to configure the desktop wallet accordingly. Here are the steps for Windows Wallet
- Open the Mnpr Wallet.
- Go to RECEIVE and create a New Address: MN1
- Send 10000 MNPR to MN1.
- Wait for confirmations.
- Go to Tools -> "Debug console - Console"
- Type the following command: masternode outputs
- Go to ** Tools -> "Open Masternode Configuration File"
- Add the following entry:
Alias Address Privkey TxHash Output_index
- Alias: MN1
- Address: VPS_IP:PORT
- Privkey: Masternode Private Key
- TxHash: First value from Step 6
- Output index: Second value from Step 6 It can be 0 or 1
- SAVE and exit the Wallet.
- Open MNPR Wallet, go to Masternode Tab. If you tab is not shown, please enable it from: Settings - Options - Wallet - Show Masternodes Tab
- Click Update status to see your node. If it is not shown, close the wallet and start it again.
- Click Start All or Start Alias
- If then also not starting then click on >tools>debug console> Type: startmasternode alias false "name of your MN alias"
mnpro-cli getinfo
mnpro-cli masternode status
mnpro-cli mnsync status
Also, if you want to check/start/stop mnpr , run one of the following commands as root:
systemctl status MNPRO.service #To check the service is running.
systemctl start MNPRO.service #To start mnpr service.
systemctl stop MNPRO.service #To stop mnpr service.