πŸ†™ 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.2.23-stage-2

Version: v0.2.23-stage-2

Height: 2470000

πŸ”§ Manual Upgrade

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

cd $HOME
rm -rf initia
git clone https://github.com/initia-labs/initia.git
cd initia
git checkout v0.2.23-stage-2
make build
sudo mv $HOME/initia/build/initiad $(which initiad)
sudo systemctl restart initiad && sudo journalctl -u initiad -f

⏱️ Planned upgrade

  1. Install dependecies(only 1 time)

sudo apt update
sudo apt install -y tmux
  1. Run autoupgrade script

tmux new -s initia-v0215 "bash <(curl -s https://raw.githubusercontent.com/UnityNodes/scripts/main/planned-upgrade.sh) initia initianion-1 2470000 v0.2.23-stage-2 initiad"

βš™οΈ v0.2.15

Version: v0.2.15

Height: 0

πŸ”§ Manual Upgrade

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

cd $HOME
rm -rf initia
git clone https://github.com/initia-labs/initia.git
cd initia
git checkout v0.2.15
make build
sudo mv $HOME/initia/build/initiad $(which initiad)
sudo systemctl restart initiad && sudo journalctl -u initiad -f

⏱️ Planned upgrade

  1. Install dependecies(only 1 time)

sudo apt update
sudo apt install -y tmux
  1. Run autoupgrade script

tmux new -s initia-v0215 "bash <(curl -s https://raw.githubusercontent.com/UnityNodes/scripts/main/planned-upgrade.sh) initia initianion-1 0 v0.2.15 initiad"

Last updated