Skip to content

Commit

Permalink
Merge pull request #852 from cipig/addcoins
Browse files Browse the repository at this point in the history
add BLOCX.
  • Loading branch information
cipig authored Nov 4, 2023
2 parents 76fdf08 + 12c51fc commit d725422
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions api_ids/coingecko_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"BIDR-BEP20": "binanceidr",
"BLK-BEP20": "blackcoin",
"BLK": "blackcoin",
"BLOCX": "blocx-2",
"BOLI": "bolivarcoin",
"BNB": "binancecoin",
"BNT-BEP20": "bancor",
Expand Down
1 change: 1 addition & 0 deletions api_ids/coinpaprika_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"BITN": "bit-bitnet",
"BLK-BEP20": "blk-blackcoin",
"BLK": "blk-blackcoin",
"BLOCX": "blocx-blocx",
"BOLI": "boli-bolivarcoin",
"BNB": "bnb-binance-coin",
"BNT-BEP20": "bnt-bancor",
Expand Down
1 change: 1 addition & 0 deletions api_ids/livecoinwatch_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"BIDR": "BIDR",
"BITN": "________BIT",
"BLK": "BLK",
"BLOCX": "BLOCX",
"BNB": "BNB",
"BNT": "BNT",
"BOLI": "BOLI",
Expand Down
22 changes: 22 additions & 0 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -1712,6 +1712,28 @@
"type": "UTXO"
}
},
{
"coin": "BLOCX",
"name": "blocx",
"fname": "BLOCX.",
"rpcport": 12973,
"pubtype": 25,
"p2shtype": 26,
"wiftype": 153,
"segwit": false,
"txfee": 1000,
"mm2": 1,
"sign_message_prefix": "DarkCoin Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 180,
"protocol": {
"type": "UTXO"
},
"links": {
"github": "https://github.com/BLOCXTECH/BLOCX",
"homepage": "https://blocx.tech"
}
},
{
"coin": "BNB",
"name": "binancesmartchain",
Expand Down
14 changes: 14 additions & 0 deletions electrums/BLOCX
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"url": "67.205.145.195:50001",
"protocol": "TCP"
},
{
"url": "164.90.162.44:50001",
"protocol": "TCP"
},
{
"url": "165.232.86.9:50001",
"protocol": "TCP"
}
]
1 change: 1 addition & 0 deletions explorers/BLOCX
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["https://explorer.blocx.space/"]
Binary file added icons_original/blocx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions swaps/BLOCX_KMD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[taker fee (KMD)](https://kmdexplorer.io/tx/f025878186f67ed17d55b749f4310ad3f33a4d8264edd6ae6742063ec762f2b5)
[maker payment (BLOCX)](https://explorer.blocx.space/tx/57025c8a286ee4c4e8b3f3b204827b165af83e4a97e8943ecf3fc380cc4311aa)
[taker payment (KMD)](https://kmdexplorer.io/tx/9c67b9d746a54afee895cd2786b744bf269476d4b29e26867bc168538fefcc4f)
[taker payment spent (KMD)](https://kmdexplorer.io/tx/2a94debb377c8b7a2d6b0dc83d4b1a48e0815a8dd1fd44a3a0338bf383eb7623)
[maker payment spent (BLOCX)](https://explorer.blocx.space/tx/aa38e083fc67044d999046a005121a3fd911eb028ac521472901a63038944eb5)

0 comments on commit d725422

Please sign in to comment.