Quick Start Guide
Get up and running with NozyWallet in 5 minutes!
Overview
This quick start guide will help you:
- Install NozyWallet
- Create your first wallet
- Generate a receiving address
- Sync your wallet
Step 1: Installation (2 minutes)
Desktop App (Recommended)
- Download from GitHub Releases
- Install the
.exe(Windows),.dmg(macOS), or.AppImage(Linux) - Launch NozyWallet
CLI (Alternative)
# Clone repository
git clone https://github.com/LEONINE-DAO/Nozy-wallet.git
cd Nozy-wallet
# Build
cargo build --release
# Binary will be in target/release/nozy (or nozy.exe on Windows)
Step 2: Create Wallet (1 minute)
Desktop App
- Launch NozyWallet
- Click "Create New Wallet"
- Save your 24-word mnemonic phrase - Write it down on paper!
- Set a password (optional but recommended)
- Click "Create"
CLI
nozy new
Follow the prompts to create your wallet and save your mnemonic phrase.
⚠️ CRITICAL: Your mnemonic phrase is the ONLY way to recover your wallet. Store it securely offline!
Step 3: Generate Address (30 seconds)
Desktop App
- Click "Receive" tab
- Your Orchard address will be displayed
- Copy the address or show QR code
CLI
nozy addresses
Example output:
Generating Orchard address...
Address 0: u1testaddress1234567890abcdefghijklmnopqrstuvwxyz...
Copy this address - You'll use it to receive ZEC.
Step 4: Sync Wallet (1-2 minutes)
Desktop App
- Click "Sync" button
- Wait for sync to complete
- Your balance will appear
CLI
# Sync from recent blocks (faster)
nozy sync
# Or sync from specific height
nozy sync --start-height 3000000
First sync may take time - The wallet needs to scan the blockchain for your notes.
What's Next?
Send Your First Transaction
- Get ZEC - Receive ZEC to your address
- Wait for confirmations - Usually 1-2 blocks (~75 seconds each)
- Sync wallet - Run sync to see incoming funds
- Send ZEC - Use "Send" to create a transaction
See Sending ZEC for detailed instructions.
Learn More
- Creating Your First Wallet - Detailed wallet creation guide
- Restoring from Seed Phrase - How to restore a wallet
- Wallet Management - Advanced wallet operations
- Security Best Practices - Keep your wallet secure
Common Questions
Q: Do I need my own Zebra node?
A: No! You can use a public Zebra node. Configure the node URL in settings if needed.
Q: How long does first sync take?
A: Depends on blockchain height. Recent blocks (last 1000) take ~1-2 minutes. Full sync takes longer.
Q: Can I use transparent addresses?
A: No. NozyWallet only supports shielded (Orchard / Ironwood) addresses for complete privacy. For why Ironwood exists, see Why Ironwood?.
Q: What if I lose my mnemonic?
A: Without your mnemonic phrase, you cannot recover your wallet. Always backup your mnemonic securely!
Q: Is my wallet safe?
A: Yes! Your wallet file is encrypted with your password, and your private keys never leave your device.
Getting Help
- Documentation: Browse the full documentation
- Troubleshooting: Check Common Issues
- GitHub Issues: Report bugs or ask questions
- Community: Join our Discord (if available)
Ready to Use!
You're now ready to use NozyWallet! Remember:
- ✅ Backup your mnemonic - Store it securely offline
- ✅ Use strong password - Protect your wallet file
- ✅ Verify addresses - Double-check addresses before sending
- ✅ Start small - Test with small amounts first
- ✅ Stay private - All transactions are automatically private!
Happy private transacting! 🦋