Update the node
Commands to update a node
Prepare your Ubuntu system:
sudo apt update && sudo apt upgrade -y && sudo apt autoclean
sudo reboot
Update mvp-pox-node to the latest version:
cd ~/mvp-pox-node && sudo git pull && sudo ./etny-node-installer.sh
Enjoy
Last updated