Command Overview

The nozy CLI is the primary production surface for Orchard shielded ZEC on mainnet.

cargo build --release --bin nozy
./target/release/nozy --help

Global flags (common):

FlagPurpose
-m, --mainnetMainnet (default in many builds)
--testnetTestnet
--zebra-url <URL>Override Zebrad RPC for this invocation

Config persists in platform config dir — see Zebra Node Setup.

Core commands

CommandPurpose
newCreate wallet + mnemonic
restoreRestore from 24-word phrase
receiveGenerate Orchard receiving address
syncScan blocks (--to-tip for full catch-up)
sendShielded send (-r, -a, optional --memo)
balanceShielded balance
list-notesSpendable notes detail
historyTransaction history
statusSync and witness summary
infoWallet metadata
configNetwork, zebra_url, backend
test-zebraVerify node RPC
provingDownload / status for Orchard params

Extended commands

CommandPurpose
lwdlightwalletd compact cache (Zeaking)
zeakingLocal indexer utilities
address-bookSaved contacts (CLI)
analyticsWallet statistics
check-confirmationsTX confirmation lookup
privacy-networkTor / I2P helpers (experimental)
nu61NU 6.1 info

Optional feature builds:

cargo build --features secret-network   # adds `shade`

Typical workflow

nozy test-zebra
nozy sync --to-tip
nozy balance
nozy send -r u1… -a 0.0001

Chapters

More: root COMMAND_HELP.md if present in your checkout.