8.2 Upgrading Your Node

When a new version of Spicenet is released:

  1. Check the release notes for any breaking changes

  2. Stop your node

  3. Backup your data

  4. Update the Spicenet software:

git pull
cargo build --release
  1. Restart your node

Always test upgrades on a testnet before applying them to your mainnet validator.

Last updated