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.
| Network | Chain ID / Environment | Pinned Version | Deployment Method | Official Source |
|---|---|---|---|---|
| Ethereum Mainnet | mainnet | Geth v1.17.2, Lighthouse v8.1.3, Prysm v7.1.3, MEV-Boost v1.12 | Ansible-managed systemd services | go-ethereum, Lighthouse, Prysm, MEV-Boost |
| SSV Network Mainnet | mainnet | SSV Node v2.4.2, SSV Stack 27b8159 | Docker Compose with ssv-stack; default starts ssv-key-generation, ssv-node, and ssv-dkg only | SSV node setup, SSV stack, SSV releases |
| Avail Mainnet | avail_mainnet | Avail v2.3.4.2 | Docker Compose or Ubuntu binary | Avail releases |
| Avail Turing Testnet | avail_turing_testnet | Avail v2.3.4.2 | Docker Compose or Ubuntu binary | Avail releases |
| Mina Mainnet | Mainnet | Mina 3.3.1-7b34378 | Docker Compose or Debian package | Mina releases |
| Namada Mainnet | namada.5f5de2dd1b88cba30586420 | Namada v101.1.4 | Release binary or source build | Namada releases |
| Story Aeneid Testnet | 1315 | story-geth v1.2.1, story v1.6.2 | Release binary, source fallback, Cosmovisor | story-geth, story |
| Initia Testnet | initiation-2 | Initia v1.4.6 | Source build with Cosmovisor | Initia releases, Initia networks |
| Bitway Mainnet | bitway-1 | Bitway v2.0.1 | Source build with systemd/Cosmovisor | Bitway releases, Noders Bitway install |
| Aztec Alpha Testnet | alpha-testnet on Sepolia | Aztec v4.2.1 | Docker Compose | Aztec packages releases |
| Gno.land | gnoland1 | chain/gnoland1.1 | Docker images or source build | Gno releases |
| Gno Test12 Labnet | test12 | chain/test12 | Release deployment config | Gno test12 release |
| Nexus Beta | Beta CLI node | Nexus CLI v0.10.18 | Hosted installer for registration, pinned Docker binary for repeatable runs | Nexus CLI releases |
Update Checklist
- Check the official release page and whether the release is stable, beta, testnet-only, or a release candidate.
- Update the version in this page, the chain introduction page, setup guide, and commands page.
- Confirm chain IDs, genesis URLs, addrbook URLs, seeds, and minimum gas prices from official network configuration pages.
- Run
yarn typecheck,yarn build, and any relevant backend or script tests. - Note the verification date in the changed guide when the version is time-sensitive.