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

🖱️Upgrade

Latest Version: v0.29.3-mocha

Stop light node:

sudo systemctl stop celestia-light

Download binary:

cd $HOME
rm -rf celestia-node
git clone https://github.com/celestiaorg/celestia-node.git
cd celestia-node/
git checkout tags/v0.31.2-mocha
make build 
sudo make install 
make cel-key

Update:

celestia light config-update --p2p.network mocha

Check the node version:

celestia version

Result:
#version: v0.31.2-mocha
#commit: 1e9e7208e4e59e5bae0e03588b0d51632c98b669

Restart the node

Last updated