diff --git a/coins b/coins index e559df8..b16b1aa 100644 --- a/coins +++ b/coins @@ -290,6 +290,13 @@ "etomic": "0xB8c77482e45F1F44dE1745F52C74426C631bDD52", "rpcport": 80 }, + { + "coin": "BTK", + "name": "bitcointoken", + "fname": "BitcoinToken", + "etomic": "0xdb8646F5b487B5Dd979FAC618350e85018F557d4", + "rpcport": 80 + }, { "coin": "DGD", "name": "digixdao", @@ -304,6 +311,13 @@ "etomic": "0xf6cFe53d6FEbaEEA051f400ff5fc14F0cBBDacA1", "rpcport": 80 }, + { + "coin": "DRGN", + "name": "dragonchain", + "fname": "Dragonchain", + "etomic": "0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e", + "rpcport": 80 + }, { "coin": "PPT", "name": "populous", @@ -1297,6 +1311,16 @@ "wiftype": 151, "txfee": 50000 }, + { + "coin": "GLD", + "name": "goldcoin", + "fname": "GoldCoin", + "rpcport": 9332, + "pubtype": 32, + "p2shtype": 5, + "wiftype": 160, + "txfee": 100000 + }, { "coin": "GLT", "name": "globaltoken", diff --git a/explorers/GLD b/explorers/GLD new file mode 100644 index 0000000..3cf570e --- /dev/null +++ b/explorers/GLD @@ -0,0 +1 @@ +["https://chainz.cryptoid.info/gld/tx.dws?"] diff --git a/icons/btk.png b/icons/btk.png new file mode 100644 index 0000000..eb652f0 Binary files /dev/null and b/icons/btk.png differ diff --git a/icons/drgn.png b/icons/drgn.png new file mode 100644 index 0000000..d530b67 Binary files /dev/null and b/icons/drgn.png differ diff --git a/icons/gld.png b/icons/gld.png new file mode 100644 index 0000000..80c0356 Binary files /dev/null and b/icons/gld.png differ