Anodos Masternode Setup Guide (Ubuntu 16.04)
This guide will assist you in setting up an Anodos Masternode on a Linux Server running Ubuntu 16.04. (Use at your own risk)
If you require further assistance contact the support team @ Discord
Requirements
- 10,000 Anodos coins.
- A Vultr VPS running Linux Ubuntu 16.04.
- A Windows local wallet.
- An SSH client such as Bitvise
Contents
- Section A: Creating the VPS within Vultr.
- Section B: Downloading and installing Bitvise.
- Section C: Connecting to the VPS and installing the MN script via Bitvise.
- Section D: Preparing the local wallet.
- Section E: Connecting & Starting the masternode.
Vultr
Section A: Creating the VPS withinStep 1
- Register at Vultr
Step 2
- After you have added funds to your account go here to create your Server
Step 3
Step 4
Step 5
Step 6
Step 7
- Click "Deploy now"
Section B: Downloading and installing BitVise.
Step 1
- Download Bitvise here
Step 2
- Select the correct installer depending upon your operating system. Then follow the install instructions.
Section C: Connecting to the VPS & Installing the MN script via Bitvise.
Step 1
- Copy your VPS IP (you can find this by going to the server tab within Vultr and clicking on your server.
Step 2
Step 3
Step 4
Step 5
- Paste the password into the Bitvise terminal by right clicking (it will not show the password so just press enter)
Step 6
- Once you have clicked open it will open a security alert (click yes).
Step 7
- Paste the code below into the Bitvise terminal, and then press enter
wget -q https://raw.githubusercontent.com/AnodosCore/Anodos-Masternode-Script-Ubuntu-16.04/master/ands_install.sh && bash ands_install.sh
Step 8
- Sit back and wait for the install (this will take between 1-10 minutes)
Step 9
- When prompted to enter your Masternode GEN key, just press enter
Step 10
- You will now see all of the relavant information for your server.
- Keep this terminal open as we will need the info for the wallet setup.
Section D: Preparing the Local wallet
Step 1
- Download and install the Anodos wallet here
Step 2
- Create a text document to temporarily store information that you will need.
Step 3
step 4
- After your send transaction has 15 confirms, go to the debug console within the wallet
Step 5
- Type the command below and press enter
masternode outputs
Step 6
- Copy the long key (this is your transaction ID) and the 0 or 1 at the end (this is your output index)
- Paste these into the text document you created earlier as you will need them in the next step.
Section E: Connecting & Starting the masternode
Step 1
Step 2
- Fill in the form.
- For
Alias
type something like "MN01" don't use spaces - The
Address
is the IP and port of your server (this will be in the Bitvise terminal that you still have open). - The
PrivKey
is your masternode GEN key (This is also in the Bitvise terminal that you have open). - The
TxHash
is the transaction ID/long key that you copied to the text file. - The
Output Index
is the 0 or 1 that you copied to your text file.
Click "File Save"
Step 3
- Close out of the wallet and reopen Wallet *Click on the Masternodes tab
- Click on the Masternode you want to start, and click Start Alias
step 4
- Check the status of your masternode within the VPS by using the command below:
anodos-cli getinfo
anodos-cli masternode status
*You should see Masternode Successfully Started
If you do, congratulations! You have now setup a masternode. If you do not, please contact support and they will assist you.