Cindel Windows Wallet Kit

Default daemon: 178.105.120.145:58083

1. Extract this zip.
2. Double-click Start-Cindel-Wallet.cmd, or open Command Prompt/PowerShell in
   the extracted folder and run:

   .\Start-Cindel-Wallet.cmd

Direct PowerShell fallback:

   powershell -NoProfile -ExecutionPolicy Bypass -File .\Start-Cindel-Wallet.ps1

The first run creates a local testnet wallet under .\wallets and prints a seed
phrase. Save that seed privately. Never send it to anyone.

The launcher starts cindel-wallet-rpc on 127.0.0.1 and serves the bundled web
wallet shell on http://127.0.0.1:8095.

If the browser does not open, open this address manually:

   http://127.0.0.1:8095/

You can also run:

   .\Open-Cindel-Wallet.cmd

If Windows reports a missing file under .\bin after a previous successful run,
check Windows Security > Protection history and re-extract the kit. These are
unsigned closed-testnet binaries.

To stop helper processes:

   .\Stop-Cindel-Wallet.cmd

This is a closed-testnet wallet kit. It is not mainnet release evidence until
the signed wallet release gate is verified.
