From 671c0bc8515ebf5c8ccbc56470eb15be043a28e7 Mon Sep 17 00:00:00 2001 From: Bloodstone VPS Date: Mon, 22 Jun 2026 17:07:44 +0100 Subject: [PATCH] Add STONE (Bloodstone) UTXO coin Bloodstone mainnet (SpaceXpanse fork) with live SSL ElectrumX and explorer. --- coins | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ electrums/STONE | 22 +++++++++++++++++++ explorers/STONE | 3 +++ 3 files changed, 81 insertions(+) create mode 100644 electrums/STONE create mode 100644 explorers/STONE diff --git a/coins b/coins index 0403559e34..689c44cceb 100644 --- a/coins +++ b/coins @@ -17270,5 +17270,61 @@ "github": "https://github.com/casraw/cascoin", "homepage": "https://cascoin.net" } + }, + { + "coin": "STONE", + "name": "bloodstone", + "fname": "Bloodstone", + "sign_message_prefix": "SpaceXpanse Signed Message:\n", + "rpcport": 18332, + "pubtype": 63, + "p2shtype": 125, + "wiftype": 191, + "txfee": 10000, + "dust": 546, + "segwit": true, + "bech32_hrp": "stone", + "mm2": 1, + "wallet_only": false, + "required_confirmations": 6, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1899'", + "links": { + "github": "https://github.com/SpaceXpanse/rod-core-wallet", + "homepage": "https://bloodstonewallet.mytunnel.org/" + } + }, + { + "coin": "STONE-segwit", + "name": "bloodstone", + "fname": "Bloodstone", + "sign_message_prefix": "SpaceXpanse Signed Message:\n", + "rpcport": 18332, + "pubtype": 63, + "p2shtype": 125, + "wiftype": 191, + "txfee": 10000, + "dust": 546, + "segwit": true, + "bech32_hrp": "stone", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "STONE", + "mm2": 1, + "wallet_only": false, + "required_confirmations": 6, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/1899'", + "links": { + "github": "https://github.com/SpaceXpanse/rod-core-wallet", + "homepage": "https://bloodstonewallet.mytunnel.org/" + } } ] diff --git a/electrums/STONE b/electrums/STONE new file mode 100644 index 0000000000..c2676e2e10 --- /dev/null +++ b/electrums/STONE @@ -0,0 +1,22 @@ +[ + { + "url": "electrum.bloodstonewallet.mytunnel.org:50001", + "contact": [ + { + "email": "support@bloodstonewallet.mytunnel.org", + "url": "https://bloodstonewallet.mytunnel.org/support/" + } + ] + }, + { + "url": "electrum.bloodstonewallet.mytunnel.org:50002", + "protocol": "SSL", + "contact": [ + { + "email": "support@bloodstonewallet.mytunnel.org", + "url": "https://bloodstonewallet.mytunnel.org/support/" + } + ], + "ws_url": "electrum.bloodstonewallet.mytunnel.org:50003" + } +] \ No newline at end of file diff --git a/explorers/STONE b/explorers/STONE new file mode 100644 index 0000000000..a556fe13e7 --- /dev/null +++ b/explorers/STONE @@ -0,0 +1,3 @@ +[ + "https://bloodstonewallet.mytunnel.org/explorer/" +] \ No newline at end of file