Celestia Mainnet Upgrade

Celestia Mainnet update on block 4534287

Current Block: Loading...

Validator Node (14.03.25)

cd $HOME/celestia-app
git fetch --all
git checkout v3.4.2
make install
celestia-appd version --long | grep -e commit -e version
#version: 3.4.2
#commit: 5b603273
sudo systemctl restart celestia-appd && sudo journalctl -fu celestia-appd -o cat

Bridge Node (19.03.25)

cd $HOME/celestia-node
git pull
git checkout tags/v0.21.9
make build
make install
make cel-key
celestia version
#Semantic version: v0.21.9
#Commit: 
sudo systemctl stop celestia-bridge
celestia bridge config-update
sudo systemctl restart celestia-bridge && sudo journalctl -fu celestia-bridge -ocat

Full Node (19.03.25)

cd $HOME/celestia-node
git pull
git checkout tags/v0.21.9
make build
make install
make cel-key
celestia version
#Semantic version: v0.21.9
#Commit: 
sudo systemctl stop celestia-full
celestia full config-update
sudo systemctl restart celestia-full && sudo journalctl -fu celestia-full -ocat

Light Node (19.03.25)

cd $HOME/celestia-node
git pull
git checkout tags/v0.21.9
make build
make install
make cel-key
celestia version
#Semantic version: v0.21.9
#Commit: 
sudo systemctl stop celestia-light
celestia light config-update
sudo systemctl restart celestia-light && sudo journalctl -fu celestia-light -ocat