🖱️Upgrade

Latest Version: v6.4.10

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

Check the node version:

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

Result:
#version: 6.4.10
#commit: 0b26ea0c

Restart the node

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

Last updated