Skip to content

Commit

Permalink
Merge pull request #839 from cipig/addcoins
Browse files Browse the repository at this point in the history
add GoByte (GBX) and Vulcan Forged (PYR)
  • Loading branch information
smk762 authored Oct 16, 2023
2 parents 3a18fc7 + e4ce37c commit 1d0a58c
Show file tree
Hide file tree
Showing 9 changed files with 98 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api_ids/coingecko_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
"FXS-BEP20": "frax-share",
"GALA-ERC20": "gala",
"GAME-ERC20": "gamecredits",
"GBX": "gobyte",
"GFT-BEP20": "gifto",
"GLEEC": "gleec-coin",
"GLM-ERC20": "golem",
Expand Down Expand Up @@ -387,6 +388,7 @@
"PRCY-ERC20": "privacy-coin",
"PRCY-PLG20": "privacy-coin",
"PUT-QRC20": "profile-utility-token",
"PYR-ERC20": "vulcan-forged",
"QBT-QRC20": "qbao",
"QC-QRC20": "qcash",
"QI-QRC20": "qiswap",
Expand Down
2 changes: 2 additions & 0 deletions api_ids/coinpaprika_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
"FXS-BEP20": "fxs-frax-share",
"GALA-ERC20": "gala-gala",
"GAME-ERC20": "game-gamecredits",
"GBX": "gbx-gobyte",
"GFT-BEP20": "gto-gifto",
"GLEEC": "gleec-gleec-coin",
"GLM-ERC20": "glm-golem",
Expand Down Expand Up @@ -389,6 +390,7 @@
"PRCY-PLG20": "prcy-privacy-coin",
"PRUX": "prux-prux-coin",
"PUT-QRC20": "put-profile-utility-token",
"PYR-ERC20": "pyr-vulcan-forged",
"QBT-QRC20": "qbt-qbao",
"QC-QRC20": "qc-qcash",
"QI-QRC20": "qi-qiswap",
Expand Down
2 changes: 2 additions & 0 deletions api_ids/livecoinwatch_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"FXS": "FXS",
"GALA": "GALA",
"GAME": "GAME",
"GBX": "GBX",
"GFT": "____GFT",
"GLEEC": "GLEEC",
"GLM": "GLM",
Expand Down Expand Up @@ -218,6 +219,7 @@
"POWR": "POWR",
"PPC": "PPC",
"PRCY": "PRCY",
"PYR": "PYR",
"QBT": "QBT",
"QC": "QC",
"QI": "QI",
Expand Down
81 changes: 81 additions & 0 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -5037,6 +5037,49 @@
},
"derivation_path": "m/44'/966'"
},
{
"coin": "GBX",
"name": "gobyte",
"fname": "GoByte",
"confpath": "USERHOME/.gobytecore/gobyte.conf",
"rpcport": 12454,
"pubtype": 38,
"p2shtype": 10,
"wiftype": 198,
"segwit": false,
"txfee": 10000,
"mm2": 1,
"sign_message_prefix": "DarkCoin Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 150,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/176'",
"links": {
"github": "https://github.com/gobytecoin/gobyte",
"homepage": "https://gobyte.network"
}
},
{
"coin": "GBX-BEP20",
"name": "gbx_bep20",
"fname": "GoByte",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
"avg_blocktime": 3,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
"contract_address": "0x8E10F08C9A56a93B6adbfBcFda421919B3357596"
}
},
"derivation_path": "m/44'/714'"
},
{
"coin": "GFT-BEP20",
"name": "gft_bep20",
Expand Down Expand Up @@ -9050,6 +9093,44 @@
"type": "UTXO"
}
},
{
"coin": "PYR-ERC20",
"name": "pyr_erc20",
"fname": "Vulcan Forged",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
"decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682"
}
},
"derivation_path": "m/44'/60'"
},
{
"coin": "PYR-PLG20",
"name": "pyr_plg20",
"fname": "Vulcan Forged",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
"decimals": 18,
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682"
}
},
"derivation_path": "m/44'/966'"
},
{
"coin": "SHIB-BEP20",
"name": "shib_bep20",
Expand Down
5 changes: 5 additions & 0 deletions electrums/GBX
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{
"url": "88.99.26.209:5128"
}
]
1 change: 1 addition & 0 deletions explorers/GBX
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["https://insight.gobyte.network/"]
Binary file added icons_original/gbx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons_original/pyr.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/GBX_KMD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[taker fee (KMD)](https://kmdexplorer.io/tx/5cc9cc9346bd85dcf45347b578fbb4731f3e20ebe11387faae07b41fb34f1c73)
[maker payment (GBX)](https://insight.gobyte.network/tx/85a73b37a8247b3a1ea5990770e5b1fb7891946368684da285823f70a2bdb1e5)
[taker payment (KMD)](https://kmdexplorer.io/tx/c128dd12d33468a30b79cf142582047a6b2e79a2619b4bbd99e4348a56fda227)
[taker payment spent (KMD)](https://kmdexplorer.io/tx/f31009340ebe2f7e8c893341312e26dfbca7b7d3bce88fec7c50de2bb8728525)
[maker payment spent (GBX)](https://insight.gobyte.network/tx/58928e948c743bceddde5a9f5ddcb9400516713510285bffe1c5c4652b67b54b)

0 comments on commit 1d0a58c

Please sign in to comment.