🖱️Upgrade

Latest Version: v0.28.2-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.28.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.28.2-mocha
#commit: e4384c0f4b5de00d65e321ee9f4f400850165e6d

Restart the node

sudo systemctl restart celestia-light && sudo journalctl -u celestia-light -fo cat

Last updated