🖱️Upgrade
Latest Version: v0.28.2-mocha
Stop full node:
sudo systemctl stop celestia-fullDownload 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-keyUpdate:
celestia full config-update --p2p.network mochacelestia version
Result:
#version: v0.28.2-mocha
#commit: e4384c0f4b5de00d65e321ee9f4f400850165e6dRestart the node
sudo systemctl restart celestia-full && sudo journalctl -u celestia-full -fo catLast updated