After you have your account setup go here to create your ZelNode droplet
Example-OS
Step 3
Choose server type: 'Ubuntu 18.04'
Step 4
Choose Droplet (Basic/Super/BAMF)
Step 5
Example-Location
(Consider choosing a data center not near you to help decentralize the network. The location of the data center does not affect your rewards or setup process.)
Select the correct installer depending upon your operating system, and follow the install instructions*
Example-Putty Installer
Section D: Connecting VPS and Installing ZelNode Script
Step 1
Copy your VPS IP (located within Droplets tab)
Step 2
Open the Putty terminal and fill in the "Host Name" box with the IP address of your VPS
Example-PuttyLogin
Step 3
Once you hit 'Open' a security alert will open up (click yes)
Example-RootPassEnter
Step 4
Type "root" as the login/username
Example-Root
Step 5
Copy the root password that DigitalOcean emailed you
Step 6
Paste the password into the Putty terminal by right clicking (it will not show the password so just press enter)
Example-RootPassEnter
Step 7
Enter password for root (UNIX password same as Step 5)
Make new password and confirm
Example-RootPassEnter
Step 8
Update VPS with the following 2 commands
sudo apt-get update
sudo apt-get upgrade -y
Step 9
Adduser to secure your VPS, by adding a new username so you aren't running everything as root
Run the command below and use a username that you want associated with this server ('whodatbamf1' is an example, you need to generate your own username)
adduser YOURUSERNAME
Example-Bash
Step 10
You will then need to make a new password associated with your new username. Hit 'Enter' for the next 5 lines after your new password has been set, then 'Y' to save your information.
Example-Bash
Step 11
Grant sudo permissions for your adduser by running the command below to activate it
usermod -aG sudo YOURUSERNAME
Step 12
Reboot server with the following command
sudo reboot -n
Close Putty terminal while server reboots
Section E : Connecting and Starting ZelNode (ZelCore and VPS)
Step 1 (ZelCore)
Go back to your ZelCore wallet and enter your VPS IP address
Example-installing
Step 2 (ZelCore)
Name your ZelNode
Example-installing
Step 3 (ZelCore)
Save your private key that is generated in ZelCore and enter on VPS when prompted
Example-installing
Step 4 (VPS)
Log back into your VPS with the new username and password from Section D: Steps 9 and 10
DO NOT RUN THE INSTALL SCRIPT AS ROOT, ONLY RUN IT AS THE NEW USER THAT WAS MADE IN STEP 9!!!!!!!!!!!!!!!
Step 5 (VPS)
Paste the code below into the Putty terminal then press enter
HUGE SHOUTOUT TO GOOSE, SKYSLAYER AND DK808 FOR PUTTING TOGETHER THIS INSTALL SCRIPT
Step 6 (VPS)
Confirm IP and enter private key from Step 3
Example-installing
Step 7
Go to the ZelCash block explorer
https://explorer.zel.cash/
Example-installing
Step 8 (VPS)
Press any key, then CTRL-C when the blocks match explorer in Step 6
Example-installing
Example-installing
Step 9 (ZelCore)
Activate your ZelNode
Example-installing
Successfully started will show if everything is done properly ('startzelnode local false' isn't needed)
Example-installing
(It will take 15 confirmations for your ZelNode to show up in 'MY ZELNODES')
Step 10
Run the following command in VPS to confirm that your ZelNode is showing 'Status 4' (If VPS does not show successfully started, wait 5 minutes and run the command again. Repeat if necesary)
sudo zelcash-cli getzelnodestatus
Example-installing
You can also view your ZelNode on the block explorer https://explorer.zel.cash/zelnodes
Example-installing
(It will show up as 'PRE_ENABLED' prior to 15 confirmations)
CONGRATULATIONS AND THANK YOU FOR BEING A PART OF THE COMMUNITY!!!!!!!!!!!!!