MewNode
  • 🤚About us
  • Newbie
    • VPS cho người bắt đầu
    • Các công cụ cần thiết
  • Testnet
    • Dymension
      • Install
      • Upgrade
      • Commands
    • PowerLoom
      • Install
    • PWR
      • Install
    • Avail
      • Run an Avail Validator Goldberg Full Node
    • Namada
      • Installation
      • Upgrade
      • Commands
Powered by GitBook
On this page
  1. Testnet
  2. Namada

Upgrade

systemctl stop namada.service
curl -sL https://github.com/anoma/namada/releases/download/v0.23.2/namada-v0.23.2-Linux-x86_64.tar.gz | tar -C $HOME/.local/bin -xzf- --strip-components=1 --exclude='LICENSE*'
systemctl start namada.service

Last updated 1 year ago