LogoLogo
HomeBlogApp
Nomic Network Docs
Nomic Network Docs
  • Running a Node
    • Setup
    • Upgrading
    • Testnet
  • Validating
  • Signer
  • IBC Relayer
  • Bitcoin Relayer
  • Key Management
  • Listing in Codebase
Powered by GitBook
On this page
Edit on GitHub
  1. Running a Node

Testnet

Nomic Testnet v10.1 has been released.

NOTE: this testnet spawns a new network (nomic-testnet-9), with a fresh state. To join the validator set, you'll need to declare your validator as detailed here: Validating

# from `nomic` directory
git pull
git checkout v10.1.0
cargo install --path . --locked --bin nomic

# launch node:
nomic start --network testnet

Thanks for keeping your nodes running. Stay tuned, there will be more upgrades in the near future.

Last updated 5 months ago