Pages:
Author

Topic: [ANN] Radiant [RXD] - Layer1 blockchain 🔵 SHA512-256 - PoW - GPU/ASIC mining Pa - page 2. (Read 922 times)

newbie
Activity: 99
Merit: 0
We are absolutely thrilled to bring you an exciting announcement that we believe will take Radiant to new heights!  We're proud to say that Radiant (RXD) is getting listed on BKEX,  one of the fastest-growing cryptocurrency exchanges in the world!  🔥 🎉https://www.bkex.com/register/UNW0T4G1

BKEX has been making waves in the crypto scene with its impressive growth, tremendous volumes, and notable achievements.  Recently, BKEX won the Title Sponsor in the world-class web event, TOKEN2049.  This significant recognition is a testament to BKEX's commitment to becoming a Tier-1 exchange.  We're eager to become a part of their success story.

The integration of Radiant into the BKEX exchange will be completed by May 19th, and we are delighted to announce that the official listing of RXD will take place on May 20th.  With this listing, RXD will be open to a vibrant market of 2.6 million weekly visitors, joining an exchange that handles hundreds of millions in volume.  This is a fantastic opportunity to increase the visibility and accessibility of RXD to a broader audience, and we couldn't be more excited.
newbie
Activity: 99
Merit: 0
I believe that rxd comes from btc, because it integrates all the advantages of btc and bch, I believe that the power of faith is infinite, just like btc.
full member
Activity: 504
Merit: 107
A non technical guy in a technical world
 It uses induction proofs on L1 to achieve the speed and scaling of the account model on a more traditional UTXO chain. I guess the ledger is a type of DAG but the blocks are processed linearly, not in parallel.
full member
Activity: 398
Merit: 110
DAG blockchains were a big thing two years ago when the space practically stalled out with most think tanks running out of ideas. I guess any EVM chain u can see launching now is a thing hackneyed and boring to end user. New architecture is needed. Either comeback of deal breaker technologies we had a luxury of having in the past that for some reason ran out of steam or proper funding, or something better to reinstitute the novelty into this landscape.
full member
Activity: 504
Merit: 107
A non technical guy in a technical world
First!

Also, the potential here is huge. No vc, premine bs. Completely community driven. Extremely efficient, unique algo, very low power draw on my gpus. Solves the back to genesis and brings the perks of the account model to a utxo chain. This coin is a dream!
newbie
Activity: 2
Merit: 0

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.

White Paper: https://radiantblockchain.org/radiant.pdf


What is Radiant?

Radiant is a revolutionary network designed to solve the problems with all existing blockchains in terms of scale, parallelism and Turing Complete programming. Radiant is a peer-to-peer digital asset system that enables direct exchange of value without going through a central party. Similarly to Bitcoin, the Radiant network requires minimal structure, and timestamps transactions into an ongoing hash-based chain of proof-of-work (SHA512/256). We introduce two novel breakthrough techniques to validate digital assets: unique references and a general purpose induction proof system both of which operate in constant O(1) time and space. It is possible to compose outputs in any manner, without compromising the inherent parallelism and performance characteristics of an unspent transaction output (UTXO) based architecture. Therefore, users can leave and rejoin the Radiant network at will and be assured of the integrity and authenticity of their digital assets.



Zero Compromise Open-source Blockchain: Hybrid Account + UTXO Smart Contracts

The world's first breakthrough hybrid Account + UTXO based architecture engineered for massive layer one (L1) on-chain scaling and Turing Complete smart contracts.Radiant offers the benefits of a UTXO blockchain along with the advanced capabilities of EVM compatible blockchains, but with none of the downsies.

"I had to write all the code before I could convince myself that I could solve every problem, then I wrote the paper. I think I will be able to release the code sooner than I could write a detailed spec." - Satoshi Nakamoto

In the same spirit of Satoshi Nakamoto's launch of Bitcoin, we released a fully operational and software development stack on Day 1, before even writing the White Paper. We wanted to be convinced that the revolutionary and breakthrough system worked before writing about it. No waiting, no limitations, just a scalable blockchain node and toolkit to build your dreams today.


Network Details

White Paper (English): https://radiantblockchain.org/radiant.pdf
Network Name: Radiant
Network Abbreviation: RXD
Mining Algorithm: SHA512/256 Proof-of-work (GPU Mineable) (FIPS Standard: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf)
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


Radiant Node, Source Code and Libraries

All source code is immediately available and Open Source MIT Licensed.

Radiant Node
A high-performance node, designed for big blocks and decentralized applications. Modified for the novel and efficient proof-of-work algorithm SHA512/256 and the breakthrough induction proofs to allow complete freedom to the developer, without compromising scalability such as EVM-based blockchains.
https://github.com/RadiantBlockchain/radiant-node

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)
[size=1&pt]Alternative SHA512/256 Proof-of-Work GPU Miner. HiveOS support completed. Original source: https://github.com/radifier/radiator[/size]

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

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

scrypt-boilerplate (Radiant)
Complete smart contracts using the Scrypt language
https://github.com/RadiantBlockchain/scrypt-boilerplate

Smart Contract Examples
See the .scrypt smart contracts for many Turing Complete examples from auctions, tokens, and even complex cryptography like Schnorr signatures:
https://github.com/RadiantBlockchain/scrypt-boilerplate/tree/master/contracts with javascript end-to-end test livenet test cases: https://github.com/RadiantBlockchain/scrypt-boilerplate/tree/master/testnet


Links and Resources
 
White Paper (English): Chttps://radiantblockchain.org/radiant.pdf
White Paper (Español): https://radiantblockchain.org/radiant.es.pdf
White Paper (Simplified Chinese - 中文白皮书): https://radiantblockchain.org/radiant.zh.pdf
System Design Overview: https://radiantblockchain.org/radiant-system-design.pdf
Radiant Docs: https://github.com/RadiantBlockchain/radiant-node/tree/master/doc/whitepaper
Telegram: https://t.me/RadiantBlockchain
Github: https://github.com/RadiantBlockchain
Twitter: https://twitter.com/RadiantLayerOne
Twitter Community: https://twitter.com/RXD_Community
Medium: https://medium.com/@RadiantLayerOne
Medium Community: https://radiant-community.medium.com/
Reddit: https://www.reddit.com/r/RadiantBlockchain/
Discord: https://discord.gg/radiantblockchain
Explorers (Mainnet): https://radiantexplorer.com/ and https://explorer.radiant.ovh/ and https://explorer.radiantblockchain.org
Explorers (Testnet): https://explorer-testnet.radiantblockchain.org/
Desktop Wallet: https://github.com/RadiantBlockchain/electron-radiant
Mining Pools: https://miningpoolstats.stream/radiant
Pages:
Jump to: