Wallet Commands

nozy new

Create a new wallet and display a 24-word mnemonic. Store it offline immediately.

nozy new

nozy restore

Restore from mnemonic (interactive).

nozy restore

nozy receive

Generate a shielded Orchard unified address.

nozy receive

nozy info

Wallet addresses, network, and metadata.

nozy info

nozy balance

Current shielded balance (spendable notes).

nozy balance

If balance shows 0 incorrectly on v2 note index, see CLI balance reference and try list-notes.

nozy list-notes

List Orchard notes with amounts and heights.

nozy list-notes

nozy status

Sync checkpoint, chain tip, witness lag summary.

nozy status

Use before send to confirm catch-up.

nozy config

Configure network and node URL.

nozy config --set-zebra-url http://127.0.0.1:8232
nozy config --set-network mainnet
nozy config --use-local
nozy config --use-remote http://vps:8232

Environment override: ZEBRA_RPC_URL=http://host:8232.

nozy proving

Orchard Halo2 proving parameters (~large download, once per machine).

nozy proving --download
nozy proving --status

nozy address-book

Manage saved addresses from CLI.

nozy address-book list
nozy address-book add --name Alice --address u1…
nozy address-book remove --name Alice

Multi-wallet (desktop)

CLI historically used a single data dir; desktop supports profiles under %APPDATA%\nozy\nozy\data\profiles\. CLI profile switching follows wallet_profiles in core — check your build’s nozy --help for profile flags if available.

See Wallet Management.