v2.3.0 — Priority Lane (CLI dynamic-fee pilot)
NozyWallet v2.3.0 — Priority Lane
Orchard-first CLI for Zcash on a Zebrad + lightwalletd stack. This release ships the Shielded Labs dynamic-fee pilot (Phase A1) on CLI and companion API.
Download CLI
| Platform | File |
|---|---|
| Windows | nozy-windows.exe |
| Linux | nozy-linux |
| macOS Intel | nozy-macos-intel |
| macOS Apple Silicon | nozy-macos-arm |
Verify with HASHES.txt or the .sha256 sidecar files.
Direct link (Windows): https://github.com/LEONINE-DAO/Nozy-wallet/releases/download/v2.3.0/nozy-windows.exe
What is new
- ZIP-317 client-side fees (Zebrad has no
estimatefee) nozy send --priority— opt-in fee ×4 (pilot, off by default)- ~2-block expiry at build time (~2 minutes at 75s/block)
nozywallet-apibinaries included (HTTP companion on:3000)
Prerequisites (you run separately)
- zebrad JSON-RPC (default
http://127.0.0.1:8232) - lightwalletd gRPC for compact sync (default
http://127.0.0.1:9067)
Use testnet first before mainnet. Walkthrough: docs/TESTNET_CLI_WALKTHROUGH.md
Quick start (CLI)
# Windows: download nozy-windows.exe, then in PowerShell:
.\nozy-windows.exe new
.\nozy-windows.exe scan --start-height <your_birthday_height>
.\nozy-windows.exe balance
# Standard send
.\nozy-windows.exe send -r <u1_address> -a 0.01 --testnet
# Dynamic-fee pilot: priority ×4
.\nozy-windows.exe send -r <u1_address> -a 0.01 --testnet --priorityLinux/macOS: chmod +x nozy-linux (or nozy-macos-*) and run ./nozy-linux with the same subcommands.
For @ShieldedLabs / pilot testers
Compare two sends with the same amount and shape: one without --priority, one with --priority. On-chain fee on the priority tx should be about 4× the standard ZIP-317 fee. Expiry height should be about chain tip + 2 at build time.
RFC: docs/rfcs/DYNAMIC_FEE_PILOT_PLAN.md
Not in v2.3.0
- Browser extension WASM priority sends (use CLI or build API from this release)
- Automatic Expired status / speed-up rebuild (Phase A1 follow-up on
master)
Also in this repo
- Zeaking LWD smoke scripts, desktop app (separate release workflows may attach installers later)
Full changelog: CHANGELOG.md