Manual Upgrades
Manual Upgrade Procedure for BitNet Nodes
This section provides instructions for BitNet validators and node operators who prefer to perform manual upgrades instead of using automation tools like Cosmovisor. Manual upgrades are also necessary when handling emergency forks, state resets, or custom genesis updates.
1. Stop the Node
Before beginning any upgrade, gracefully shut down your node:
2. Install the New BitNet Version
Switch to the correct GitHub release and compile the updated binary:
Confirm the new binary is installed:
Ensure the binary version matches the expected upgrade version for your environment (mainnet or testnet). Use the correct Go version as specified in the release notes.
3. Replace the Genesis File (If Required)
If the upgrade requires a genesis change, download the latest genesis.json
from the appropriate BitNet repository and verify it:
4. Reset Node Data (If Required)
If the upgrade is a breaking change that requires a full data reset:
Never reuse the same priv_validator_key.json
across multiple nodes. Doing so can result in double-signing and slashing.
5. Restart the Node
Once the upgrade and optional reset are complete:
Your node will resync from the latest height or from scratch (if reset), and join the network using the new software version.
This completes the manual upgrade process. BitNet node operators should monitor network announcements, upgrade proposals, and release timelines to avoid downtime or consensus errors.
Last updated