Nodevism.com
  • Nodevism
    • Booting Up Nodevism
  • Mainnet
    • CrossFi
      • Installation
    • Medasdigital
    • Hippo Protocol
  • Testnet
    • Aztec
    • Cortensor
    • Covalent
      • EWM Client
    • Dill.xyz
      • Dill light node
    • Empeiria
      • Endpoints
      • Requirement
      • Installation
    • Lumera Protocol
      • Public endpoint
      • Installation
      • Snapshot
      • Create Validator
      • Upgrade
      • CLI Cheatsheet
    • Odiseo
      • Installation
      • Creating Validator
      • Snapshot
      • CLI Cheatsheet
    • Symphony (Orchestra Labs)
      • Endpoint
      • Requirement
      • Installation
      • Create Validator
      • Cheatsheet
    • Union
      • Union ceremony task
    • XRVL-EVM
      • Public Endpoint
      • Installation
      • Creating Validator
      • Snapshot
      • CLI Cheatsheet
      • Cli Cheatsheet
  • Archive
    • Artela
      • Requirement
        • Public Endpoint
        • Installation
        • Create Validator
        • Upgrade
        • Snapshot
      • Testnet User Guide
    • CrossFi Chain
      • Endpoints
      • Installation
      • Upgrade
      • Validator Setup
      • Cheatsheet
      • How to create RPC,API, and Json-RPC
      • CrossFi user incentivized testnet guide
    • InitiaFDN
      • Endpoint
      • Run Initia Node
        • Installation
        • Creating validator
        • Setup Oracle
        • Cheatsheet
        • Upgrade
      • User Testnet Guide
    • Network3 AI
      • Installation
    • Nubit
      • Nubit Light Node
    • 0G_Labs
      • Page 2
    • Story protocol
    • Warden
      • Endpoint
      • Run Warden Node
      • Installation
      • Creating Validator
      • Cheatsheet
    • Zenrock
      • Public endpoint
      • Automatic installation
      • Manual installation
      • Creating validator
      • Usefull command
  • Other
    • Secure server settup (optional)
Powered by GitBook
On this page
Edit on GitHub
  1. Testnet
  2. Lumera Protocol

Upgrade

Manual Upgrade

cd "$HOME" && rm -rf bin && mkdir bin && cd bin && \
wget https://github.com/LumeraProtocol/lumera/releases/download/v1.0.1/lumera_v1.0.1_linux_amd64.tar.gz && \
tar -xzvf lumera_v1.0.1_linux_amd64.tar.gz && \
chmod +x lumerad && \
sudo mv libwasmvm.x86_64.so /usr/lib/ && \
sudo ldconfig && \
sudo mv lumerad $(which lumerad) && \
rm lumera_v1.0.1_linux_amd64.tar.gz && \
sudo systemctl restart lumerad && \
sudo journalctl -u lumerad -f -o cat
PreviousCreate ValidatorNextCLI Cheatsheet

Last updated 3 days ago