This guide will assist you in setting up a AZUS Masternode on a Linux Server running Ubuntu 16.04/18.04/20.04
- AZUS Masternode Setup
- Requirements
- Connecting to the VPS and installing the masternode script
1. Log into the VPS with root
2. Git Installation
3. Clone MN setup script
4. Start MN setup script
5. Copy Masternode Private Key - Setup QT wallet
1. Create new receiving address and copy it
2. Send Collateral amount of AZUS to copied address
3. Get MN output and Set Masternode Configuration File
4. Wait at least 15 confirmation of transaction
5. Restart QT wallet
6. Start MN in QT wallet console
7. Check Masternode Status in VPS
- MN Collateral amount of AZUS coins.
- A VPS running Linux Ubuntu 16.04 or 18.04 or 20.04 with 1 CPU & 1GB Memory minimum (2gb Recommended) from Vultr or any other providers.
- AZUS Wallet (Local Wallet)
- An SSH Client (Putty or Bitvise)
sudo apt-get install -y git-core
git clone https://github.com/AzusNodes/AZUS-MNScript.git
cd AZUS-MNScript && chmod +x ./AZUS-16.04-MN.sh && ./AZUS-16.04-MN.sh
cd AZUS-MNScript && chmod +x ./AZUS-MN.sh && ./AZUS-MN.sh
Now ask for VPS Public IP Address
Now you need to wait some time, while script preparing the VPS to setup
- to check VPS daemon status, type:
azus-cli getinfo
Don't close this window!
mn1 VPS_IP:50322 masternode_genkey masternode_output output_index
:
- it's important
startmasternode alias false TEST-MN
azus-cli startmasternode local false
azus-cli getmasternodestatus
Сongratulations you did it!
The instructions below are designed for users currently running an older version of AZUS v1.0.0 need update to v1.1.0
For Ubuntu 16.04
wget -q https://raw.githubusercontent.com/AzusNodes/AZUS-MNScript/main/azus-16.04-mn-update.sh
sudo chmod +x azus-16.04-mn-update.sh
./azus-16.04-mn-update.sh
For Ubuntu 18.04 / 20.04
wget -q https://raw.githubusercontent.com/AzusNodes/AZUS-MNScript/main/azus-mn-update.sh
sudo chmod +x azus-mn-update.sh
./azus-mn-update.sh