🖱️Upgrade

Latest Version: v0.28.5-mocha

Stop full node:

sudo systemctl stop celestia-full

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.5-mocha  
make build 
sudo make install 
make cel-key

Update:

celestia full config-update --p2p.network mocha

Check the node version:

celestia version

Result:
#version: v0.28.5-mocha
#commit: f10991334ff261ccb88b86e17a2369d7b8218d10

Restart the node

Last updated