diff --git a/api_ids/coinpaprika_ids.json b/api_ids/coinpaprika_ids.json index 691dc6dc5..20d692fde 100644 --- a/api_ids/coinpaprika_ids.json +++ b/api_ids/coinpaprika_ids.json @@ -87,6 +87,7 @@ "BNT-BEP20": "bnt-bancor", "BNT-ERC20": "bnt-bancor", "BNT-PLG20": "bnt-bancor", + "BONC": "bonc1-bonkcoin", "BONE-ERC20": "bone-bone-shibaswap", "BORG-ERC20": "chsb-swissborg", "BRZ-AVX20": "brz-brazilian-digital-token", diff --git a/api_ids/livecoinwatch_ids.json b/api_ids/livecoinwatch_ids.json index 958e27f18..249e937ff 100644 --- a/api_ids/livecoinwatch_ids.json +++ b/api_ids/livecoinwatch_ids.json @@ -46,6 +46,7 @@ "BNB": "BNB", "BNT": "BNT", "BOLI": "BOLI", + "BONC": "_BONC", "BONE": "___BONE", "BORG": "CHSB", "BRZ": "BRZ", diff --git a/coins b/coins index 66c69a735..3f529a500 100644 --- a/coins +++ b/coins @@ -17297,5 +17297,28 @@ "links": { "homepage": "https://polygon.technology/" } + }, + { + "coin": "BONC", + "name": "bonkcoin", + "fname": "Bonkcoin", + "rpcport": 15612, + "pubtype": 25, + "p2shtype": 28, + "wiftype": 151, + "segwit": false, + "txfee": 1000000, + "mm2": 1, + "sign_message_prefix": "Bonkcoin Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/6363'", + "links": { + "github": "https://github.com/Bonkcoin/Bonkcoin-core", + "homepage": "https://bonkscoin.io" + } } ] diff --git a/electrums/BONC b/electrums/BONC new file mode 100644 index 000000000..1bee63065 --- /dev/null +++ b/electrums/BONC @@ -0,0 +1,17 @@ +[ + { + "url": "electrum.bonkscoin.io:50003", + "ws_url": "electrum.bonkscoin.io:50002", + "protocol": "SSL", + "contact": [ + { "discord": "1157581316175437884" } + ] + }, + { + "url": "electrum.bonkscoin.io:50001", + "protocol": "TCP", + "contact": [ + { "discord": "1157581316175437884" } + ] + } +] diff --git a/explorers/BONC b/explorers/BONC new file mode 100644 index 000000000..731349eb3 --- /dev/null +++ b/explorers/BONC @@ -0,0 +1 @@ +["https://explorer.bonkscoin.io/"] diff --git a/icons_original/bonc.png b/icons_original/bonc.png new file mode 100644 index 000000000..d6be7a982 Binary files /dev/null and b/icons_original/bonc.png differ