Primary mode
Zakura
Overview
Zakura is a Valar Group's implementation of a Zcash node. It is an evolution of Zebra. Zakura's network stack is interoperable with zcashd. Zakura implements all the features required to reach Zcash network consensus including the validation of all the consensus rules.
- QUIC-based P2P: a new layer running alongside today's legacy TCP network, giving Zakura lower-latency peer communication without breaking compatibility. Includes native peer discovery, service discovery, header sync, structured tracing, and protections against malformed or abusive peers.
- Consensus updates: updated difficulty adjustment rules, shielded action limits, a larger reorg window, and faster mempool crawling, keeping Zakura reliable as Zcash moves toward shorter block times.
- Future-ready: faster networking, better sync foundations, stronger observability, and consensus changes aligned with the next generation of Zcash protocol upgrades.
Install and Run Zakura
Download and run the standalone Zakura installer from the latest Zebra GitHub release. It guides native, Docker, and build-from-source setup modes and downloads only Zebra binaries.
curl -fsSL https://github.com/valargroup/zebra/releases/latest/download/install-zakura.sh | bash