🖱️Upgrade

Latest Version: v7.0.2-mocha

rm -rf $HOME/celestia-app
git clone https://github.com/celestiaorg/celestia-app/
cd $HOME/celestia-app
git checkout v7.0.2-mocha
make install
circle-info

Check the node version:

celestia-appd version --long | grep -e commit -e version

Result:
#version: 7.0.2
#commit: 3c528a42

Restart the node

sudo systemctl restart celestia-appd && sudo journalctl -fu celestia-appd -n100 -ocat

Last updated