Upgrade

Current Version
Type

v0.20.4

Shwap

This guide assumes that the current systemd file is named as celestia-bridge

Downloading and installing Binary

sudo systemctl stop celestia-bridge
cd $HOME
git clone https://github.com/celestiaorg/celestia-node.git 
cd celestia-node
git pull
git checkout v0.20.4
make build
make install

# Start Node and check logs 
sudo systemctl start celestia-bridge && sudo journalctl -u celestia-bridge -f -o cat

Last updated