diff --git a/coins b/coins index c78de2d27..388fe1831 100644 --- a/coins +++ b/coins @@ -460,6 +460,29 @@ }, "derivation_path": "m/44'/966'" }, + { + "coin": "AIBC", + "name": "aiblockchain", + "fname": "Aiblockchain", + "rpcport": 7772, + "pubtype": 23, + "p2shtype": 23, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "mm2": 1, + "required_confirmations": 11, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO", + "bip44": "m/44'/2'/0'/0/0" + }, + "links": { + "github": "https://github.com/nickgsh/AiBlockChain", + "homepage": "https://aibc.space/" + } + }, { "coin": "ANKR-BEP20", "name": "ankr_bep20", diff --git a/electrums/AIBC b/electrums/AIBC new file mode 100644 index 000000000..594171fbe --- /dev/null +++ b/electrums/AIBC @@ -0,0 +1,19 @@ +[ + { + "url": "aibc.pro:50001", + "protocol": "TCP", + "contact": [ + {"email": "electrum1_admin@aibc.pro"}, + {"github": "nickgsh"} + ], + "ws_url": "aibc.pro:50002" + }, + { + "url": "aibcelectrum.com:50001", + "protocol": "TCP", + "contact": [ + {"email": "nick@gshny.com"} + ], + "ws_url": "aibcelectrum.com:50002" + } +] diff --git a/explorers/AIBC b/explorers/AIBC new file mode 100644 index 000000000..189eaf80b --- /dev/null +++ b/explorers/AIBC @@ -0,0 +1,2 @@ +["http://95.111.231.8:3001/"] + diff --git a/icons_original/aibc.png b/icons_original/aibc.png new file mode 100755 index 000000000..94bc97615 Binary files /dev/null and b/icons_original/aibc.png differ