🖱️Upgrade

Latest Version: v0.29.1-mocha

Stop bridge node:

sudo systemctl stop celestia-bridge

Download binary:

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

Update:

celestia bridge config-update --p2p.network mocha
circle-info

Check the node version:

celestia version

Result:
#version: v0.29.1-mocha
#commit: e5dbc5915b8d05472c0c23ab526b7c01be221737

Restart the node

Last updated