diff --git a/coins b/coins index 5eca7f0..87d8210 100644 --- a/coins +++ b/coins @@ -1,7 +1,51 @@ [ + { + "coin":"ORE", + "name":"galactrum", + "rpcport":6269, + "pubtype":38, + "p2shtype":16, + "wiftype":204, + "txfee":10000 + }, + { + "coin":"EQL", + "asset":"EQL", + "rpcport":10306 + }, + { + "coin":"PEW", + "name":"brofist", + "rpcport":12454, + "pubtype":55, + "p2shtype":10, + "wiftype":198, + "txfee":10000, + "confpath":"USERHOME/.brofistcore/brofist.conf" + }, + { + "coin":"PYRO", + "name":"pyro", + "fname": "Pyro", + "rpcport":9696, + "pubtype":55, + "p2shtype":10, + "wiftype":198, + "txfee":10000, + "confpath":"USERHOME/.pyrocore/pyro.conf" + }, + { + "coin":"GRLC", + "name":"garlicoin", + "rpcport":42068, + "pubtype":38, + "p2shtype":5, + "wiftype":176, + "txfee":100000 + }, { "coin":"DIN", - "name":"dinero",i + "name":"dinero", "rpcport":9998, "pubtype":30, "p2shtype":13, @@ -9,6 +53,28 @@ "txfee":10000, "confpath":"USERHOME/.dinerocore/dinero.conf" }, + { + "coin": "AXE", + "name": "axe", + "fname": "Axe", + "rpcport": 9337, + "pubtype": 55, + "p2shtype": 16, + "wiftype": 204, + "txfee": 10000, + "confpath":"USERHOME/.axecore/axe.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", @@ -95,6 +161,20 @@ "etomic":"0x5acd19b9c91e596b1f062f18e3d02da7ed8d1e50", "rpcport":80 }, + { + "coin":"CENNZ", + "name":"centrality", + "fname": "Centrality", + "etomic":"0x1122b6a0e00dce0563082b6e2953f3a943855c1f", + "rpcport":80 + }, + { + "coin":"ELD", + "name":"electrumdark", + "fname": "Electrum Dark", + "etomic":"0xaaf7d4cd097317d68174215395eb02c2cca81e31", + "rpcport":80 + }, { "coin":"LYS", "name":"lightyears", @@ -102,6 +182,13 @@ "etomic":"0xdd41fbd1ae95c5d9b198174a28e04be6b3d1aa27", "rpcport":80 }, + { + "coin":"OCC", + "name":"originalcryptocoin", + "fname": "Original Crypto Coin", + "etomic":"0x0235fe624e044a05eed7a43e16e3083bc8a4287a", + "rpcport":80 + }, { "coin":"DRT", "name":"domraider", @@ -1050,6 +1137,16 @@ "wiftype": 128, "txfee": 400000 }, + { + "coin": "PGN", + "name": "pigeon", + "fname": "Pigeon", + "rpcport": 8756, + "pubtype": 55, + "p2shtype": 122, + "wiftype": 128, + "txfee": 10000 + }, { "coin": "PURA", "name": "pura", diff --git a/electrums/BTCP b/electrums/BTCP new file mode 100644 index 0000000..56850b0 --- /dev/null +++ b/electrums/BTCP @@ -0,0 +1 @@ +[{"electrum.btcprivate.org":5222},{"electrum2.btcprivate.org":5222}] diff --git a/explorers/AXE b/explorers/AXE new file mode 100644 index 0000000..9c20b3f --- /dev/null +++ b/explorers/AXE @@ -0,0 +1 @@ +["http://207.246.65.114:3001/tx/"] 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/explorers/GRLC b/explorers/GRLC new file mode 100644 index 0000000..f88793f --- /dev/null +++ b/explorers/GRLC @@ -0,0 +1 @@ +["https://garli.co.in/tx/"] diff --git a/explorers/ORE b/explorers/ORE new file mode 100644 index 0000000..8e6ccb3 --- /dev/null +++ b/explorers/ORE @@ -0,0 +1 @@ +["https://explorer.galactrum.org/tx/"] diff --git a/explorers/PEW b/explorers/PEW new file mode 100644 index 0000000..45b8aba --- /dev/null +++ b/explorers/PEW @@ -0,0 +1 @@ +["https://pew.overemo.com/tx/"] diff --git a/explorers/PGN b/explorers/PGN new file mode 100644 index 0000000..808c2d5 --- /dev/null +++ b/explorers/PGN @@ -0,0 +1 @@ +["http://explorer.pigeoncoin.org/tx/"] diff --git a/explorers/PYRO b/explorers/PYRO new file mode 100644 index 0000000..a1afeb5 --- /dev/null +++ b/explorers/PYRO @@ -0,0 +1 @@ +["http://138.68.246.198:3001/tx/"] diff --git a/icons/axe.png b/icons/axe.png new file mode 100644 index 0000000..04d5a41 Binary files /dev/null and b/icons/axe.png differ 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 diff --git a/icons/cennz.png b/icons/cennz.png new file mode 100644 index 0000000..6ea8213 Binary files /dev/null and b/icons/cennz.png differ diff --git a/icons/eld.png b/icons/eld.png new file mode 100644 index 0000000..fd51b97 Binary files /dev/null and b/icons/eld.png differ diff --git a/icons/grlc.png b/icons/grlc.png new file mode 100644 index 0000000..abb29ae Binary files /dev/null and b/icons/grlc.png differ diff --git a/icons/occ.png b/icons/occ.png new file mode 100644 index 0000000..7368d39 Binary files /dev/null and b/icons/occ.png differ diff --git a/icons/ore.png b/icons/ore.png new file mode 100644 index 0000000..d959c2e Binary files /dev/null and b/icons/ore.png differ diff --git a/icons/pew.png b/icons/pew.png new file mode 100644 index 0000000..db9c2a6 Binary files /dev/null and b/icons/pew.png differ diff --git a/icons/pgn.png b/icons/pgn.png new file mode 100644 index 0000000..4e06198 Binary files /dev/null and b/icons/pgn.png differ diff --git a/icons/pyro.png b/icons/pyro.png new file mode 100644 index 0000000..73d9112 Binary files /dev/null and b/icons/pyro.png differ