What's New
Transparent Address Support
- Send & receive on transparent (t-address) — full support for both seed-derived and imported addresses
- WIF Import — import private keys from Electrum, other wallets, or paper backups (standard WIF + Electrum CSV format)
- Transparent mempool detection — incoming transparent TXs detected before confirmation (shielded + transparent)
Block Detection & Sync
- Hash-based block dedup — replaces time-window dedup for accurate block counting across all peers
- Android sync parity — retry + reconnect escalation matches desktop, fixing 3-4 block lag
- Faster confirmation detection — inv-triggered sync with automatic retry and peer reconnect
Transaction History
- Fixed misclassification — transparent sends no longer shown as "self z→t" or "self-send"
- Change detection — transparent change outputs correctly excluded from self-send detection
- Imported wallet support — history labels correct for PK+WIF wallets without seed
Security
- 3 security audits passed (all findings fixed)
- Key zeroing with Zeroizing across all platforms
- Auth gates for send, export, and delete operations
- No private key or seed leakage in any code path
Android
- Imported key count shown on balance screen (yellow warning)
- Receive screen shows imported address even with 0 balance
- WIF import with validation, progress bar, and immediate feedback
- Electrum CSV format support
Desktop (egui)
- Native macOS binary — signed and notarized by Apple
- Transparent send from imported WIF addresses
- Unified backup/export with all funded transparent keys
CLI
- Transparent address support
- WIF import and export
Downloads
| Platform | File | Size |
|---|---|---|
| macOS Desktop (DMG) | ZipherX-1.1.0-macos.dmg |
10 MB |
| macOS Desktop (binary) | zipherx-gui-macos-arm64 |
17 MB |
| Android (APK) | ZipherX-1.1.0-release.apk |
67 MB |
| Android (Play Store) | ZipherX-1.1.0-release.aab |
49 MB |
| macOS CLI | zipherx-cli-macos-arm64 |
11 MB |
| Windows CLI | zipherx-cli-windows-x86_64.exe |
12 MB |
| Windows DLL | zipherx_ffi-windows-x86_64.dll |
13 MB |
Verify
shasum -a 256 -c SHA256SUMS.txt
macOS binaries are code-signed and notarized (Developer ID: Vic Thor, 5MW334LMXL).
Android APK is signed with the ZipherX release key.
Upgrade Notes
- Seamless upgrade from v0.1.0 — wallet data preserved, no re-import needed
- Database auto-migrates on first launch (blockchain data re-scanned, keys untouched)
- No new recovery phrase entry required
Full changelog: v0.1.0...v1.1.0 (47 commits)