You may be looking for Zallet, the Zcashd replacement: GitHub - zcash/zallet: An RPC wallet designed to replace the deprecated `zcashd` embedded wallet. Ā· GitHub
Since zcashd is depreciateed you have a few options:
- Zebra + Zallet (Official Command-Line / RPC Stack)
Node Validator: Zebra (zebrad), an independent Rust-based consensus full node maintained by the Zcash Foundation.
Wallet Layer: Zallet a Rust full-node RPC wallet developed by ECC as the official replacement for zcashd. It manages shielded and transparent keys, creates transactions, and interacts directly with a local Zebra node via JSON-RPC.
Best For: Server setups, automated workflows, power users, and developers requiring programmatic JSON-RPC wallet control.
- Local Zebra + lightwalletd + Graphical Wallet (Self-Sovereign Desktop Setup)
Architecture: Run zebrad as your local full node, paired with a locally hosted lightwalletd service.
Connected Wallet: Point a shielded desktop or mobile wallet (such as YWallet or Zashi) directly to your local endpoint (127.0.0.1:9067).
Best For: Users wanting a graphical UI (GUI) with complete self-sovereigntyāvalidating all blocks locally without trusting external public lightwalletd servers.
- Z3 Infrastructure Stack (Zebra + Zaino + Zallet)
Overview: The unified āZ3 stackā combines Zebra (node), Zaino (lightwalletd indexer replacement), and Zallet (wallet).
Key Feature: Native Tor integration out of the box for IP privacy during block synchronization and transaction broadcasting.
Best For: Privacy enthusiasts running dedicated node boxes or home servers requiring automated privacy guardrails.
(yes, this reply was partially AI assisted)