For the complete documentation index, see llms.txt. This page is also available as Markdown.

🖱️Upgrade

Latest Version: v9.0.6-mocha

rm -rf $HOME/celestia-app
git clone https://github.com/celestiaorg/celestia-app/
cd $HOME/celestia-app
git checkout v9.0.6-mocha
make install

Check the node version:

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

Result:
#version: 9.0.6
#commit: 6f4b596e4

Restart the node

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

Last updated