V0.14.1

Previous Version: v0.14.0

v.0.14.1

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.14.1
make build
make install

#checking if the version is correct
/usr/local/bin/./celestia version
# should show
# Semantic version: v0.14.1
# Commit: 6549873516889aebcb787c4e9f2ae3b3258c386a


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

Last updated