Shell script to install a AZUS Masternode on a Linux server running Ubuntu 16.04. Use it on your own risk.
wget https://raw.githubusercontent.com/AzusNodes/Scripts/main/install-MN-16.0.4.sh
bash install-MN-16.0.4.sh
After the MN is up and running, you need to configure the desktop wallet accordingly. Here are the steps:
- Open the AZUS Desktop Wallet.
- Go to RECEIVE and create a New Address: MN1
- Send Current Collateral amount of AZU to MN1. You need to send all coins in one single transaction.
- Wait for 15 confirmations.
- Go to SETTINGS -> Debug -> Console
- Type the following command: getmasternodeoutputs
- 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
- Save and close the file.
- Select your MN and click Start Inactive/s to start it.
- Alternatively, Go to SETTINGS -> Debug -> Console and type:
startmasternode alias false "MN1"
- Login to your VPS and check your masternode status by running the following command:.
azus-cli getmasternodestatus
azus-cli mnsync status
azus-cli getmasternodestatus
azus-cli getinfo