diff --git a/api_ids/coingecko_ids.json b/api_ids/coingecko_ids.json index 33f8bb7fa..878ad6d56 100644 --- a/api_ids/coingecko_ids.json +++ b/api_ids/coingecko_ids.json @@ -499,6 +499,7 @@ "RTM-BEP20": "raptoreum", "RUNES": "runebase", "RVN": "ravencoin", + "RXD": "radiant", "S4F-ERC20": "s4fe", "S4F-BEP20": "s4fe", "SAND-BEP20": "the-sandbox", diff --git a/api_ids/coinpaprika_ids.json b/api_ids/coinpaprika_ids.json index d36bb653d..4f35fa24b 100644 --- a/api_ids/coinpaprika_ids.json +++ b/api_ids/coinpaprika_ids.json @@ -481,6 +481,7 @@ "RTM-BEP20": "rtm-raptoreum", "RUNES": "runes-runebase", "RVN": "rvn-ravencoin", + "RXD": "rxd-radiant", "MEWC": "mewc-meowcoin", "S4F-ERC20": "s4f-s4fe", "S4F-BEP20": "s4f-s4fe", diff --git a/api_ids/livecoinwatch_ids.json b/api_ids/livecoinwatch_ids.json index 03c8ab388..97356a8c0 100644 --- a/api_ids/livecoinwatch_ids.json +++ b/api_ids/livecoinwatch_ids.json @@ -284,6 +284,7 @@ "RSR": "RSR", "RTM": "RTM", "RVN": "RVN", + "RXD": "RXD", "AIPG": "AIPG", "S4F": "S4F", "SAND": "SAND", diff --git a/coins b/coins index 85fdde78c..5e5aceb05 100644 --- a/coins +++ b/coins @@ -12133,6 +12133,31 @@ "homepage": "https://ravencoin.org" } }, + { + "coin": "RXD", + "name": "radiant", + "fname": "Radiant", + "rpcport": 7332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000000, + "segwit": false, + "fork_id": "0x40", + "signature_version": "fork_id_rxd", + "mm2": 1, + "sign_message_prefix": "Bitcoin Signed Message:\n", + "required_confirmations": 2, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/512'", + "links": { + "github": "https://github.com/Radiant-Core/Radiant-Core", + "homepage": "https://radiantblockchain.org" + } + }, { "coin": "SAND-ERC20", "name": "sand_erc20", diff --git a/electrums/RXD b/electrums/RXD new file mode 100644 index 000000000..5bf693dec --- /dev/null +++ b/electrums/RXD @@ -0,0 +1,17 @@ +[ + { + "url": "electrumx.radiant4people.com:50012", + "protocol": "SSL", + "ws_url": "electrumx.radiant4people.com:50022" + }, + { + "url": "electrumx2.radiant4people.com:50012", + "protocol": "SSL", + "ws_url": "electrumx2.radiant4people.com:50022" + }, + { + "url": "electrumx.rxd-radiant.com:50022", + "protocol": "SSL", + "ws_url": "electrumx.rxd-radiant.com:50023" + } +] diff --git a/explorers/RXD b/explorers/RXD new file mode 100644 index 000000000..2d32ce57b --- /dev/null +++ b/explorers/RXD @@ -0,0 +1 @@ +["https://explorer.radiantblockchain.org/"] diff --git a/icons_original/rxd.png b/icons_original/rxd.png new file mode 100644 index 000000000..cd0bb9544 Binary files /dev/null and b/icons_original/rxd.png differ