Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.
cd $HOME
rm -rf celestia-node
git clone https://github.com/celestiaorg/celestia-node.git
cd celestia-node/
git checkout tags/v0.15.0
make build
sudo make install
make cel-key
cd $HOME
rm -rf celestia-app
git clone https://github.com/celestiaorg/celestia-app.git
cd celestia-app
git checkout tags/v1.13.0 -b v1.13.0
make install
celestia state balance --url "http://127.0.0.1:26657" --node.store $HOME/.celestia-bridge-mocha-4/
Upgrade Bridge Node
Stop bridge node
sudo systemctl stop celestia-bridge
Download and install new binary
cd $HOME
rm -rf celestia-node
git clone https://github.com/celestiaorg/celestia-node.git
cd celestia-node/
git checkout tags/v0.13.6
make build
sudo make install
make cel-key