cd $HOME/celestia-app
git fetch --all
git checkout tags/v3.5.0-mocha -b v3.5.0-mocha
make install
celestia-appd version --long | grep -e commit -e version
#version: 3.5.0-mocha
#commit: 6f4cfa67
sudo systemctl restart celestia-appd && sudo journalctl -fu celestia-appd -o cat
cd $HOME/celestia-node
git pull
git checkout tags/v0.22.0-mocha
make build
make install
make cel-key
celestia version
#Semantic version: v0.22.0-mocha
#Commit: 79e36c067407af4be803b03a7b0321cfda090086
systemctl stop celestia-bridge
celestia bridge config-update --p2p.network mocha --archival
sudo systemctl restart celestia-bridge && sudo journalctl -fu celestia-bridge -ocat
cd $HOME/celestia-node
git pull
git checkout tags/v0.22.0-mocha
make build
make install
make cel-key
celestia version
#Semantic version: v0.22.0-mocha
#Commit: 79e36c067407af4be803b03a7b0321cfda090086
systemctl stop celestia-full
celestia full config-update --p2p.network mocha
sudo systemctl restart celestia-full && sudo journalctl -fu celestia-full -ocat
cd $HOME/celestia-node
git pull
git checkout tags/v0.22.0-mocha
make build
make install
make cel-key
celestia version
#Semantic version: v0.22.0-mocha
#Commit: 79e36c067407af4be803b03a7b0321cfda090086
systemctl stop celestia-light
celestia light config-update --p2p.network mocha
sudo systemctl restart celestia-light && sudo journalctl -fu celestia-light -ocat