diff --git a/coins b/coins index 62f2023..0724d46 100644 --- a/coins +++ b/coins @@ -102,6 +102,17 @@ "txfee":10000, "confpath":"USERHOME/.bitcoinnodecore/bitnexus.conf" }, + { + "coin": "CHC", + "name": "chaincoin", + "fname": "ChainCoin", + "rpcport": 11995, + "pubtype": 28, + "p2shtype": 4, + "wiftype": 156, + "txfee": 10000, + "confpath": "USERHOME/.chaincoincore/chaincoin.conf" + }, { "coin":"DOPE", "name":"dopecoin", diff --git a/explorers/CHC b/explorers/CHC new file mode 100644 index 0000000..c8bd87c --- /dev/null +++ b/explorers/CHC @@ -0,0 +1 @@ +["http://104.238.153.140:3001/tx/"] diff --git a/icons/chc.png b/icons/chc.png new file mode 100644 index 0000000..399f2ce Binary files /dev/null and b/icons/chc.png differ