Zcash network upgrade

NU7 Dashboard

Zcash's next network upgrade is coming. Check this page for progress.

  • 25-second blocks Target spacing drops from 75 seconds to 25.
  • Steadier difficulty The averaging window widens from 17 blocks to 102.
  • Fees fund the NSM 60% of transaction fees accrue to the Network Sustainability Mechanism.
  • Sprout retirement The legacy Sprout shielded pool is suspended.

Rollout

  1. Staging Testnet Staging
  2. Testnet Estimate
  3. Mainnet Estimate
Best block
4,401,605
03ad08b1…bf7afc55
Header time age
16 s
At the observation time below
Median interval
18.0 s
Last 300 intervals · 25 s NU7 target
Difficulty
1
102-block averaging window
NSM fund balance
557.68 TAZ[?]TAZ is the Testnet equivalent of ZEC.
Observed reorgs · 24 h
0

HeightHashHeader time · UTC

  1. 4,401,60503ad08b11fe4e9a3aca1ce426af04f4ea30fd12800a695207e0dca71bf7afc55
  2. 4,401,6040342d325ddcf97aa39c01b3087018cca0b1bcba0f7c7e34fb38b4246c73f0a76
  3. 4,401,6030413766caf8ffba1be16ab3931606b51adea01c3d34d8b7a36b2aea5808d7082
  4. 4,401,60201ed70324a1d428cd4b815bd6b11f8688e168f864638052a78964c914cbc67a6
  5. 4,401,6010372debbf73504216755a420d3527183b8171550ded63f349f8ba580d3b901a7
  6. 4,401,6000474bf1bfb4259bee6d3cfc96a2f3aa37157dc9e2da39fcb3d1b17f1e8b060bf

Build-time observation ·

Run a node

Network magic
7a6b7538
NU7 activation height
4,398,756
NU7 branch ID
77190ad9

This disposable staging chain forks public Testnet history. Use the matching revision, snapshot, and configuration below together in a separate data directory. Keep JSON-RPC bound to localhost.

Joining details captured · . Source: the operator's network manifest. Check it before joining; staging can reset.

  1. Build the matching revision

    Use 738d175061e23d1ad65ec99b2d2a6b5d004bb10f. Build with cargo build --release --locked -p zakura -p zakura-fork-miner.

  2. Bootstrap the fork history

    One-time bootstrap snapshot

    Served directly by Valargroup for this staging fork. This pruned seed snapshot is not refreshed daily.

    Block height
    4,398,752
    Published · UTC
    2026-09-26 19:18 UTC
    Size
    8.96 GiB
    Storage mode
    Pruned
    DB format
    v29.1.0

    SHA-256

    4a347a643eee9a33f0b56a0f28e365c63ffbc0d5cc4ee46cd5d7cd1929117595

    Direct download

    Before you restoreStop your node. The commands create a new nu7-state directory; keep public Testnet and earlier staging data separate.

    Requires curl, shasum, tar, and zstd.

    curl -fL -C - -o nu7.tar.zst \
      https://api.nu7.valargroup.dev/snapshots/nu7-v2-seed-4398752.tar.zst &&
    echo '4a347a643eee9a33f0b56a0f28e365c63ffbc0d5cc4ee46cd5d7cd1929117595  nu7.tar.zst' | shasum -a 256 -c - &&
    mkdir nu7-state &&
    tar --zstd -xf nu7.tar.zst -C nu7-state
  3. Save the configuration and start

    Save the configuration below as nu7-zakura.toml. Open inbound TCP port 18233 to accept peers. Check getblockchaininfo for the expected activation height and an advancing tip.

nu7-zakura.toml · matches the displayed networkDownload

[network]
listen_addr = "0.0.0.0:18233"
initial_testnet_peers = [
    "seed.nu7.valargroup.dev:18233",
    "134.199.239.83:18233",
    "157.245.69.251:18233",
    "165.22.255.181:18233",
]
p2p_stack = "legacy"
[network.network]
network_name = "Nu7StagingV2"
network_magic = [122, 107, 117, 56]
checkpoints = true
initial_nsm_value_balance = 55768414957
[network.network.activation_heights]
BeforeOverwinter = 1
Overwinter = 207500
Sapling = 280000
Blossom = 584000
Heartwood = 903800
Canopy = 1028500
NU5 = 1842420
NU6 = 2976000
"NU6.1" = 3536500
"NU6.2" = 4052000
"NU6.3" = 4134000
NU7 = 4398756

[rpc]
listen_addr = "127.0.0.1:18232"
enable_cookie_auth = false

[state]
cache_dir = "./nu7-state"
storage_mode = "pruned"

start · from the directory containing nu7-state

./target/release/zakurad -c nu7-zakura.toml start

To mine, add your own transparent miner_address under [mining] and run the fork miner alongside the node. Coinbase outputs mature after 100 blocks.

mine · optional, from the same directory

./target/release/zakura-fork-miner --rpc 127.0.0.1:18232 --config nu7-zakura.toml

Get test coins

Request coins for testing on the NU7 Staging Testnet, directly from this page.

Each request

0.1 TAZ

Per address

Once every 24 hours

Check availability when requesting

Up to two requests per connection in 24 hours. Payouts are queued and subject to the faucet's daily allocation.