BitcoinZ Blue is a modern, z-Addr first, Sapling compatible light wallet client for BitcoinZ. It provides a clean, user-friendly interface with full support for all BitcoinZ features:
- 🔒 Send + Receive fully shielded transactions
- 💰 Supports transparent addresses and transactions
- 📝 Full support for incoming and outgoing memos
- 🔐 Fully encrypt your private keys, using viewkeys to sync the blockchain
- ⚡ Lightning-fast sync - Syncs in seconds, not hours
- 🎨 Modern UI design - Clean, intuitive interface
- 🌐 Cross-platform support - Windows, macOS, and Linux
- 📁 Separate data storage - Won't conflict with full node wallets
- 💱 Real-time price data - Integrated CoinGecko price feeds
Download compiled binaries from our release page
- Windows: Setup installer (recommended) and portable ZIP
- macOS: Application bundle (Intel and Apple Silicon)
- Linux: AppImage (portable) and DEB package
Important: macOS may show security warnings for unsigned applications. Follow these steps:
- Download the appropriate ZIP file for your Mac:
- Apple Silicon (M1/M2/M3):
BitcoinZ Blue-1.0.0-arm64-mac.zip - Intel Macs:
BitcoinZ Blue-1.0.0-x64-mac.zip
- Apple Silicon (M1/M2/M3):
- Extract the ZIP file
- Right-click on
BitcoinZ Blue.app→ Open - Click "Open" when macOS asks for confirmation
- The app will now run normally
# Remove quarantine from the app
sudo xattr -rd com.apple.quarantine "/Applications/BitcoinZ Blue.app"
# Or remove from ZIP before extracting
xattr -d com.apple.quarantine "BitcoinZ Blue-1.0.0-arm64-mac.zip"- Go to System Preferences → Security & Privacy
- Click "Open Anyway" if the app was blocked
- Enter your password when prompted
Important: Windows may show security warnings for new software publishers. This is normal and safe to bypass.
- Download
BitcoinZ Blue Setup 1.0.0.exe - If Windows shows "Windows protected your PC":
- Click "More info"
- Click "Run anyway"
- Follow the installation wizard
- If your antivirus blocks the download:
- Check our VirusTotal report (0 detections from 70+ engines)
- Add BitcoinZ Blue to your antivirus whitelist
- Download again
- The software is digitally signed and verified safe
- Show IT department our security audit reports
- Provide VirusTotal scan results (all clean)
- Reference Sigstore signatures for cryptographic verification
- All source code is available on GitHub for review
# Check digital signature
Get-AuthenticodeSignature "BitcoinZ Blue Setup 1.0.0.exe"
# Verify file hash (compare with GitHub release)
Get-FileHash "BitcoinZ Blue Setup 1.0.0.exe" -Algorithm SHA256While all the keys and transaction detection happens on the client, the server can learn what blocks contain your shielded transactions. The server also learns other metadata about you like your IP address etc. Also remember that t-addresses don't provide any privacy protection.
BitcoinZ Blue does automatic note and UTXO management, which means it doesn't allow you to manually select which address to send outgoing transactions from. It follows these principles:
- Defaults to sending shielded transactions, even if you're sending to a transparent address
- Sapling funds need at least 5 confirmations before they can be spent
- Can select funds from multiple shielded addresses in the same transaction
- Will automatically shield your transparent funds at the first opportunity
- When sending an outgoing transaction to a shielded address, BitcoinZ Blue can decide to use the transaction to additionally shield your transparent funds (i.e., send your transparent funds to your own shielded address in the same transaction)
BitcoinZ Blue requires specific setup steps to build from source:
-
Clone the repository:
git clone https://github.com/z-bitcoinz/BitcoinZ_Blue.git cd BitcoinZ_Blue -
Install prerequisites:
- Node.js v14 or v16 (NOT v17+ due to OpenSSL compatibility)
- Rust v1.62+
- Build tools for your platform
-
Build and run:
yarn install npm install -g cargo-cp-artifact yarn start
For detailed instructions, troubleshooting, and platform-specific requirements, see SETUP.md.
- Coin Type: 177 (BIP44)
- Sapling Activation: Block 328,500
- Branch ID: 0x76b809bb (Sapling)
- Address Prefixes: t1 (transparent), zs (shielded)
- Default Server: lightd.btcz.rocks:9067
BitcoinZ Blue uses separate data directories to avoid conflicts with full node wallets:
- Windows:
%LOCALAPPDATA%\BitcoinZ-LightWallet\ - macOS:
~/Library/Application Support/BitcoinZ-LightWallet/ - Linux:
~/.bitcoinz-lightwallet/
This wallet is based on Zecwallet Lite and adapted for the BitcoinZ network with modern enhancements and BitcoinZ-specific optimizations.
Report issues at: GitHub Issues
BitcoinZ Blue is a community project released under the MIT License.
Note: BitcoinZ Blue is a community-driven project focused on providing secure, private, and user-friendly wallet solutions for the BitcoinZ ecosystem.