Skip to main content

Synchronization and verification

After start, query loopback RPC:

curl -sS -H 'content-type: application/json' \
--data '{"jsonrpc":"2.0","id":1,"method":"nvc_getConsensusInfo","params":[]}' \
http://127.0.0.1:9332

Verify:

  • chainId is 733100001
  • genesisHash matches the public specification
  • protocolUpgrade.activationHeight is 100800
  • height and tipHash converge with a known seed

eth_chainId must be 0x2bb237e1.