diff --git a/coins b/coins index 117fc69..a0ba9ef 100644 --- a/coins +++ b/coins @@ -11,7 +11,7 @@ }, { "coin":"DIN", - "name":"dinero",i + "name":"dinero", "rpcport":9998, "pubtype":30, "p2shtype":13, @@ -19,6 +19,17 @@ "txfee":10000, "confpath":"USERHOME/.dinerocore/dinero.conf" }, + { + "coin": "BCBC", + "name": "bitcoin@cbc", + "fname": "Bitcoin@CBC", + "rpcport": 8340, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "confpath":"USERHOME/.bitcoin@cbc/bitcoin.conf" + }, { "coin": "BUCK", "name": "buck", diff --git a/explorers/BCBC b/explorers/BCBC new file mode 100644 index 0000000..c6a8479 --- /dev/null +++ b/explorers/BCBC @@ -0,0 +1 @@ +["http://be.cleanblockchain.org/tx/"] diff --git a/icons/bcbc.png b/icons/bcbc.png new file mode 100644 index 0000000..79c8f1c Binary files /dev/null and b/icons/bcbc.png differ