Skip to content

Radiant Node v1.1.3 Release Notes

Compare
Choose a tag to compare
@RadiantBlockchain RadiantBlockchain released this 14 Sep 00:32
· 31 commits to master since this release

Primary Release Radiant Node

Radiant: A Peer-to-Peer Digital Asset System

Abstract. The Radiant network is a peer-to-peer digital asset system that enables direct exchange of value without going through a central party. A zero compromise blockchain with the inherent parallelism and performance characteristics of an unspent transaction output (UTXO) based architecture and the Turing Complete programming of Ethereum Virtual Machine (EVM) architectures. This is a breakthrough smart contracting and digital asset system based on SHA512 proof-of-work, designed for extreme throughput and scale.

See Radiant White Paper and Radiant System Design Overview.

Network Details

Network Name: Radiant
Network Abbreviation: RXD
Mining Algorithm: SHA512/256 Proof-of-work
Block Time: 5 minutes
Initial Block Size: 128 MB, designed to achieve 10GB+
Block Reward Schedule: 50,000 RXD per block
Block Reward Halvening: 2 years
Maximum Supply: 21,000,000,000 RXD
Decimal Places: 8
Launch Date: 2022–06–21 02:42 UTC

Developer Resources

Radiant Desktop Wallet
The classic 'Electron' wallet, available for Radiant.
https://github.com/RadiantBlockchain/electron-radiant

Radiant ElectrumX Indexer Service
Highly optimized python3 foundation for indexing addresses and histories. Tested and working with block sizes in excess of 4 GB. Tremendous room to grow and still maintain decentralization.
https://github.com/RadiantBlockchain/electrumx

RADJS: Javascript Libraries
A comprehensive toolkit for constructing transactions, working with contracts and addresses.
https://github.com/RadiantBlockchain/radjs

rad-bfgminer (GPU Miner - bfgminer)
SHA512/256 Proof-of-Work GPU Miner
https://github.com/RadiantBlockchain/rad-bfgminer

Radiator (GPU Miner - ccminer)
Alternative SHA512/256 Proof-of-Work GPU Miner. Original source: https://github.com/radifier/radiator, with a mirror:
https://github.com/RadiantBlockchain/radiator

SRBMiner (GPU/CPU Miner)
http://www.srbminer.com/

RAD-RPC-Explorer (Block Explorer)
https://github.com/RadiantBlockchain/radiant-rpc-explorer

Additional Links