Network Configuration

Configure which Zcash network and backend nodes NozyWallet uses.

Config file

OSPath
Windows%APPDATA%\nozy\nozy\config\config.json
Linux / macOSXDG config — typically ~/.config/nozy/config.json

Common fields:

{
  "zebra_url": "http://127.0.0.1:8232",
  "last_scan_height": 3395000,
  "privacy_network": "mainnet"
}

Environment overrides

VariableOverrides
ZEBRA_RPC_URLPrimary full-node RPC URL (Zebrad or Zakura)
LIGHTWALLETD_GRPClightwalletd gRPC endpoint

CLI

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

Desktop

Settings → Network — edit URL, Test Connection.

Backend selection

Default: Zebrad or Zakura JSON-RPC (Zebra-fork compatible). Optional Crosslink backend via nozy config flags — see nozy config --help in your build.

UTF-8 BOM note

Editing config.json with PowerShell can add a BOM. Current releases strip BOM on load; prefer UTF-8 without BOM when hand-editing.

Trust

Configured zebra_url is trusted for broadcast and chain tip. Optional trusted_zebra_urls list in config for additional endpoints.