Skip to content

Commit

Permalink
Merge pull request #863 from expatjedi/master
Browse files Browse the repository at this point in the history
Add Goldcoin
  • Loading branch information
cipig authored Nov 21, 2023
2 parents 559dacb + 9402cf3 commit b09c445
Show file tree
Hide file tree
Showing 8 changed files with 51 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 @@ -235,6 +235,7 @@
"GBX": "gobyte",
"GBX-BEP20": "gobyte",
"GFT-BEP20": "gifto",
"GLC": "goldcoin",
"GLEEC": "gleec-coin",
"GLM-ERC20": "golem",
"GLM-PLG20": "golem",
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 @@ -226,6 +226,7 @@
"GAME-ERC20": "game-gamecredits",
"GBX": "gbx-gobyte",
"GFT-BEP20": "gto-gifto",
"GLC": "glc-goldcoin",
"GLEEC": "gleec-gleec-coin",
"GLM-ERC20": "glm-golem",
"GLM-PLG20": "glm-golem",
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 @@ -113,6 +113,7 @@
"GAME": "GAME",
"GBX": "GBX",
"GFT": "____GFT",
"GLC": "GLC",
"GLEEC": "GLEEC",
"GLM": "GLM",
"GLMR": "GLMR",
Expand Down
22 changes: 22 additions & 0 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -5182,6 +5182,28 @@
},
"derivation_path": "m/44'/714'"
},
{
"coin": "GLC",
"name": "goldcoin",
"fname": "Goldcoin",
"rpcport": 8122,
"pubtype": 32,
"p2shtype": 50,
"wiftype": 160,
"segwit": false,
"txfee": 1000,
"mm2": 1,
"sign_message_prefix": "Goldcoin Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 120,
"protocol": {
"type": "UTXO"
},
"links": {
"github": "https://github.com/goldcoin/goldcoin",
"homepage": "https://www.goldcoinproject.org"
}
},
{
"coin": "GLEEC",
"sign_message_prefix": "Komodo Signed Message:\n",
Expand Down
20 changes: 20 additions & 0 deletions electrums/GLC
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"url": "electrum1.netseed.net:50001",
"protocol": "TCP"
},
{
"url": "electrum2.netseed.net:50001",
"protocol": "TCP"
},
{
"url": "electrum1.netseed.net:50002",
"protocol": "SSL",
"ws_url": "electrum1.netseed.net:50003"
},
{
"url": "electrum2.netseed.net:50002",
"protocol": "SSL",
"ws_url": "electrum2.netseed.net:50003"
}
]
1 change: 1 addition & 0 deletions explorers/GLC
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["https://chainz.cryptoid.info/glc/"]
Binary file added icons_original/glc.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/GLC_KMD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[taker fee (KMD)](https://kmdexplorer.io/tx/59579a02085fcd3802a92a8d031e637ae9253167052f767bb806991c6ea900bb)
[maker payment (GLC)](https://chainz.cryptoid.info/glc/tx.dws?386c1adda48eaa9f6d41b7a6e1244994f7b14901c049f0ddd328e922389ebe2c.htm)
[taker payment (KMD)](https://kmdexplorer.io/tx/e9e30b58edf73fb1a56249e60c527780d232808ee9fcb5d6735b84a72d5db58d)
[taker payment spent (KMD)](https://kmdexplorer.io/tx/f453d8312431cba1b13dcb3df65deddf78454fb8327b48ad5d52015d2ac475bd)
[maker payment spent (GLC)](https://chainz.cryptoid.info/glc/tx.dws?f453d8312431cba1b13dcb3df65deddf78454fb8327b48ad5d52015d2ac475bd.htm)

0 comments on commit b09c445

Please sign in to comment.