Overview
Several wallets are available for storing, sending, and receiving RXD and Glyph tokens. This guide covers each option to help you choose the right wallet for your needs.
V2 Hard Fork Compatibility (Block 410,000): After the V2 hard fork, wallets should be updated to support the new minimum relay fee (0.1 RXD/kB after block 415,000). Ensure your wallet software is up to date for continued smooth operation.
Wallet Comparison
| Wallet | Platform | RXD | Glyph | dMint | Open Source |
| Photonic | Web, Desktop (Tauri) | ✅ | ✅ | ✅ | ✅ |
| Electron | Win, Mac, Linux, Android | ✅ | ❌ | ❌ | ✅ |
| Chainbow | Android, iOS | ✅ | ✅ | ❌ | ❌ |
| Tangem | Hardware + App | ✅ | ❌ | ❌ | Partial |
| Glyphium | Web | ✅ | ✅ | ❌ | ❌ |
| Radiant Core | CLI (all platforms) | ✅ | ❌ | ❌ | ✅ |
Photonic Wallet
The primary wallet for Glyph tokens and NFTs.
Features
- Full Glyph v2 token support (FT, NFT, dMint, Containers)
- Mint NFTs and fungible tokens
- Deploy dMint mining contracts
- IPFS content support
- Transaction history with token details
- Address book
- Desktop app via Tauri (cross-platform)
Access
Setup
- Visit photonic.radiant4people.com
- Click "Create Wallet"
- Write down your seed phrase (12 words) — this is the ONLY way to recover
- Set a password for local encryption
- Your wallet is ready
Sending RXD
- Click "Send"
- Enter recipient address
- Enter amount in RXD
- Review and confirm
Minting a Glyph NFT
- Navigate to "Mint" tab
- Select "NFT"
- Fill in name, description, upload image
- Set optional properties (royalties, container, etc.)
- Click "Mint" and confirm transaction
Electron Wallet
Traditional desktop wallet for RXD payments.
Features
- RXD send/receive
- Multiple address types
- Transaction history
- Import/export private keys
- Multi-platform
Download
Setup
- Download for your platform
- Install and open
- Create new wallet
- Save your seed phrase securely
- Set password
- Wait for sync to complete
Chainbow Wallet
Mobile wallet with Glyph support.
Features
- RXD and Glyph token support
- QR code scanning
- Clean mobile interface
- Push notifications
Download
Tangem Hardware Wallet
Cold storage for RXD.
Features
- NFC-based hardware wallet
- No battery needed
- Backup cards available
- Mobile app interface
Setup
- Order cards from tangem.com (use code RADIANT for 10% discount)
- Download Tangem app (iOS/Android)
- Tap card to phone to initialize
- Add Radiant (RXD) to your wallet
- Set up backup cards (recommended)
Glyphium Wallet
Web wallet with Glyph token support and marketplace features.
Features
- RXD and Glyph token support
- Token marketplace
- Web-based access
Access
Radiant Core Node Wallet
CLI wallet built into the Radiant Core node.
Features
- Full node validation
- RPC interface
- Multiple wallet support
- Best for mining and advanced users
Commands
# Create wallet
radiant-cli createwallet "mywallet"
# Get new address
radiant-cli -rpcwallet=mywallet getnewaddress
# Check balance
radiant-cli -rpcwallet=mywallet getbalance
# Send RXD
radiant-cli -rpcwallet=mywallet sendtoaddress "1Address..." 100
# List UTXOs
radiant-cli -rpcwallet=mywallet listunspent
# Backup wallet
radiant-cli -rpcwallet=mywallet backupwallet "/path/to/backup.dat"
Wallet Recovery
From Seed Phrase
- Open your wallet application
- Select "Restore" or "Import" option
- Enter your 12-word (or 24-word) seed phrase
- Set a new password
- Wait for wallet to sync
From Private Key (WIF)
- In Electron Wallet: Wallet → Private Keys → Import
- Paste WIF key (starts with K or L for mainnet)
- Funds will appear after scan
Important Notes
- Photonic ↔ Electron: Same seed phrase can restore in either wallet (BIP44 compatible)
- Chainbow: Uses its own derivation path — restore only in Chainbow
- Tangem: Cannot export keys — use backup cards only
Security Best Practices
Seed Phrase
- Write on paper, store in multiple secure locations
- NEVER store digitally (no photos, cloud, email)
- Consider metal backup for fire/water resistance
- Never share with anyone
General Security
- Always verify addresses before sending
- Use a hardware wallet for large amounts
- Keep wallet software updated
- Use strong, unique passwords
- Enable all available security features
- Send a small test amount first for large transfers
Red Flags
- Anyone asking for your seed phrase
- "Support" contacting you via DM
- Websites asking you to "validate" your wallet
- Download links from unofficial sources
Troubleshooting
| Issue | Solution |
| Balance shows 0 | Wait for sync; check correct network; verify seed phrase was entered correctly |
| Transaction stuck | Fee may be too low (min 0.01 RXD/kB); check mempool status |
| "Invalid address" | Verify address format (mainnet starts with 1 or 3); check for extra spaces |
| Can't connect | Check internet; try different ElectrumX server; check if maintenance is ongoing |
| Glyph tokens missing | Use Photonic Wallet (only wallet with full Glyph support); check correct address |
| Wallet file corrupted | Restore from seed phrase in a new installation |
| Type | Prefix | Example | Use |
| P2PKH (Mainnet) | 1 | 1A1zP1eP5QG... | Standard addresses |
| P2SH (Mainnet) | 3 | 3J98t1Wpez... | Script addresses |
| P2PKH (Testnet) | m or n | mh7jj2ELSQUv... | Testnet standard |
| P2SH (Testnet) | 2 | 2MzQwSSnBH... | Testnet script |
For questions and wallet support, join the Radiant Discord community.