Celestia Testnet Upgrade

Celestia Testnet update on block 3223431

Current Block: Loading...

Validator Node (07.11.24)

cd $HOME/celestia-app
git fetch --all
git checkout tags/v3.0.0-mocha -b v3.0.0-mocha
make install
celestia-appd version --long | grep -e commit -e version
#version: 3.0.0-mocha
#commit: 5d6c695a
make configure-v3
sudo systemctl restart celestia-appd && sudo journalctl -fu celestia-appd -o cat

Bridge Node (19.11.24)

cd $HOME/celestia-node
git pull
git checkout tags/v0.20.2-mocha
make build
make install
make cel-key
celestia version
#Semantic version: v0.18.0-refs-tags-v0-20-2-arabica.0
#Commit: 2dc9cce7b5dffc14fd4fe156d2aa9869318e0f68
sudo systemctl restart celestia-bridge && sudo journalctl -fu celestia-bridge -ocat

Full Node (19.11.24)

cd $HOME/celestia-node
git pull
git checkout tags/v0.20.2-mocha
make build
make install
make cel-key
celestia version
#Semantic version: v0.18.0-refs-tags-v0-20-2-arabica.0
#Commit: 2dc9cce7b5dffc14fd4fe156d2aa9869318e0f68
sudo systemctl restart celestia-full && sudo journalctl -fu celestia-full -ocat

Light Node (19.11.24)

cd $HOME/celestia-node
git pull
git checkout tags/v0.20.2-mocha
make build
make install
make cel-key
celestia version
#Semantic version: v0.18.0-refs-tags-v0-20-2-arabica.0
#Commit: 2dc9cce7b5dffc14fd4fe156d2aa9869318e0f68
sudo systemctl restart celestia-light && sudo journalctl -fu celestia-light -ocat