Upgrade
This guide assumes that the current systemd file is named as celestia
Current Version
Upgrade Folder
v5.0.5-mocha
v5.0.5-mocha
For Non Cosmovisor Users
Downloading and installing Binary
sudo systemctl stop celestia
cd $HOME
git clone https://github.com/celestiaorg/celestia-app.git
cd celestia-app
git pull
git checkout v5.0.5-mocha
make install
# Enable bbr if not already done
make enable-bbr
sudo systemctl start celestiaFor Cosmovisor Users
Last updated