๐Ÿ†™ Upgrade

chevron-right๐Ÿ’ก How it works?hashtag

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.

โš™๏ธ Story binary 1.4.2

๐Ÿ”ง Manual Upgrade

Update manually only if your node has reached the specified block above.

cd $HOME
rm -rf story
git clone https://github.com/piplabs/story
cd story
git checkout v1.4.2
go build -o story ./client 
sudo mv $HOME/story/story $(which story)
sudo systemctl restart story story-geth && sudo journalctl -u story story-geth-f

โš™๏ธ Story-Geth v1.2.0

๐Ÿ”ง Manual Upgrade


Last updated