๐Ÿ› ๏ธ Upgrade

Manual upgrade

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

celestia light config-update

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

Last updated