🖱️Upgrade

Latest Version: v8.0.8

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

Check the node version:

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

Result:
#version: 8.0.8
#commit: ed15179b

Restart the node

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

Last updated