Creating Your First Wallet
This guide walks you through creating your first NozyWallet.
Desktop App (Recommended)
Step 1: Launch NozyWallet
After installation, launch NozyWallet from your applications menu.
Step 2: Setup Wizard
The setup wizard will guide you through:
- Welcome screen - Introduction to NozyWallet
- Create new wallet - Choose to create a new wallet
- Password setup - Set a strong password (optional but recommended)
- Address generation - Generate your first receiving address
- Complete - You're ready to use NozyWallet!
Step 3: Backup Your Seed Phrase
CRITICAL: You will be shown your 24-word mnemonic phrase. This is the ONLY way to recover your wallet if you lose access.
⚠️ SECURITY WARNING:
- ✅ Write it down on paper (never digitally)
- ✅ Store in a secure location (fireproof safe, bank deposit box)
- ✅ Never share it with anyone
- ✅ Never take screenshots or photos
- ✅ Never store online (cloud, email, notes apps)
- ✅ Make multiple copies in different secure locations
Step 4: Generate Your First Address
After creating your wallet, generate your first receiving address:
- Click "Receive" in the desktop app
- Your Orchard address will be displayed
- You can copy it or show a QR code
CLI (Command Line)
Step 1: Create Wallet
nozy new
Step 2: Follow Prompts
You'll be asked:
- Create new wallet? - Type
yto confirm - Set password? - Type
yto set a password (recommended) - Enter password - Type your password (hidden)
- Confirm password - Type again to confirm
Step 3: Save Your Mnemonic
CRITICAL: Your 24-word mnemonic phrase will be displayed.
Example output:
Creating new wallet...
Wallet created successfully!
**CRITICAL SECURITY WARNING: MNEMONIC BACKUP**
Your mnemonic phrase is the ONLY way to recover your wallet.
If you lose it, you will PERMANENTLY lose access to all your funds.
Your 24-word mnemonic phrase:
abandon abandon abandon ... [24 words total - KEEP THIS SECURE!]
Set password protection? (y/n): y
Enter password: ********
Confirm password: ********
Password set successfully
Generated Orchard address:
u1testaddress1234567890abcdefghijklmnopqrstuvwxyz...
Step 4: Generate Addresses
# Generate a single address
nozy addresses
# Generate multiple addresses
nozy addresses --count 5
What Happens Next?
After creating your wallet:
- ✅ Wallet file created - Stored securely on your device
- ✅ First address generated - Ready to receive ZEC
- ✅ Ready to use - You can now send and receive
Next Steps
- Send ZEC - Send your first transaction
- Receive ZEC - Learn about receiving
- Backup & Recovery - Secure your wallet
Troubleshooting
Wallet Already Exists
If you see "Wallet already exists" error:
- You already have a wallet created
- Use
nozy statusto check wallet info - Use
nozy restoreto restore from seed phrase
Password Issues
- Forgot password: You can restore from seed phrase (password will be reset)
- Wrong password: Double-check your password
- Password too weak: Use a stronger password with mixed characters
Security Reminders
⚠️ Remember:
- Your mnemonic phrase is your wallet - protect it!
- Your password protects the wallet file - use a strong one
- Never share your mnemonic or password with anyone
- Store backups in secure, offline locations