trustwallet-assets/blockchains/bitcoingold/info/info.json
Mykola f3ffd0b9ae
Update coin info structure (#1511)
* Remove data_source and change explorers for coin info list

* Remove explorers and data_soruce from info model

* Add new helper func getChainAssetInfoPath

* script

* Rename explorers => explorer

* Rename explorers => explorer

* Remove lowercased version

* Optimised images with calibre/image-actions

* remove

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-03-21 20:12:51 -07:00

21 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Bitcoin Gold",
"website": "https://bitcoingold.org/",
"source_code": "https://github.com/BTCGPU/BTCGPU",
"white_paper": "https://github.com/BTCGPU/BTCGPU/wiki/Technical-Spec",
"short_description": "Bitcoin Gold is a Hard Fork of Bitcoin. BTG implements a new PoW algorithm, Equihash, that makes mining decentralized again with ASIC resistant algorithm.",
"description": "Bitcoin Gold (BTG) is a fork of Bitcoin that occurred on October 24, 2017 on block 419406. Bitcoin Gold changed Bitcoins proof-of-work algorithm from SHA256 to Equihash rendering specialised mining equipment obsolete in an attempt to democratise the Bitcoin mining process.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/bitcoingold",
"handle": "bitcoingold"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/BitcoinGoldHQ",
"handle": "BitcoinGoldHQ"
}
],
"explorer": "https://explorer.bitcoingold.org/insight/"
}