Ravenode Documentation
  • About
  • Testnet
    • Tangle
      • ๐Ÿ–ฅ๏ธInstallation
    • Union
      • ๐Ÿ–ฅ๏ธInstallation
    • Waku
      • ๐Ÿ–ฅ๏ธInstallation
    • Dusk
      • ๐Ÿ–ฅ๏ธInstallation
      • ๐Ÿ”„Update
    • Stratis
      • ๐Ÿ–ฅ๏ธInstallation
    • hyperbridge
      • ๐Ÿ–ฅ๏ธInstallation
    • Initia
      • ๐Ÿ–ฅ๏ธInstallation
    • Nubit
      • ๐Ÿ–ฅ๏ธInstallation
    • Analog
      • ๐Ÿ–ฅ๏ธInstallation
      • ๐Ÿ–ฅ๏ธUpdate Timechain Node
      • โš ๏ธTimechain Node Deletion
    • Dill
      • ๐Ÿ–ฅ๏ธInstallation (Andes)
      • ๐Ÿ–ฅ๏ธInstallation (Alps)
      • โš ๏ธValidator Deletion
    • Symphony
      • ๐Ÿ–ฅ๏ธInstallation
      • ๐Ÿ–ฅ๏ธOracle Voter Setup
      • ๐Ÿ“Cheat Sheet
      • โš ๏ธNode Deletion
    • Nillion Verifier
      • ๐Ÿ–ฅ๏ธInstallation
      • ๐Ÿ–ฅ๏ธUpdate Verifier
      • โš ๏ธVerifier Deletion
Powered by GitBook
On this page
  1. Testnet
  2. Dusk

Update

PreviousInstallationNextStratis

Last updated 1 year ago

To make the upgrade process as flawless as possible, we will update the script from time to time. This script can be ran in a non-destructive way, meaning it changes only what is needed.

To upgrade to the latest ITN version (v0.1.4), run:

curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/itn-installer/releases/download/v0.1.4/itn-installer.sh | sudo sh

Once itโ€™s done and gives no errors, start Rusk again:

service rusk start

Check on the logs to see if itโ€™s making and accepting new blocks:

tail -F /var/log/rusk.log

If you see a NETWORK MISMATCH please note that it is NOT an error. It simply means that your node successfully joined the new network ID and is rejecting messages from nodes that did not upgrade

๐Ÿ”„
ITN installer