Lucky Research Services
  • Lucky Research Services
  • 💫Mainet
    • Celestia
      • Installation
      • Upgrade
      • RPC
    • Dymension
      • Installation
      • Upgrade
      • API, RPC
    • Shentu
      • Installation
      • Upgrade
      • RPC, API
    • Nibiru
      • Installation
      • Upgrade
      • RPC, API
    • SEDA
      • Installation
      • Upgrade
      • RPC, API
    • Entangle
      • Installation
      • Upgrade
      • RPC, API
  • ✨Testnet
    • Dymension
      • Installation
      • Upgrade
      • RPC, API
    • Celestia
      • Installation
      • Upgrade
      • RPC, API
    • Avail
      • Installation
      • Upgrade
      • RPC, API
    • Side Protocol
      • Installation
      • Upgrade
      • API, RPC
    • Airchains
      • Installation
      • Upgrade
      • API, RPC
    • Initia
      • Upgrade
      • API, RPC
      • Oracle Slinky
    • Selfchain
      • Installation
      • Upgrade
      • API, RPC
Powered by GitBook
On this page
  1. Testnet
  2. Celestia

Upgrade

sudo systemctl stop celestia-appd
cd $HOME
rm -rf celestia-app
git clone https://github.com/celestiaorg/celestia-app.git
cd celestia-app
git checkout tags/v1.11.0 -b v1.11.0
make install
cd celestia-app
sudo systemctl restart celestia-appd && sudo journalctl -u celestia-appd -f
PreviousInstallationNextRPC, API

Last updated 11 months ago

✨