Radiant Mining Guide

Version 1.1 Last Updated: February 2026

Overview

Radiant uses a SHA512/256 proof-of-work algorithm for network security and coin distribution. This guide covers mining RXD (native coin) and Glyph tokens (mineable assets).


1. Mining Basics

Network Parameters

ParameterValue
AlgorithmSHA512/256
Block Time5 minutes
Block Reward25,000 RXD
Halving Interval210,000 blocks
Difficulty AdjustmentEvery block (DAA)

Types of Mining

TypeDescriptionBest For
RXD MiningMine native Radiant coinsHigh-hashrate operations
Glyph dMintMine fungible Glyph tokensToken creators, smaller miners
Pool MiningShare hashrate with othersMost miners
Solo MiningMine directly to your walletLarge operations only

2. Hardware Requirements

NVIDIA GPUs

GPUHashrate (approx.)PowerEfficiency
RTX 4090~2.5 GH/s450W5.5 MH/W
RTX 4080~1.8 GH/s320W5.6 MH/W
RTX 4070 Ti~1.4 GH/s285W4.9 MH/W
RTX 3090~1.5 GH/s350W4.3 MH/W
RTX 3080~1.2 GH/s320W3.7 MH/W
RTX 3070~0.9 GH/s220W4.1 MH/W

AMD GPUs

GPUHashrate (approx.)PowerEfficiency
RX 7900 XTX~1.8 GH/s355W5.1 MH/W
RX 7900 XT~1.5 GH/s315W4.8 MH/W
RX 6900 XT~1.1 GH/s300W3.7 MH/W
RX 6800 XT~0.95 GH/s280W3.4 MH/W

Minimum Requirements

Power Cost Calculator

Monthly Cost = (Watts × 24 × 30) / 1000 × $/kWh

Example (RTX 4090):
(450W × 24 × 30) / 1000 × $0.12 = $38.88/month

3. Mining Software

For NVIDIA GPUs

CCMiner (Recommended)

# Download: https://github.com/radifier/radiator/releases

ccminer -a sha512256d \
  -o stratum+tcp://stratum.vipor.net:5068 \
  -u 1YourRadiantAddress.rig1 \
  --intensity 21 \
  --cpu-priority 3

BZMiner

# Download: https://www.bzminer.com/
bzminer -a radiant -w YOUR_WALLET -p stratum+tcp://pool:port

Rigel Miner

# Download: https://github.com/rigelminer/rigel/releases/
rigel -a sha512256d -o stratum+tcp://pool:port -u WALLET.worker

For AMD GPUs

SRBMiner-Multi (Recommended)

# Download: https://github.com/doktor83/SRBMiner-Multi/releases

SRBMiner-MULTI --disable-cpu --algorithm sha512_256d_radiant \
  --pool stratum+tcp://pool:port \
  --wallet YOUR_WALLET.worker

Wildrig Multi

# Download: https://github.com/andru-kun/wildrig-multi/releases
wildrig-multi -a sha512256d -o stratum+tcp://pool:port -u WALLET.worker -p x

HiveOS Configuration

  1. Create new flight sheet
  2. Select coin: RXD (Radiant)
  3. Select pool from list or add custom
  4. Select miner: CCMiner, SRBMiner, or BZMiner
  5. Configure wallet address
  6. Apply flight sheet
Wallet Template: %WAL%.%WORKER_NAME%

4. Mining Pools

PoolURLFeeFeatures
Viporvipor.net0.9%Popular, stable
K1poolk1pool.com0.9%Good uptime
Woolypoolywoolypooly.com0.9%Multi-coin
Humpoolhumpool.com1%Asian servers
TW-pooltw-pool.com0.9%Taiwan based
Kryptexpool.kryptex.com1%Auto-exchange
Rplantpool.rplant.xyz0.9%Multiple regions

Pool Connection Examples

# Vipor Pool
-o stratum+tcp://stratum.vipor.net:5068

# K1pool
-o stratum+tcp://eu.rxd.k1pool.com:7068

# Woolypooly
-o stratum+tcp://pool.woolypooly.com:3124

# Humpool
-o stratum+tcp://stratum.humpool.com:5068

5. Solo Mining to Your Own Node

Solo mining allows you to mine directly to your own Radiant Core node without relying on third-party pools.

Benefits

Quick Setup (5 Minutes)

Step 1: Build and Start Node

git clone https://github.com/Radiant-Core/Radiant-Core.git
cd Radiant-Core
mkdir build && cd build
cmake ..
make -j$(nproc)

# Create mining wallet
./src/radiant-cli createwallet "miner"
./src/radiant-cli -rpcwallet=miner getnewaddress

Step 2: Configure Node

Create or edit ~/.radiant/radiant.conf:

# Server settings (REQUIRED for mining)
server=1
daemon=1

# RPC credentials (use strong, unique values!)
rpcuser=your_secure_username
rpcpassword=your_secure_password_here

# Network settings
rpcallowip=127.0.0.1
rpcallowip=192.168.0.0/16

# Mining profile for optimal performance
nodeprofile=mining

# Optional: Bind to all interfaces for remote miners
rpcbind=0.0.0.0

Step 3: Start the Node

./build/src/radiantd
./build/src/radiant-cli getblockchaininfo

Step 4: Start the Stratum Proxy

export RPC_USER="your_secure_username"
export RPC_PASS="your_secure_password_here"
export RPC_PORT="7332"
export RPC_WALLET="miner"
export STRATUM_PORT="3333"
export STRATUM_DIFFICULTY="8"

cd mining
python3 stratum_proxy.py

Step 5: Configure Your ASIC Miner

Pool URL: stratum+tcp://YOUR_NODE_IP:3333
Worker: 1YourRadiantAddress.ASIC01
Password: x

Verifying Mining is Working

# Check node is receiving work
./build/src/radiant-cli getmininginfo

# Check wallet balance
./build/src/radiant-cli -rpcwallet=miner getbalance

Security Recommendations

  1. Firewall: Only expose port 3333 to your local network
  2. Strong credentials: export RPC_PASS="$(openssl rand -base64 32)"
  3. Worker allowlist: export ALLOWED_WORKERS="wallet1.asic1,wallet1.asic2"

6. Glyph Token Mining (dMint)

What is dMint?

Decentralized Minting (dMint) allows anyone to mine Glyph fungible tokens instead of native RXD. Token creators set the mining algorithm, difficulty/DAA mode, total supply, and reward per solve.

V2 On-Chain PoW Validation (Radiant Core 2.1)

Starting at block 410,000, Glyph v2 dMint contracts validate proof-of-work entirely on-chain using new hash opcodes. OP_BLAKE3 and OP_K12 execute hash functions natively in the script engine. The DAA is computed on-chain using OP_LSHIFT/OP_RSHIFT (ASERT-lite). No indexer trust required. This eliminates griefing attacks where invalid work could consume token state. v1 dMint tokens (SHA256d with fixed difficulty) continue to work unchanged after the fork.

Supported Algorithms

AlgorithmIDBest HardwareStatus
SHA256d0x00NVIDIA/AMDActive (v1)
Blake30x01NVIDIA/AMDPost-fork (v2)
KangarooTwelve0x02NVIDIA/AMDPost-fork (v2)

Mining with Glyph-Miner

Browser Mining (WebGPU)

  1. Visit Glyph Miner
  2. Connect Photonic Wallet
  3. Select token contract to mine
  4. Choose algorithm and start mining

CLI Mining

git clone https://github.com/Radiant-Core/Glyph-miner
cd Glyph-miner
pnpm install

# List available algorithms
npm run cli -- --list-algorithms

# Start mining with Blake3
npm run cli -- \
  -a blake3 \
  -w YOUR_WALLET_ADDRESS \
  -c CONTRACT_REF \
  -d 10000

# Run benchmark
npm run cli -- --benchmark

DAA Modes

ModeDescriptionUse Case
FixedConstant difficultyPredictable mining
EpochBitcoin-style adjustmentLong-term stability
ASERTExponential moving averageResponsive adjustment
LWMALinear weighted averageSmooth adjustment
SchedulePredetermined curveControlled distribution

Finding Mineable Tokens


7. Profitability

Online Calculators

CalculatorLink
Whattominewhattomine.com
Hashrate.nohashrate.no
Minerstatminerstat.com/coin/RXD
MiningPoolStatsminingpoolstats.stream/radiant

Manual Calculation

Daily Revenue = (Your Hashrate / Network Hashrate) × Daily Blocks × Block Reward × Price

Daily Blocks = 24 × 60 / 5 = 288 blocks/day

Example:
Hashrate: 10 GH/s, Network: 100 TH/s, Price: $0.001/RXD
Daily = (10 / 100,000) × 288 × 25,000 × $0.001 = $0.72/day

8. Troubleshooting

Common Issues

IssueSolution
Connection refusedCheck connectivity with ping; try alternate port; check firewall
Low hashrateIncrease intensity; check driver version; monitor temps for throttling
Invalid/rejected sharesCheck wallet address format; verify algorithm is sha512256d; update mining software
GPU not detectedRun nvidia-smi or rocm-smi; update drivers
Miner crashingLower intensity/overclock; check PSU wattage; monitor temps

Optimization Tips

  1. Overclocking (at your own risk): Core +100-150 MHz, Memory +500-1000 MHz, Power Limit 80-90%
  2. Linux: Set GPU to performance mode with nvidia-smi -pm 1
  3. Reduce stale shares: Use closest pool; use wired connection; enable stale share submission

Getting Help


Appendix: Quick Start Commands

NVIDIA + Vipor Pool

ccminer -a sha512256d \
  -o stratum+tcp://stratum.vipor.net:5068 \
  -u YOUR_WALLET.rig1 \
  -p x

AMD + K1pool

SRBMiner-MULTI --disable-cpu \
  --algorithm sha512_256d_radiant \
  --pool stratum+tcp://eu.rxd.k1pool.com:7068 \
  --wallet YOUR_WALLET.rig1

Happy mining! For questions, join the Radiant Discord community.