Upgrading

Nomic has its own unique upgrade system. Once you switch to the latest release, your node will signal its readiness, and the network will automatically switch to the new version once enough voting power has signalled.

To prepare your Nomic Stakenet node for a network upgrade, simply compile the new version then restart:

# from `nomic` directory
git pull
git checkout v9.0.0
cargo install --path . --locked --bin nomic

# relaunch node with:
nomic start

# run your signer with:
nomic signer

Last updated