Upgrade
Automatic upgrade node
source <(curl -s https://raw.githubusercontent.com/chaindigital/celestia/main/upgradenode.sh)Manual upgrade node
sudo systemctl stop celestia-bridge
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-key
celestia bridge config-update --p2p.network mocha
sudo systemctl restart celestia-bridge && sudo journalctl -u celestia-bridge -f -o catAutomatic upgrade app
source <(curl -s https://raw.githubusercontent.com/chaindigital/celestia/main/upgradeapp.sh)Manual upgrade app
Last updated