Update the node

Commands to update a node

  1. Prepare your Ubuntu system:

  • sudo apt update && sudo apt upgrade -y && sudo apt autoclean

  • sudo reboot

  1. Update mvp-pox-node to the latest version:

  • cd ~/mvp-pox-node && sudo git pull && sudo ./etny-node-installer.sh

  1. Enjoy

Last updated