ITADN
Yose144/Zion-v3.0.0
README.md

ZION TerraNova — Mainnet Alpha (V31)

Proof of Work Layer 1 for the next 100 years. From blockchain to the stars.

License: MIT

Status

Last updated: 2026-08-07

  • Active mainnet track: V31/ workspace — version 3.1.0-beta (V31 Mainnet Alpha), protocol string zion-v3-node/3.1.0-alpha, clean cargo test --workspace.
  • V3 production line has been archived to archive/V3/ after the 2026-08-04 V31 cutover.
  • Hard genesis reset (2026-08-06): Complete key rotation — new premine, canonical, admin, DAO guardian, and EVM validator keys. All addresses updated across codebase + Edge server. See HARD_RESET_PLAYBOOK.md for the full procedure.
  • Edge production is V31 (2026-08-07):
    • Public RPC: rpc.zionterranova.com:8443 (nginx TCP proxy → 127.0.0.1:9445)
    • Public pool stratum: 62.171.141.136:8444
    • Pool HTTP API: 62.171.141.136:8080
    • Chain height: ~94 (fresh chain from 2026-08-06 genesis)
    • Protocol: zion-v3-node/3.1.0-alpha (workspace version 3.1.0-beta)
    • Genesis hash (V3 compat): 4cf7560f9140deb9376fa6567e76eacaa8bd1b733ca3c91b00830a08f332ef71
    • Genesis hash (V31 native): 96109423298542a836edc10b9ba5ff9b29a1970418db543c2ee5cd952fe35bdb
    • Active V31 services: zion-v31-node, zion-v31-pool, zion-v31-miner, zion-v31-multichain, zion-v31-dao, zion-v31-oasis, zion-edge-python-dashboard, zion-website, zion-oasis-web, zion-marketplace
    • Legacy/expected failed: zion-node (V3), zion-pool (V3), zion-dashboard-web (superseded), logrotate.service
  • Latest wins: V31 pool reaches full V3 parity with payout confirmation sweep + UTXO fallback, DAO governance runtime with treasury/humanitarian/L1 scanner, GPU backend port (CUDA/OpenCL/Metal/native) with Ekam Deeksha v3.2 (512 KiB scratchpad, 128 random reads, 2 AES passes), cross-chain DEX multi-path routing + HTTP solver network, CLI with 21 subcommands (DAO/WARP/HTLC/monitor/topology/explorer/onboard), Rasta/One Love desktop and web UI theme, OASIS RPC fixed (raw TCP JSON-RPC).
  • Test gate: cargo test --workspace passes, cargo clippy --workspace is clean (pre-existing warnings only).
  • Public launch target: 31 December 2026.

WhatWhere
V31 workspace entryV31/README.md
V31 build / cutover planV31/ALPHA_BUILD_PLAN.md
V31 operational rulesV31/AGENTS.md
Live status + topologyStatusV3.md
Post-cutover execution planPLAN_TO_3.1_RECONCILED.md
V31 detailed statusV31/STATUS.md
V3 archive (read-only)archive/V3/
Historical incidents + public-subtree rulesAGENTS.md
Hard reset procedure (genesis + keys)HARD_RESET_PLAYBOOK.md
Public (MIT) subtreepublic/

What is ZION?

ZION is a decentralized Layer 1 blockchain built from scratch in Rust, running a canonical Proof-of-Work consensus with CPU and GPU acceleration. The current mainnet-track development happens in the clean V31/ workspace; the previous V3 tree is archived in archive/V3/.

V31 features a height-aware PoW fork gate, triple-stream mining (ZION + AuxPoW GPU + CPU fallback), a unified Multi-Chain crate (bridge/DAO/WARP/HTLC/DEX), and a zion operator CLI.


Quick start

Run from source (V31)

cd V31
cargo check
cargo test
cargo build --release

Run a local V31 node

RUST_LOG=info ./target/release/zion-node --config config/node.toml

Run the pool

./target/release/zion-pool --config config/pool.toml

Run the miner

Triple-stream mining with optional AuxPoW fallback:

./target/release/zion-miner \
  --pool 62.171.141.136:8444 \
  --worker my-rig \
  --address <your-44-char-zion1-address>

Force a specific coin on stream 3:

ZION_STREAM3_FORCE_COIN=MONERO ./target/release/zion-miner \
  --pool 62.171.141.136:8444 \
  --worker my-rig \
  --address <your-44-char-zion1-address>

Network topology

See StatusV3.md for the authoritative live topology. In brief:

  • Edge (62.171.141.136, Contabo VPS): V31 primary node (zion-v31-node), follower node, V31 pool (zion-v31-pool), multichain, DAO, bridge, WARP, web, dashboard.
  • Local backup (zionserver-144, 109.81.27.87): backup node + dashboard.
  • Public RPC is served by nginx TCP stream 8443 → 127.0.0.1:9445 (V31 node RPC).

Documentation hierarchy

This repository has one source of truth per topic:

TopicCanonical doc
Live operational statusStatusV3.md
V31 workspace + build notesV31/README.md
V31 security / ops rulesV31/AGENTS.md
Post-cutover execution planPLAN_TO_3.1_RECONCILED.md
V3 archivearchive/V3/README.md
MarketPlace ZION L1 bonus payoutAPP&WEB/MarketPlace/PAYOUT.md
Historical incidents + backup rulesAGENTS.md

License

MIT — see LICENSE.


Last updated: 2026-08-07 · Version: 3.1.0-beta (V31 Mainnet Alpha, protocol 3.1.0-alpha) · Live status: StatusV3.md · V31/STATUS.md