🖱️Upgrade

Latest Version: v0.28.2

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

Update:

celestia full config-update

Check the node version:

celestia version

Result:
#version: v0.28.2
#commit: e4384c0f4b5de00d65e321ee9f4f400850165e6d

Restart the node

Last updated