Radiant Wallets Guide

Version 1.0 Last Updated: February 2026

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

WalletPlatformRXDGlyphdMintOpen Source
PhotonicWeb, Desktop (Tauri)
ElectronWin, Mac, Linux, Android
ChainbowAndroid, iOS
TangemHardware + AppPartial
GlyphiumWeb
Radiant CoreCLI (all platforms)

Photonic Wallet

The primary wallet for Glyph tokens and NFTs.

Features

Access

MethodLink
Webphotonic.radiant4people.com
Chrome ExtensionChrome Web Store
Source CodeGitHub

Setup

  1. Visit photonic.radiant4people.com
  2. Click "Create Wallet"
  3. Write down your seed phrase (12 words) — this is the ONLY way to recover
  4. Set a password for local encryption
  5. Your wallet is ready

Sending RXD

  1. Click "Send"
  2. Enter recipient address
  3. Enter amount in RXD
  4. Review and confirm

Minting a Glyph NFT

  1. Navigate to "Mint" tab
  2. Select "NFT"
  3. Fill in name, description, upload image
  4. Set optional properties (royalties, container, etc.)
  5. Click "Mint" and confirm transaction

Electron Wallet

Traditional desktop wallet for RXD payments.

Features

Download

PlatformLink
WindowsGitHub Releases
macOSGitHub Releases
LinuxGitHub Releases
AndroidAntaresCommunity

Setup

  1. Download for your platform
  2. Install and open
  3. Create new wallet
  4. Save your seed phrase securely
  5. Set password
  6. Wait for sync to complete

Chainbow Wallet

Mobile wallet with Glyph support.

Features

Download

PlatformLink
AndroidGoogle Play
iOSApp Store
Websitechainbow.io

Tangem Hardware Wallet

Cold storage for RXD.

Features

Setup

  1. Order cards from tangem.com (use code RADIANT for 10% discount)
  2. Download Tangem app (iOS/Android)
  3. Tap card to phone to initialize
  4. Add Radiant (RXD) to your wallet
  5. Set up backup cards (recommended)

Glyphium Wallet

Web wallet with Glyph token support and marketplace features.

Features

Access


Radiant Core Node Wallet

CLI wallet built into the Radiant Core node.

Features

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

  1. Open your wallet application
  2. Select "Restore" or "Import" option
  3. Enter your 12-word (or 24-word) seed phrase
  4. Set a new password
  5. Wait for wallet to sync

From Private Key (WIF)

  1. In Electron Wallet: Wallet → Private Keys → Import
  2. Paste WIF key (starts with K or L for mainnet)
  3. Funds will appear after scan

Important Notes


Security Best Practices

Seed Phrase

General Security

Red Flags


Troubleshooting

IssueSolution
Balance shows 0Wait for sync; check correct network; verify seed phrase was entered correctly
Transaction stuckFee 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 connectCheck internet; try different ElectrumX server; check if maintenance is ongoing
Glyph tokens missingUse Photonic Wallet (only wallet with full Glyph support); check correct address
Wallet file corruptedRestore from seed phrase in a new installation

Address Formats

TypePrefixExampleUse
P2PKH (Mainnet)11A1zP1eP5QG...Standard addresses
P2SH (Mainnet)33J98t1Wpez...Script addresses
P2PKH (Testnet)m or nmh7jj2ELSQUv...Testnet standard
P2SH (Testnet)22MzQwSSnBH...Testnet script

For questions and wallet support, join the Radiant Discord community.