π Upgrade
π‘ How it works?
Manual Upgrade - simply copy and paste the code into the terminal.
Planned Upgrade - set up tmux with the provided code, copy the planned upgrade code, paste it into the terminal, after which a tmux session will automatically start counting down to the required block for the upgrade, after which the session will end. At this point, you can detach the session or log out of your server, everything will continue to work in the background. Upon running the script, you will receive all the necessary prompts for exiting, attaching, and viewing active tmux sessions. Useful commands TMUX:
tmux ls - view tmux sessions tmux attach -t "session_name" - connect to an existing session tmux kill-session -t "session_name" - close the tmux session Press Ctrl + b, release and press D to collapse the session you are in.
βοΈ v0.5.4
π§ Manual Upgrade
Update manually only if your node has reached the specified block above.
cd $HOME
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.5.4/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm -rf wardend_Linux_x86_64.zip
chmod +x wardend
mv wardend $(which wardend)
wardend version --long | grep -e commit -e version
sudo systemctl restart wardend && sudo journalctl -fu wardend -o cat
Last updated