Links

Updating ZelNode to v3.3.1 Using the Install Script

Updating your ZelNode Using the Script Updated August 03, 2019

This guide created by Community Moderator OrthoReb. Thanks!!

This guide is for updating existing ZelNodes that were installed using the VPS script and a ZelCash full node on ZelCore. Use Goose's video guide in conjunction to help answer any questions by clicking here
If you require further assistance contact the support team on Discord or Telegram English / Chinese / Russian

SECTION A: UPDATING VPS

STEP 1
Connect to your VPS using Putty or your terminal of choice
PLEASE BE SURE YOU ARE LOGGED IN AS YOUR USERNAME (not root) BEFORE RUNNING THIS SCRIPT
Example-PuttyLogin
STEP 2
Run update script
wget https://apt.zel.cash/zelnodev4.0.sh && chmod +x zelnodev4.0.sh && ./zelnodev4.0.sh
HUGE SHOUTOUT TO GOOSE, SKYSLAYER AND DK808 FOR PUTTING TOGETHER THIS INSTALL SCRIPT
STEP 3
Reboot once the script has finished installing by running the following command
sudo reboot -n
STEP 4
Log back into your VPS and verify the download is showing 'protocolversion 170013' and 'blocks' matches the current block
Ensure your ZelNode VPS is on "protocolversion": 170013
Run this command to see the info
zelcash-cli getinfo
Example-OS
Check the current block on the explorer by clicking here
CONGRATULATIONS AND THANK YOU FOR BEING A PART OF THE COMMUNITY!!!!!!!!!!!!!