Skip to main content
Celestia Upgrade Guide

Celestia Upgrade Guide

Chain ID:

mocha-4

Current Node Version:

3.8.1-mocha

Clone Celestia repository

cd $HOME
rm -rf celestia-app
git clone https://github.com/celestiaorg/celestia-app.git
cd celestia-app
git checkout 3.8.1-mocha

Build binaries

make build

Prepare binaries for Cosmovisor

mkdir -p ~/.celestia-app/cosmovisor/upgrades/3.8.1-mocha/bin
mv build/celestia-appd ~/.celestia-app/cosmovisor/upgrades/3.8.1-mocha/bin/
rm -rf build

Without Cosmovisor

Clone Celestia repository

cd $HOME
rm -rf celestia-app
git clone https://github.com/celestiaorg/celestia-app.git
cd celestia-app
git checkout 3.8.1-mocha

Build binaries

make install

Restart node and check logs

sudo systemctl restart celestia-appd && sudo journalctl -u celestia-appd -f --no-hostname -o cat