Skip to main content

Network Version Reference

This page records the pinned versions used by the BlockNth guides. Versions were checked from official project documentation or official GitHub releases on 2026-05-10.

warning

Blockchain node versions can become unsafe quickly after hard forks or urgent advisories. Always check the official source linked below before upgrading production nodes.

NetworkChain ID / EnvironmentPinned VersionDeployment MethodOfficial Source
Ethereum MainnetmainnetGeth v1.17.2, Lighthouse v8.1.3, Prysm v7.1.3, MEV-Boost v1.12Ansible-managed systemd servicesgo-ethereum, Lighthouse, Prysm, MEV-Boost
SSV Network MainnetmainnetSSV Node v2.4.2, SSV Stack 27b8159Docker Compose with ssv-stack; default starts ssv-key-generation, ssv-node, and ssv-dkg onlySSV node setup, SSV stack, SSV releases
Avail Mainnetavail_mainnetAvail v2.3.4.2Docker Compose or Ubuntu binaryAvail releases
Avail Turing Testnetavail_turing_testnetAvail v2.3.4.2Docker Compose or Ubuntu binaryAvail releases
Mina MainnetMainnetMina 3.3.1-7b34378Docker Compose or Debian packageMina releases
Namada Mainnetnamada.5f5de2dd1b88cba30586420Namada v101.1.4Release binary or source buildNamada releases
Story Aeneid Testnet1315story-geth v1.2.1, story v1.6.2Release binary, source fallback, Cosmovisorstory-geth, story
Initia Testnetinitiation-2Initia v1.4.6Source build with CosmovisorInitia releases, Initia networks
Bitway Mainnetbitway-1Bitway v2.0.1Source build with systemd/CosmovisorBitway releases, Noders Bitway install
Aztec Alpha Testnetalpha-testnet on SepoliaAztec v4.2.1Docker ComposeAztec packages releases
Gno.landgnoland1chain/gnoland1.1Docker images or source buildGno releases
Gno Test12 Labnettest12chain/test12Release deployment configGno test12 release
Nexus BetaBeta CLI nodeNexus CLI v0.10.18Hosted installer for registration, pinned Docker binary for repeatable runsNexus CLI releases

Update Checklist

  1. Check the official release page and whether the release is stable, beta, testnet-only, or a release candidate.
  2. Update the version in this page, the chain introduction page, setup guide, and commands page.
  3. Confirm chain IDs, genesis URLs, addrbook URLs, seeds, and minimum gas prices from official network configuration pages.
  4. Run yarn typecheck, yarn build, and any relevant backend or script tests.
  5. Note the verification date in the changed guide when the version is time-sensitive.