diff --git a/LXC b/LXC new file mode 100644 index 0000000..227c65e --- /dev/null +++ b/LXC @@ -0,0 +1,7 @@ +{ + "coin": "LXC", + "name": "luxcess group token", + "fname": "Luxcess Group Token", + "etomic": "0x0920af13cee692da3656e052a831e3e1fcc8097c", + "rpcport": 80 +} diff --git a/README.md b/README.md index 0b575b4..979d7d4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,136 @@ -the filenames in each subdirectory needs to match the coin's symbol exactly, that is the unique field that things are indexed by. Also for icons, please use .png files + +NOTE: The filenames in each subdirectory needs to match the coin's symbol exactly, that is the unique field that things are indexed by. Also for icons, please use .png files + +### About this repository +This repository is the coins database which is accssed by graphical applications like [BarterDEX GUI](https://github.com/KomodoPlatform/BarterDEX). + +When submitting a pull request to add coin to BarterDEX make sure you have completed this checklist: + +### 0. The coin must be tested with BarterDEX atomic swaps +When submitting your coin add request please submit the three transctions (`bobdeposit`, `alicepayment` and `bobpayment`) URL which are produced by the atomic swap performed by `marketmaker` API. This means that before sumitting the further steps information to this coins database repo, you would have performaed an atomic swap, and the further steps explains the expected files/values to be submitted to this database repo. + +You can learn about performing an atomic swap from our documentation link https://docs.komodoplatform.com + +Or you can contact the team at coinintegration@komodoplatform.com to get help if required. + +Example: + +bobdeposit https://btc.example.org/tx/746179890c7cb6b10fe4fef1c835c51a648bba087d52903d9d889d84779b1b9b +alicepayment https://kmd.example.net/tx/2aa3cdc0000936f8fb2a5285e852a57f128913edea4d562433975fe84f6e6a8c +bobpayment https://btc.example.org/tx/f64ae4b56b43ab9017ccc767c16b9d9cdf438ed83de94ba0629f1213b5ecba72 + + +### 1. Coin info added to `coins` file (Required) +You need the following info in JSON format added to [coins](coins) file: + +```shell +# Example 1 +{ + "coin": "LTC", + "name": "litecoin", + "fname": "Litecoin", + "rpcport": 9332, + "pubtype": 48, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000 +} + +# Example 2 +{ + "coin":"PEW", + "name":"brofist", + "fname": "Brofist", + "confpath": "USERHOME/.brofistcore/brofist.conf" + "rpcport":12454, + "pubtype":55, + "p2shtype":10, + "wiftype":198, + "txfee":10000 +} + +# Example 3 +{ + "coin": "REP", + "name": "augur", + "fname": "Augur", + "etomic": "0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6", + "rpcport": 80 +} +``` + +#### Bitcoin Protocol specific JSON + +`"coin"` must be coin ticker. + +`"name"` must be coin's name, in all small letters. This is the value which is expected to be default data directory name for that coin. Example if coin's name is `litecoin` then it's expected data directory on Linux is `~/.litecoin/`, on Mac `~/Library/Applications Support/Litecoin/`, on Windows `%AppData%\Litecoin`. Please keep this key's value in small letters only. + +`"confpath"` must be ONLY used in case the expected data directory name of the coin/project is different to the `"name"`'s value, as explained in last point. Please refer to Example 2 for better understanding. Make sure to use the exact format for `confpath`. You don't need to change the word `USERHOME`, it remains as is. Make sure you have `/.` after `USERHOME`. And then the expected coin/project's data directory path and it's expected `.conf` file name. + +`"fname"` must be coin's full name. + +`"rpcport"` must be coin's default RPC port. It is expected that it doesn't conflict with any existing coin in the coins db. + +`"pubtype"`, `"p2shtype"`, and `"wiftype"` is the also very specific information about coin's parameters. This is specific to Bitcoin Protocol compatible coins only, and such information can be found in source code of the project. These parameters information can be expected in files like `src/init.cpp`, `src/base58.h`, and `src/chainparamsbase.h` if the project is following the **bitcoin** source code directory/files structure. If the parameters info is unclear then please have these confirmed by that coin/project's developers and make sure it's correct information. + +`"txfee"` is a value of default transactions fee, which must be specified in satoshies unit. BarterDEX uses this as the default transaction fee value when makes atomic swaps transactions. + + +#### Ethereum Protocol specific JSON + +Ethereum protocol specific coin/project add request are the most simplest. `"coin"`, `"name"`, and `"fname"` information is same as explained in bitcoin protocol specific json section. + +`"rpcport"` must remain default for all ERC20 token/coins. Make sure its only specified as `80`. + +`"etomic"` must be the ERC20 token/coin's smart contract address. + + +### 2. Icon file (Required) +- The icon file is required. +- Icon must be a .png format file. +- Dimentions of icon file is 82x82 pixels. +- Icon file name MUST be in **small letters**. +- Icon file location is [icons](icons) directory. + + +### 3. Explorer URL (Required) +- Explorer file name must be coin's ticker name matching the `"coin"` value as specified in [coins](coins) file. +- Explorer file name must not have any file extension. It is a file without any `.` extension. +- Explorer file name must be all in **capital** letters. +- It must have a valid JSON array with at least one Explorer URL in it. It's better if there are more than one explorer URLs in this JSON array. Example: `["http://example1.com/tx/","http://example2.com/tx/"]`. +- The URL of Explorer must be pointing to the transactions URL. Check BTC file for an example: [explorers/BTC](explorers/BTC), which has `["https://www.blocktrail.com/BTC/tx/"]`. This explorers URL is used to show in graphical applications to link to the transactions like this [example link](https://www.blocktrail.com/BTC/tx/5268d045196e940ca8ba53b442c38a0f8c159002c912f8427239153dce984cc3). Make sure this URL ends with `/`. + +### 4. Electrum Servers (Optional) + +- Electrum file name must be coin's ticker name matching the `"coin"` value as specified in [coins](coins) file. +- Electrum file name must not have any file extension. It is a file without any `.` extension. +- Electrum file name must be all in **capital** letters. +- It must be a valid JSON format as shown in the following example: + +```JSON +[ + { + "electrum1.example.com": 12345, + "contact": [ + {"email": "electrum1_admin_email@example.com"}, + {"matrix": "@electrum1_admin:matrix.org"}, + {"skype": "example_username"}, + {"twitter": "example_username"}, + {"reddit": "example_username"}, + {"github": "example_username"}, + {"keybaseio": "example_username"} + ] + }, + { + "electrum2.example.com": 12345, + "contact": [ + {"email": "electrum2_admin_email@example.com"} + ] + } +] +``` + +- At least minimum 2 or more Electrum servers information must be provided. +- Contact information must be provided in case the server admin needs to be contact in urgent cases when required. It can be any contact information out of the examples provided. Or may be add your own service/contact information as suites you. +- The address and port of electrum server are required. The address of electrum server can either be a DNS or an IP address. diff --git a/coins b/coins index 9c1acb9..7e31fd3 100644 --- a/coins +++ b/coins @@ -1,7 +1,238 @@ [ -{"coin":"EQL","asset":"EQL","rpcport":10306}, + { + "coin":"CHAIN", + "asset":"CHAIN", + "fname": "Chainmakers", + "rpcport":15587 + }, + { + "coin":"GLXT", + "asset":"GLXT", + "fname": "GLX Token", + "rpcport":13109 + }, + { + "coin": "COLX", + "name": "ColossusXT", + "fname": "ColossusXT", + "rpcport": 51473, + "pubtype": 30, + "p2shtype": 13, + "wiftype": 212, + "txfee": 1000000000 + }, + { + "coin":"SPK", + "name":"Sparks", + "fname": "Sparks", + "rpcport":8892, + "pubtype":38, + "p2shtype":10, + "wiftype":198, + "txfee":10000 + }, + { + "coin":"ORE", + "name":"galactrum", + "fname": "Galactrum", + "rpcport":6269, + "pubtype":38, + "p2shtype":16, + "wiftype":204, + "txfee":10000 + }, + { + "coin":"EQL", + "asset":"EQL", + "fname": "Equaliser", + "rpcport":10306 + }, + { + "coin":"PAC", + "name":"paccoin", + "fname":"PACcoin", + "rpcport":7111, + "pubtype":55, + "p2shtype":10, + "wiftype":204, + "txfee":10000, + "confpath":"USERHOME/.paccoincore/paccoin.conf" + }, + { + "coin":"PEW", + "name":"brofist", + "fname": "Brofist", + "rpcport":12454, + "pubtype":55, + "p2shtype":10, + "wiftype":198, + "txfee":10000, + "confpath":"USERHOME/.brofistcore/brofist.conf" + }, + { + "coin":"WAVI", + "name":"wavi", + "fname": "Wavi", + "rpcport":9984, + "pubtype":73, + "p2shtype":15, + "wiftype":133, + "txfee":10000, + "confpath":"USERHOME/.wavicore/wavi.conf" + }, + { + "coin":"ATB", + "name":"atbcoin", + "fname": "ATBCoin", + "rpcport":8332, + "pubtype":23, + "p2shtype":83, + "wiftype":128, + "txfee":10000, + "confpath":"USERHOME/.ATBCoinWallet/atbcoin.conf" + }, + { + "coin":"BTNX", + "name":"bitnexus", + "fname":"BitNexus", + "rpcport":9191, + "pubtype":25, + "p2shtype":10, + "wiftype":198, + "txfee":10000, + "confpath":"USERHOME/.bitcoinnodecore/bitnexus.conf" + }, + { + "coin":"DOPE", + "name":"dopecoin", + "fname":"DopeCoin", + "isPoS": 1, + "rpcport":40421, + "pubtype":30, + "p2shtype":5, + "wiftype":158, + "txfee":10000 + }, + { + "coin":"POLIS", + "name":"polis", + "fname":"Polis", + "rpcport":24127, + "pubtype":55, + "p2shtype":56, + "wiftype":60, + "txfee":10000, + "confpath":"USERHOME/.poliscore/polis.conf" + }, + { + "coin":"PYRO", + "name":"pyro", + "fname": "Pyro", + "rpcport":9696, + "pubtype":55, + "p2shtype":10, + "wiftype":198, + "txfee":10000, + "confpath":"USERHOME/.pyrocore/pyro.conf" + }, + { + "coin":"XSN", + "name":"xsn", + "fname": "Stakenet", + "rpcport":51473, + "pubtype":76, + "p2shtype":16, + "wiftype":204, + "txfee":10000, + "confpath":"USERHOME/.xsncore/xsn.conf" + }, + { + "coin":"GRLC", + "name":"garlicoin", + "fname": "Garlicoin", + "rpcport":42068, + "pubtype":38, + "p2shtype":5, + "wiftype":176, + "txfee":100000 + }, + { + "coin":"HXX", + "name":"hexxcoin", + "fname": "Hexx", + "rpcport":29200, + "pubtype":40, + "p2shtype":10, + "wiftype":210, + "txfee":100000 + }, + { + "coin":"CRDS", + "name":"credits", + "fname": "Credits", + "rpcport":31050, + "pubtype":28, + "p2shtype":10, + "wiftype":140, + "txfee":10000 + }, + { + "coin":"DIN", + "name":"dinero", + "fname": "Dinero", + "rpcport":9998, + "pubtype":30, + "p2shtype":13, + "wiftype":204, + "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", + "fname": "Buck", + "rpcport": 5739, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txfee": 10000 + }, + { + "coin": "CMM", + "name": "commercium", + "fname": "Commercium", + "rpcport": 9657, + "pubtype": 28, + "p2shtype": 50, + "wiftype": 140, + "txfee": 10000 + }, { "coin": "RAP", + "fname": "Rapture", "name": "rapture", "rpcport": 14476, "pubtype": 60, @@ -13,6 +244,7 @@ { "coin": "RADIUS", "name": "radius", + "fname": "Radius", "rpcport": 4089, "pubtype": 60, "p2shtype": 16, @@ -23,6 +255,7 @@ { "coin": "SEQ", "name": "sequence", + "fname": "Sequence", "rpcport": 16663, "isPoS": 1, "pubtype": 63, @@ -33,6 +266,7 @@ { "coin": "DYN", "name": "dynamic", + "fname": "Dynamic", "rpcport": 33350, "pubtype": 30, "p2shtype": 10, @@ -42,6 +276,7 @@ { "coin": "SBTC", "name": "superbitcoin", + "fname": "Super Bitcoin", "rpcport": 28282, "pubtype": 0, "p2shtype": 5, @@ -52,6 +287,7 @@ { "coin": "FJC", "name": "fujicoin", + "fname": "FujiCoin", "rpcport": 3776, "pubtype": 36, "p2shtype": 16, @@ -69,6 +305,41 @@ "wiftype": 204, "txfee": 10000 }, + { + "coin":"AE", + "name":"aeternity", + "fname": "Aeternity", + "etomic":"0x5ca9a71b1d01849c0a95490cc00559717fcf0d1d", + "rpcport":80 + }, + { + "coin":"AION", + "name":"aion", + "fname": "Aion", + "etomic":"0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466", + "rpcport":80 + }, + { + "coin":"ANN", + "name":"agentnotneeded", + "fname": "Agent Not Needed", + "etomic":"0xe0e73E8fc3a0fA161695be1D75E1Bc3E558957c4", + "rpcport":80 + }, + { + "coin":"BITSOKO", + "name":"bitsoko", + "fname":"Bitsoko", + "etomic":"0xb72627650f1149ea5e54834b2f468e5d430e67bf", + "rpcport":80 + }, + { + "coin":"BOX", + "name":"beonbox", + "fname":"Beonbox", + "etomic":"0x01e579be97433f861340268521a7a2ab9829082c", + "rpcport":80 + }, { "coin":"BTCL", "name":"btclite", @@ -76,6 +347,251 @@ "etomic":"0x5acd19b9c91e596b1f062f18e3d02da7ed8d1e50", "rpcport":80 }, + { + "coin":"BTM", + "name":"bytom", + "fname": "Bytom", + "etomic":"0xcB97e65F07DA24D46BcDD078EBebd7C6E6E3d750", + "rpcport":80 + }, + { + "coin":"CENNZ", + "name":"centrality", + "fname": "Centrality", + "etomic":"0x1122b6a0e00dce0563082b6e2953f3a943855c1f", + "rpcport":80 + }, + { + "coin": "CMT", + "name": "cybermiles", + "fname": "CyberMiles", + "etomic": "0xf85feea2fdd81d51177f6b8f35f0e6734ce45f5f", + "rpcport": 80 + }, + { + "coin":"CS", + "name":"credits", + "fname":"Credits", + "etomic":"0x46b9ad944d1059450da1163511069c718f699d31", + "rpcport":80 + }, + { + "coin":"DATA", + "name":"streamr-datacoin", + "fname":"Streamr DATAcoin", + "etomic":"0x0cf0ee63788a0849fe5297f3407f701e122cc023", + "rpcport":80 + }, + { + "coin":"ELD", + "name":"electrumdark", + "fname": "Electrum Dark", + "etomic":"0xaaf7d4cd097317d68174215395eb02c2cca81e31", + "rpcport":80 + }, + { + "coin":"ENG", + "name":"enigma-project", + "fname":"Enigma", + "etomic":"0xf0ee6b27b759c9893ce4f094b49ad28fd15a23e4", + "rpcport":80 + }, + { + "coin": "FOOD", + "name": "foodcoin", + "fname": "FoodCoin", + "etomic": "0x2a093bcf0c98ef744bb6f69d74f2f85605324290", + "rpcport": 80 + }, + { + "coin":"GPN", + "name":"gpncoin", + "fname": "GPN Coin", + "etomic":"0xE2b407160AAd5540eAc0e80338b9a5085C60F25B", + "rpcport":80 + }, + { + "coin": "GTC", + "name": "game", + "fname": "Game.com", + "etomic": "0xB70835D7822eBB9426B56543E391846C107bd32C", + "rpcport": 80 + }, + { + "coin": "GTO", + "name": "gifto", + "fname": "Gifto", + "etomic":"0xc5bbae50781be1669306b9e001eff57a2957b09d", + "rpcport":80 + }, + { + "coin": "HT", + "name": "huobi-token", + "fname": "Huobi Token", + "etomic": "0x6f259637dcd74c767781e37bc6133cd6a68aa161", + "rpcport": 80 + }, + { + "coin":"JOI", + "name":"jointedu", + "fname":"JointEDU", + "etomic":"0x58ded6994124b4fff298f1416aca3fc9cdba37b2", + "rpcport":80 + }, + { + "coin":"LIKE", + "name":"likecoin", + "fname":"LikeCoin", + "etomic":"0x02f61fd266da6e8b102d4121f5ce7b992640cf98", + "rpcport":80 + }, + { + "coin":"LINK", + "name":"chainlink", + "fname":"ChainLink", + "etomic":"0x514910771af9ca656af840dff83e8264ecf986ca", + "rpcport":80 + }, + { + "coin":"LYS", + "name":"lightyears", + "fname": "Lightyears", + "etomic":"0xdd41fbd1ae95c5d9b198174a28e04be6b3d1aa27", + "rpcport":80 + }, + { + "coin":"MAN", + "name":"matrix-ai-network", + "fname":"Matrix AI Network", + "etomic":"0xe25bcec5d3801ce3a794079bf94adf1b8ccd802d", + "rpcport":80 + }, + { + "coin":"MMX", + "name":"mechanix", + "fname":"Mechanix Token", + "etomic":"0xe7c33a0e04f2316bb321c4ad2976873d09538b56", + "rpcport":80 + }, + { + "coin":"MYB", + "name":"mybit-token", + "fname": "MyBit Token", + "etomic":"0x5d60d8d7ef6d37e16ebabc324de3be57f135e0bc", + "rpcport":80 + }, + { + "coin": "NOAH", + "name": "noah-coin", + "fname": "Noah Coin", + "etomic": "0x58a4884182d9e835597f405e5f258290e46ae7c2", + "rpcport": 80 + }, + { + "coin": "NPXS", + "name": "pundi-x", + "fname": "Pundi X", + "etomic": "0xa15c7ebe1f07caf6bff097d8a589fb8ac49ae5b3", + "rpcport": 80 + }, + { + "coin":"NULS", + "name":"nuls", + "fname":"Nuls", + "etomic":"0xb91318f35bdb262e9423bc7c7c2a3a93dd93c92c", + "rpcport":80 + }, + { + "coin":"OCC", + "name":"originalcryptocoin", + "fname": "Original Crypto Coin", + "etomic":"0x0235fe624e044a05eed7a43e16e3083bc8a4287a", + "rpcport":80 + }, + { + "coin":"PCL", + "name":"peculium", + "fname": "Peculium", + "etomic":"0x3618516f45cd3c913f81f9987af41077932bc40d", + "rpcport":80 + }, + { + "coin":"POLY", + "name":"polymath-network", + "fname":"Polymath", + "etomic":"0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec", + "rpcport":80 + }, + { + "coin":"PURC", + "name":"peurcoin", + "fname":"Peurcoin", + "etomic":"0x7148b80b38278853ca8263cfc0b57d4478ae6a6e", + "rpcport":80 + }, + { + "coin":"QBIT", + "name":"qubitica", + "fname":"Qubitica", + "etomic":"0xcb5ea3c190d8f82deadf7ce5af855ddbf33e3962", + "rpcport":80 + }, + { + "coin":"RVT", + "name":"rivetz", + "fname": "Rivetz", + "etomic":"0x3d1ba9be9f66b8ee101911bc36d3fb562eac2244", + "rpcport":80 + }, + { + "coin":"SPANK", + "name":"spankchain", + "fname": "SpankChain", + "etomic":"0x42d6622dece394b54999fbd73d108123806f6a18", + "rpcport":80 + }, + { + "coin":"STRM41", + "name":"stream41", + "fname":"Stream41", + "etomic":"0xbad7a7f7ba71ce3659fe6dcad34af86b9de2a4b2", + "rpcport":80 + }, + { + "coin":"SUB", + "name":"substratum", + "fname":"Substratum", + "etomic":"0x12480e24eb5bec1a9d4369cab6a80cad3c0a377a", + "rpcport":80 + }, + { + "coin":"THETA", + "name":"theta-token", + "fname":"Theta Token", + "etomic":"0x3883f5e181fccaF8410FA61e12b59BAd963fb645", + "rpcport":80 + }, + { + "coin":"CIX", + "name":"cryptonetix", + "fname": "Cryptonetix", + "etomic":"0x1175a66a5c3343Bbf06AA818BB482DdEc30858E0", + "rpcport":80 + }, + { + "coin":"DCN", + "name":"dentacoin", + "fname": "Dentacoin", + "etomic":"0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6", + "rpcport":80 + }, + { + "coin":"DROP", + "name":"dropil", + "fname": "Dropil", + "etomic":"0x4672bad527107471cb5067a887f4656d585a8a31", + "rpcport":80 + }, { "coin":"DRT", "name":"domraider", @@ -83,6 +599,20 @@ "etomic":"0x9af4f26941677c706cfecf6d3379ff01bb85d5ab", "rpcport":80 }, + { + "coin":"ELF", + "name":"aelf", + "fname": "aelf", + "etomic":"0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e", + "rpcport":80 + }, + { + "coin":"RLTY", + "name":"smartrealty", + "fname": "SMARTRealty", + "etomic":"0xbe99b09709fc753b09bcf557a992f6605d5997b0", + "rpcport":80 + }, { "coin": "FTC", "name": "feathercoin", @@ -100,13 +630,34 @@ "etomic": "0xc14830e53aa344e8c14603a91229a0b925b0b262", "rpcport": 80 }, + { + "coin": "STORM", + "name": "storm", + "fname": "Storm", + "etomic": "0xd0a4b8946cb52f0661273bfbc6fd0e0c75fc6433", + "rpcport": 80 + }, { "coin": "TUSD", - "name": "true-usd", - "fname": "True USD", + "name": "trueusd", + "fname": "TrueUSD", "etomic": "0x8dd5fbce2f6a956c3022ba3663759011dd51e73e", "rpcport": 80 }, + { + "coin": "WAX", + "name": "wax", + "fname": "WAX", + "etomic": "0x39Bb259F66E1C59d5ABEF88375979b4D20D98022", + "rpcport": 80 + }, + { + "coin": "KIN", + "name": "kin", + "fname": "Kin", + "etomic": "0x818fc6c2ec5986bc6e2cbf00939d90556ab12ce5", + "rpcport": 80 + }, { "coin": "LALA", "name": "lala-world", @@ -114,6 +665,20 @@ "etomic": "0xfd107b473ab90e8fbd89872144a3dc92c40fa8c9", "rpcport": 80 }, + { + "coin": "ONNI", + "name": "misericordae", + "fname": "Misericordae", + "etomic": "0xbd9c6028e1132a6b52f1ca15c0933a2fd342e21f", + "rpcport": 80 + }, + { + "coin": "PAT", + "name": "pat", + "fname": "Pangea Arbitration Token", + "etomic": "0xBB1fA4FdEB3459733bF67EbC6f893003fA976a82", + "rpcport": 80 + }, { "coin": "USDT", "name": "tether", @@ -128,6 +693,13 @@ "etomic": "0x1500205f50bf3fd976466d0662905c9ff254fc9c", "rpcport": 80 }, + { + "coin": "OCT", + "name": "octus", + "fname": "Octus", + "etomic": "0x7e9d365C0C97Fe5FcAdcc1B513Af974b768C5867", + "rpcport": 80 + }, { "coin": "OMG", "name": "omisego", @@ -135,11 +707,26 @@ "etomic": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07", "rpcport": 80 }, + { + "coin": "R", + "name": "revain", + "fname": "Revain", + "etomic": "0x48f775efbe4f5ece6e0df2f7b5932df56823b990", + "rpcport": 80 + }, + { + "coin": "UCASH", + "name": "ucash", + "fname": "U.CASH", + "etomic": "0x92e52a1a235d9a103d970901066ce910aacefd37", + "rpcport": 80 + }, { "coin": "ICX", "name": "icon", "fname": "ICON", "etomic": "0xb5a5f22694352c15b00323844ad545abb2b11028", + "decimals": 18, "rpcport": 80 }, { @@ -149,11 +736,68 @@ "etomic": "0xB8c77482e45F1F44dE1745F52C74426C631bDD52", "rpcport": 80 }, + { + "coin": "BTK", + "name": "bitcointoken", + "fname": "BitcoinToken", + "etomic": "0xdb8646F5b487B5Dd979FAC618350e85018F557d4", + "rpcport": 80 + }, + { + "coin": "DAI", + "name": "dai", + "fname": "Dai", + "etomic": "0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359", + "rpcport": 80 + }, { "coin": "DGD", "name": "digixdao", "fname": "DigixDAO", "etomic": "0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A", + "decimals": 9, + "rpcport": 80 + }, + { + "coin": "DGPT", + "name": "digipulse", + "fname": "DigiPulse", + "etomic": "0xf6cFe53d6FEbaEEA051f400ff5fc14F0cBBDacA1", + "rpcport": 80 + }, + { + "coin": "DRGN", + "name": "dragonchain", + "fname": "Dragonchain", + "etomic": "0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e", + "rpcport": 80 + }, + { + "coin": "FLLW", + "name": "followcoin", + "fname": "FollowCoin", + "etomic": "0x0200412995f1bafef0d3f97c4e28ac2515ec1ece", + "rpcport": 80 + }, + { + "coin": "FSN", + "name": "fusion", + "fname": "Fusion", + "etomic": "0xd0352a019e9ab9d757776f532377aaebd36fd541", + "rpcport": 80 + }, + { + "coin": "HYD", + "name": "hydra", + "fname": "Hydra", + "etomic": "0xD233495C48EB0143661fFC8458EAfc21b633f97f", + "rpcport": 80 + }, + { + "coin": "IOST", + "name": "iostoken", + "fname": "IOST", + "etomic": "0xfa1a856cfa3409cfa145fa4e20eb270df3eb21ab", "rpcport": 80 }, { @@ -163,6 +807,14 @@ "etomic": "0xd4fa1460F537bb9085d22C7bcCB5DD450Ef28e3a", "rpcport": 80 }, + { + "coin": "LRC", + "name": "loopring", + "fname": "Loopring", + "etomic": "0xEF68e7C694F40c8202821eDF525dE3782458639f", + "decimals": 18, + "rpcport": 80 + }, { "coin": "MKR", "name": "maker", @@ -181,7 +833,14 @@ "coin": "REP", "name": "augur", "fname": "Augur", - "etomic": "0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6", + "etomic": "0x1985365e9f78359a9B6AD760e32412f4a445E862", + "rpcport": 80 + }, + { + "coin": "SRN", + "name": "sirin-labs-token", + "fname": "SIRIN LABS Token", + "etomic": "0x68d57c9a1c35f63e2c83ee8e49a64e9d70528d25", "rpcport": 80 }, { @@ -198,13 +857,6 @@ "etomic": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF", "rpcport": 80 }, - { - "coin": "GNT", - "name": "golem", - "fname": "Golem", - "etomic": "0xa74476443119A942dE498590Fe1f2454d7D4aC0d", - "rpcport": 80 - }, { "coin": "ETHOS", "name": "ethos", @@ -243,7 +895,7 @@ { "coin": "BNT", "name": "bancor", - "fname": "Bancon", + "fname": "Bancor", "etomic": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C", "rpcport": 80 }, @@ -254,6 +906,13 @@ "etomic": "0x888666CA69E0f178DED6D75b5726Cee99A87D698", "rpcport": 80 }, + { + "coin": "NAS", + "name": "nebulas-token", + "fname": "Nebulas", + "etomic": "0x5d65d971895edc438f465c17db6992698a52318d", + "rpcport": 80 + }, { "coin": "PAY", "name": "tenx", @@ -275,6 +934,13 @@ "etomic": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC", "rpcport": 80 }, + { + "coin": "STWY", + "name": "storweeytoken", + "fname": "StorweeyToken", + "etomic": "0x8a8c71f032362fca2994f75d854f911ec381ac5a", + "rpcport": 80 + }, { "coin": "GNO", "name": "gnosis-gno", @@ -310,6 +976,13 @@ "etomic": "0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6", "rpcport": 80 }, + { + "coin": "WTC", + "name": "waltonchain", + "fname": "Waltonchain", + "etomic": "0xb7cb1c96db6b22b0d3d9536e0108d062bd488f74", + "rpcport": 80 + }, { "coin": "CVC", "name": "civic", @@ -331,6 +1004,13 @@ "etomic": "0x960b236A07cf122663c4303350609A66A7B288C0", "rpcport": 80 }, + { + "coin": "LOOM", + "name": "loom-network", + "fname": "Loom Network", + "etomic": "0xa4e8c3ec456107ea67d3075bf9e3df3a75823db0", + "rpcport": 80 + }, { "coin": "MANA", "name": "decentraland", @@ -341,10 +1021,17 @@ { "coin": "MCO", "name": "monaco", - "fname": "Manaco", + "fname": "Monaco", "etomic": "0xB63B606Ac810a52cCa15e44bB630fd42D8d1d83d", "rpcport": 80 }, + { + "coin": "MGO", + "name": "mobilego", + "fname": "MobileGo", + "etomic": "0x40395044Ac3c0C57051906dA938B54BD6557F212", + "rpcport": 80 + }, { "coin": "MTL", "name": "metal", @@ -369,7 +1056,7 @@ { "coin": "AMB", "name": "amber", - "fname": "Amber", + "fname": "Ambrosus", "etomic": "0x4DC3643DbC642b72C158E7F3d2ff232df61cb6CE", "rpcport": 80 }, @@ -380,13 +1067,41 @@ "etomic": "0x667088b212ce3d06a1b553a7221E1fD19000d9aF", "rpcport": 80 }, + { + "coin": "POWR", + "name": "power-ledger", + "fname": "Power Ledger", + "etomic": "0x595832f8fc6bf59c85c527fec3740a1b7a361269", + "rpcport": 80 + }, + { + "coin": "PRL", + "name": "oyster", + "fname": "Oyster", + "etomic": "0x1844b21593262668b7248d0f57a220caaba46ab9", + "rpcport": 80 + }, + { + "coin": "RHOC", + "name": "rchain", + "fname": "RChain", + "etomic": "0x168296bb09e24a88805cb9c33356536b980d3fc5", + "rpcport": 80 + }, { "coin": "RCN", "name": "ripio-credit-network", - "fname": "Ripco Credit Network", + "fname": "Ripio Credit Network", "etomic": "0xF970b8E36e23F7fC3FD752EeA86f8Be8D83375A6", "rpcport": 80 }, + { + "coin": "SANC", + "name": "sancoj", + "fname": "Sancoj", + "etomic": "0x03ec7bb59be036870ef696a2abf124f496d6735a", + "rpcport": 80 + }, { "coin": "SNGLS", "name": "singulardtv", @@ -488,7 +1203,7 @@ { "coin": "GUP", "name": "guppy", - "fname": "Guppy", + "fname": "Matchpool", "etomic": "0xf7B098298f7C69Fc14610bf71d5e02c60792894C", "rpcport": 80 }, @@ -513,6 +1228,13 @@ "etomic": "0xB9e7F8568e08d5659f5D29C4997173d84CdF2607", "rpcport": 80 }, + { + "coin": "VEN", + "name": "vechain", + "fname": "VeChain", + "etomic": "0xd850942ef8811f2a866692a623011bde52a462c1", + "rpcport": 80 + }, { "coin": "DICE", "name": "etheroll", @@ -527,6 +1249,13 @@ "etomic": "0x4DF812F6064def1e5e029f1ca858777CC98D2D81", "rpcport": 80 }, + { + "coin": "XOV", + "name": "xovbank", + "fname": "XOVBank", + "etomic": "0x153eD9CC1b792979d2Bde0BBF45CC2A7e436a5F9", + "rpcport": 80 + }, { "coin": "PLU", "name": "pluton", @@ -546,6 +1275,7 @@ "name": "vslice", "fname": "vSlice", "etomic": "0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170", + "decimals": 18, "rpcport": 80 }, { @@ -590,6 +1320,13 @@ "etomic": "0x86fa049857e0209aa7d9e616f7eb3b3b78ecfdb0", "rpcport": 80 }, + { + "coin": "ZIL", + "name": "zilliqa", + "fname": "Zilliqa", + "etomic": "0x05f4a42e251f2d52b8ed15e9fedaacfcef1fad27", + "rpcport": 80 + }, { "coin": "BITS", "name": "bitstar", @@ -737,7 +1474,7 @@ "txfee": 10000 }, { - "coin": "SNG", + "coin": "XSG", "name": "snowgem", "fname": "SnowGem", "rpcport": 16112, @@ -805,6 +1542,16 @@ "wiftype": 128, "txfee": 1000 }, + { + "coin": "MLM", + "name": "mktcoin", + "fname": "MktCoin", + "rpcport": 9276, + "pubtype": 110, + "p2shtype": 115, + "wiftype": 238, + "txfee": 10000 + }, { "coin": "BAY", "name": "bitbay", @@ -994,9 +1741,8 @@ }, { "coin": "BLK", - "name": "blackcoin", + "name": "lore", "fname": "Blackcoin", - "confpath": "USERHOME/.lore/blackcoin.conf", "isPoS": 1, "rpcport": 15715, "pubtype": 25, @@ -1024,6 +1770,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", @@ -1132,6 +1888,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", @@ -1329,16 +2095,6 @@ "wiftype": 150, "txfee": 10000 }, - { - "coin": "MOON", - "name": "Mooncoin", - "fname": "Mooncoin", - "rpcport": 44663, - "pubtype": 3, - "p2shtype": 22, - "wiftype": 131, - "txfee": 100000 - }, { "coin": "EMC2", "name": "einsteinium", @@ -1484,14 +2240,24 @@ }, { "coin": "REVS", - "active": 0, "asset": "REVS", "fname": "REVS", "rpcport": 10196 }, + { + "coin": "VRSC", + "asset": "VRSC", + "fname": "VerusCoin", + "rpcport": 27486 + }, + { + "coin": "ZILLA", + "asset": "ZILLA", + "fname": "ChainZilla", + "rpcport": 10041 + }, { "coin": "JUMBLR", - "active": 0, "asset": "JUMBLR", "fname": "JUMBLR", "rpcport": 15106 @@ -1557,7 +2323,7 @@ "pubtype": 38, "p2shtype": 5, "wiftype": 166, - "txfee": 100000 + "txfee": 1000000 }, { "coin": "LTC", @@ -1593,6 +2359,12 @@ "fname": "InstantDEX", "rpcport": 11890 }, + { + "coin": "DSEC", + "asset": "DSEC", + "fname": "DSEC", + "rpcport": 11557 + }, { "coin": "BET", "asset": "BET", @@ -1653,6 +2425,16 @@ "fname": "SuperMESH", "rpcport": 9455 }, + { + "coin": "ROGER", + "name": "theholyroger", + "fname": "TheHolyRoger", + "rpcport": 9662, + "pubtype": 61, + "p2shtype": 70, + "wiftype": 176, + "txfee": 100000 + }, { "coin": "STAK", "name": "straks", diff --git a/electrums/ARG b/electrums/ARG index a1f8023..3423ef4 100644 --- a/electrums/ARG +++ b/electrums/ARG @@ -1 +1,35 @@ -[{"173.212.225.176": 50081},{"136.243.45.140": 50081}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10068, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10068, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10068, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/BCBC b/electrums/BCBC new file mode 100644 index 0000000..82e8d8d --- /dev/null +++ b/electrums/BCBC @@ -0,0 +1 @@ +[{"bsmn0.cleanblockchain.io":50001},{"bsmn1.cleanblockchain.org":50001}] diff --git a/electrums/BCH b/electrums/BCH index 9e0c2da..75436c4 100644 --- a/electrums/BCH +++ b/electrums/BCH @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10051},{"electrum1.cipig.net":10051}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10051, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10051, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10051, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/BEER b/electrums/BEER index 094274c..f60ccf3 100644 --- a/electrums/BEER +++ b/electrums/BEER @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10022},{"electrum1.cipig.net": 10022}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10022, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10022, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10022, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/BET b/electrums/BET index 7d5877b..c63f6c1 100644 --- a/electrums/BET +++ b/electrums/BET @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10012},{"electrum1.cipig.net":10012}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10012, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10012, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10012, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/BLK b/electrums/BLK deleted file mode 100644 index 90e73eb..0000000 --- a/electrums/BLK +++ /dev/null @@ -1 +0,0 @@ -[{"electrum2.cipig.net":10054},{"electrum1.cipig.net":10054}] \ No newline at end of file diff --git a/electrums/BOTS b/electrums/BOTS index 8294845..d25682b 100644 --- a/electrums/BOTS +++ b/electrums/BOTS @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10007},{"electrum1.cipig.net":10007}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10007, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10007, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10007, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/BTC b/electrums/BTC index 4aedd83..9d24dab 100644 --- a/electrums/BTC +++ b/electrums/BTC @@ -1 +1,35 @@ -[{"node1.komodo.rocks":50001},{"e-x.not.fyi":50001},{"helicarrier.bauerj.eu":50001},{"electrum.hsmiths.com":50001}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10000, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10000, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10000, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/BTCH b/electrums/BTCH index f4f8606..4349118 100644 --- a/electrums/BTCH +++ b/electrums/BTCH @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10020},{"electrum1.cipig.net":10020}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10020, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10020, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10020, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] 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/electrums/BTCZ b/electrums/BTCZ index 6bde044..a6e8fb8 100644 --- a/electrums/BTCZ +++ b/electrums/BTCZ @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10056},{"electrum1.cipig.net":10056}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10056, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10056, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10056, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/BTG b/electrums/BTG index ec43433..155a8ab 100644 --- a/electrums/BTG +++ b/electrums/BTG @@ -1 +1,35 @@ -[{"94.130.224.11":10052},{"173.212.225.176":10052}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10052, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10052, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10052, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/BTX b/electrums/BTX index bc35618..7543dac 100644 --- a/electrums/BTX +++ b/electrums/BTX @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10057},{"electrum1.cipig.net":10057}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10057, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10057, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10057, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/CHAIN b/electrums/CHAIN new file mode 100644 index 0000000..57624a8 --- /dev/null +++ b/electrums/CHAIN @@ -0,0 +1 @@ +[{"electrum1.chainmakers.co":55417}, {"electrum2.chainmakers.co":55417}] diff --git a/electrums/CHIPS b/electrums/CHIPS index f172e07..48516e2 100644 --- a/electrums/CHIPS +++ b/electrums/CHIPS @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10053},{"electrum1.cipig.net":10053}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10053, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10053, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10053, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/COQUI b/electrums/COQUI index c51c520..b1aa335 100644 --- a/electrums/COQUI +++ b/electrums/COQUI @@ -1 +1,35 @@ -[{"78.47.146.222":10011},{"94.130.173.120":10011},{"electrum2.cipig.net":10011},{"electrum1.cipig.net":10011}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10011, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10011, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10011, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/CRW b/electrums/CRW index e0f0363..737a1fb 100644 --- a/electrums/CRW +++ b/electrums/CRW @@ -1 +1 @@ -[{"173.212.225.176": 50041},{"136.243.45.140": 50041}] \ No newline at end of file +[{"sgp-crwseed.crowndns.info":50001},{"blr-crwseed.crowndns.info":50001},{"sfo-crwseed.crowndns.info":50001},{"nyc-crwseed.crowndns.info":50001},{"ams-crwseed.crowndns.info":50001},{"tor-crwseed.crowndns.info":50001},{"lon-crwseed.crowndns.info":50001},{"fra-crwseed.crowndns.info":50001}] diff --git a/electrums/CRYPTO b/electrums/CRYPTO index 8e06c22..9aa0ced 100644 --- a/electrums/CRYPTO +++ b/electrums/CRYPTO @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10008},{"electrum1.cipig.net":10008}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10008, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10008, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10008, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/DASH b/electrums/DASH index 0d767a6..5b987ee 100644 --- a/electrums/DASH +++ b/electrums/DASH @@ -1 +1,35 @@ -[{"173.212.225.176": 50098},{"136.243.45.140": 50098}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10061, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10061, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10061, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/DEX b/electrums/DEX index 8b356f9..fdf3996 100644 --- a/electrums/DEX +++ b/electrums/DEX @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10006},{"electrum1.cipig.net":10006}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10006, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10006, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10006, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/DGB b/electrums/DGB index b731b3f..4a2b916 100644 --- a/electrums/DGB +++ b/electrums/DGB @@ -1 +1,35 @@ -[{"136.243.45.140": 50022},{"173.212.225.176": 50022}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10059, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10059, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10059, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/DNR b/electrums/DNR index e1741d0..11b4e48 100644 --- a/electrums/DNR +++ b/electrums/DNR @@ -1 +1 @@ -[{"173.254.244.122":50002},{"173.254.244.119":50002},{"155.254.33.176":50002}] \ No newline at end of file +[{"144.202.95.223":50001},{"45.77.137.111":50001}] diff --git a/electrums/DOGE b/electrums/DOGE index 7a1e731..b4a9f65 100644 --- a/electrums/DOGE +++ b/electrums/DOGE @@ -1 +1,35 @@ -[{"173.212.225.176": 50015},{"136.243.45.140": 50015}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10060, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10060, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10060, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/EMC2 b/electrums/EMC2 index cdfd3b6..ff285aa 100644 --- a/electrums/EMC2 +++ b/electrums/EMC2 @@ -1 +1,35 @@ -[{"173.212.225.176": 50079},{"136.243.45.140": 50079}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10062, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10062, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10062, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/EQL b/electrums/EQL new file mode 100644 index 0000000..b12d446 --- /dev/null +++ b/electrums/EQL @@ -0,0 +1 @@ +[{"159.65.91.235":10801},{"167.99.204.42":10801}] diff --git a/electrums/ETOMIC b/electrums/ETOMIC index 0ae28c3..bffd919 100644 --- a/electrums/ETOMIC +++ b/electrums/ETOMIC @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10025},{"electrum1.cipig.net": 10025}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10025, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10025, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10025, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/FAIR b/electrums/FAIR index 4f2c0b9..b658d2f 100644 --- a/electrums/FAIR +++ b/electrums/FAIR @@ -1 +1,35 @@ -[{"173.212.225.176": 50005},{"136.243.45.140": 50005}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10063, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10063, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10063, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/FTC b/electrums/FTC new file mode 100644 index 0000000..d45d06f --- /dev/null +++ b/electrums/FTC @@ -0,0 +1,35 @@ +[ + { + "electrum3.cipig.net": 10074, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10074, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10074, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/GAME b/electrums/GAME new file mode 100644 index 0000000..d78557b --- /dev/null +++ b/electrums/GAME @@ -0,0 +1,35 @@ +[ + { + "electrum3.cipig.net": 10072, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10072, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10072, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/GBX b/electrums/GBX new file mode 100644 index 0000000..e36c4bc --- /dev/null +++ b/electrums/GBX @@ -0,0 +1,35 @@ +[ + { + "electrum3.cipig.net": 10073, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10073, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10073, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/GLXT b/electrums/GLXT new file mode 100644 index 0000000..11ac610 --- /dev/null +++ b/electrums/GLXT @@ -0,0 +1 @@ +[{"electrum1.glx.co":60012},{"electrum2.glx.co":60012}] diff --git a/electrums/GSR b/electrums/GRS similarity index 85% rename from electrums/GSR rename to electrums/GRS index 533ca69..77440dd 100644 --- a/electrums/GSR +++ b/electrums/GRS @@ -1 +1 @@ -[{"electrum10.groestlcoin.org":50001},{"electrum11.groestlcoin.org":50001},{"electrum13.groestlcoin.org":50001},{"electrum14.groestlcoin.org":50001}] \ No newline at end of file +[{"electrum10.groestlcoin.org":50001},{"electrum11.groestlcoin.org":50001},{"electrum13.groestlcoin.org":50001},{"electrum14.groestlcoin.org":50001}] diff --git a/electrums/HODL b/electrums/HODL index b6fcf5f..5613ab4 100644 --- a/electrums/HODL +++ b/electrums/HODL @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10009},{"electrum1.cipig.net":10009}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10009, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10009, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10009, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/HUSH b/electrums/HUSH index e7a5906..500c4f8 100644 --- a/electrums/HUSH +++ b/electrums/HUSH @@ -1 +1,35 @@ -[{"173.212.225.176": 50013},{"136.243.45.140": 50013}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10064, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10064, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10064, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/JUMBLR b/electrums/JUMBLR index 4f9b193..f91ce7e 100644 --- a/electrums/JUMBLR +++ b/electrums/JUMBLR @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10004},{"electrum1.cipig.net": 10004}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10004, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10004, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10004, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/KMD b/electrums/KMD index 89a12fe..e2c2a89 100644 --- a/electrums/KMD +++ b/electrums/KMD @@ -1,2 +1,36 @@ -[{"electrum2.cipig.net":10001},{"electrum1.cipig.net":10001}] +[ + { + "electrum3.cipig.net": 10001, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10001, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10001, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/KV b/electrums/KV new file mode 100644 index 0000000..d142e12 --- /dev/null +++ b/electrums/KV @@ -0,0 +1,35 @@ +[ + { + "electrum3.cipig.net": 10016, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10016, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10016, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/LTC b/electrums/LTC index 2c899e7..5e92688 100644 --- a/electrums/LTC +++ b/electrums/LTC @@ -1 +1,35 @@ -[{"173.212.225.176": 50012},{"136.243.45.140": 50012}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10065, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10065, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10065, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/MAC b/electrums/MAC new file mode 100644 index 0000000..b1d5bb5 --- /dev/null +++ b/electrums/MAC @@ -0,0 +1,35 @@ +[ + { + "electrum3.cipig.net": 10077, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10077, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10077, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/MGW b/electrums/MGW index 8467c02..d503f21 100644 --- a/electrums/MGW +++ b/electrums/MGW @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10015},{"electrum1.cipig.net":10015}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10015, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10015, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10015, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/MNZ b/electrums/MNZ index 03350ea..b2315a5 100644 --- a/electrums/MNZ +++ b/electrums/MNZ @@ -1 +1,35 @@ -[{"electrum2.cipig.net":10002},{"electrum1.cipig.net":10002}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10002, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10002, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10002, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/MONA b/electrums/MONA index f6688c7..22a57d1 100644 --- a/electrums/MONA +++ b/electrums/MONA @@ -1 +1 @@ -[{"173.212.225.176": 50002},{"136.243.45.140": 50002}] \ No newline at end of file +[{"electrumx1.monacoin.nl":50001},{"electrumx2.monacoin.nl":50001},{"electrumx1.monacoin.ninja":50001},{"electrumx2.monacoin.ninja":50001}] diff --git a/electrums/MSHARK b/electrums/MSHARK index 22da67d..12d6a16 100644 --- a/electrums/MSHARK +++ b/electrums/MSHARK @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10013},{"electrum1.cipig.net": 10013}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10013, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10013, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10013, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/NMC b/electrums/NMC index b8d4655..ec8382f 100644 --- a/electrums/NMC +++ b/electrums/NMC @@ -1 +1,35 @@ -[{"173.212.225.176": 50036},{"136.243.45.140": 50036}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10066, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10066, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10066, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/PAC b/electrums/PAC new file mode 100644 index 0000000..a3f4ad4 --- /dev/null +++ b/electrums/PAC @@ -0,0 +1 @@ +[{"electrum.paccoin.io":50001},{"electro-pac.paccoin.io":50001}] diff --git a/electrums/PANGEA b/electrums/PANGEA index ba70e3f..e744464 100644 --- a/electrums/PANGEA +++ b/electrums/PANGEA @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10010},{"electrum1.cipig.net": 10010}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10010, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10010, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10010, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/PIZZA b/electrums/PIZZA index 08089fc..e5595ad 100644 --- a/electrums/PIZZA +++ b/electrums/PIZZA @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10024},{"electrum1.cipig.net": 10024}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10024, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10024, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10024, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/POLIS b/electrums/POLIS new file mode 100644 index 0000000..ef3d12f --- /dev/null +++ b/electrums/POLIS @@ -0,0 +1,35 @@ +[ + { + "electrum3.cipig.net": 10075, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10075, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10075, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/RAP b/electrums/RAP new file mode 100644 index 0000000..b697288 --- /dev/null +++ b/electrums/RAP @@ -0,0 +1 @@ +[{"electrum.our-rapture.com":50001},{"electrum2.our-rapture.com":50001}] diff --git a/electrums/REVS b/electrums/REVS index fb67c9a..201a24a 100644 --- a/electrums/REVS +++ b/electrums/REVS @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10003},{"electrum1.cipig.net": 10003}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10003, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10003, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10003, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/SIB b/electrums/SIB index b56584e..9675fad 100644 --- a/electrums/SIB +++ b/electrums/SIB @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10050},{"electrum1.cipig.net": 10050}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10050, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10050, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10050, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/SMART b/electrums/SMART new file mode 100644 index 0000000..cf8a12f --- /dev/null +++ b/electrums/SMART @@ -0,0 +1 @@ +[{"electrum1.smartcash.cc":50001},{"electrum2.smartcash.cc":50001},{"electrum3.smartcash.cc":50001},{"electrum4.smartcash.cc":50001}] diff --git a/electrums/SNG b/electrums/SNG deleted file mode 100644 index 37bc01e..0000000 --- a/electrums/SNG +++ /dev/null @@ -1 +0,0 @@ -[{"128.199.233.38": 10001},{"45.77.254.232": 10001}] \ No newline at end of file diff --git a/electrums/STAK b/electrums/STAK new file mode 100644 index 0000000..6ba897a --- /dev/null +++ b/electrums/STAK @@ -0,0 +1 @@ +[{"ex001-stak.qxu.io":50001},{"ex002-stak.qxu.io":50001},{"electrumx.straks.info":50001}] diff --git a/electrums/SUPERNET b/electrums/SUPERNET index a6a0d9f..5e59572 100644 --- a/electrums/SUPERNET +++ b/electrums/SUPERNET @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10005},{"electrum1.cipig.net": 10005}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10005, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10005, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10005, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/VIA b/electrums/VIA index e29860d..d1dd0cf 100644 --- a/electrums/VIA +++ b/electrums/VIA @@ -1 +1,35 @@ -[{"173.212.225.176": 50033},{"136.243.45.140": 50033}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10067, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10067, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10067, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/VTC b/electrums/VTC index 2cab15b..6c5b0a4 100644 --- a/electrums/VTC +++ b/electrums/VTC @@ -1 +1,35 @@ -[{"173.212.225.176": 50088},{"136.243.45.140": 50088}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10071, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10071, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10071, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/WLC b/electrums/WLC index 4336502..cf18e45 100644 --- a/electrums/WLC +++ b/electrums/WLC @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10014},{"electrum1.cipig.net": 10014}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10014, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10014, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10014, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/XMCC b/electrums/XMCC new file mode 100644 index 0000000..c490815 --- /dev/null +++ b/electrums/XMCC @@ -0,0 +1,35 @@ +[ + { + "electrum3.cipig.net": 10076, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10076, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10076, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/XSG b/electrums/XSG new file mode 100644 index 0000000..6afd24f --- /dev/null +++ b/electrums/XSG @@ -0,0 +1 @@ +[{"electrumsvr.snowgem.org":50001},{"electrumsvr2.snowgem.org":50001}] diff --git a/electrums/XZC b/electrums/XZC new file mode 100644 index 0000000..4b65627 --- /dev/null +++ b/electrums/XZC @@ -0,0 +1 @@ +[{"electrumx01.zcoin.io":50001},{"electrumx02.zcoin.io":50001},{"45.63.92.224":50001},{"45.77.67.235":50001}] diff --git a/electrums/ZCL b/electrums/ZCL index 855d0df..7508da3 100644 --- a/electrums/ZCL +++ b/electrums/ZCL @@ -1 +1,35 @@ -[{"electrum2.cipig.net": 10055},{"electrum1.cipig.net": 10055}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10055, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10055, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10055, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/ZEC b/electrums/ZEC index bb30ce5..cdb5a46 100644 --- a/electrums/ZEC +++ b/electrums/ZEC @@ -1 +1,35 @@ -[{"173.212.225.176": 50032},{"136.243.45.140": 50032}] \ No newline at end of file +[ + { + "electrum3.cipig.net": 10058, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10058, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10058, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/electrums/ZILLA b/electrums/ZILLA new file mode 100644 index 0000000..76efdfe --- /dev/null +++ b/electrums/ZILLA @@ -0,0 +1,35 @@ +[ + { + "electrum3.cipig.net": 10028, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum2.cipig.net": 10028, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + }, + { + "electrum1.cipig.net": 10028, + "contact": [ + { + "email": "cipi@komodoplatform.com" + }, + { + "matrix": "@cipig:matrix.org" + } + ] + } +] diff --git a/explorers/ATB b/explorers/ATB new file mode 100644 index 0000000..28c79c8 --- /dev/null +++ b/explorers/ATB @@ -0,0 +1 @@ +["https://explorer.atbcoin.com/tx/"] 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/AXO b/explorers/AXO index 45f125e..ef05090 100644 --- a/explorers/AXO +++ b/explorers/AXO @@ -1 +1 @@ -["http://axo.explorer.supernet.org/tx/"] +["https://axo.kmdexplorer.io/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/BEER b/explorers/BEER index d09f94f..50a6f79 100644 --- a/explorers/BEER +++ b/explorers/BEER @@ -1 +1 @@ -["http://beer.komodochainz.info/tx/"] +["https://beer.kmdexplorer.io/tx/"] diff --git a/explorers/BET b/explorers/BET index 461f237..7a2158b 100644 --- a/explorers/BET +++ b/explorers/BET @@ -1 +1 @@ -["http://bet.explorer.supernet.org/tx/"] +["https://bet.kmdexplorer.io/tx/"] diff --git a/explorers/BOTS b/explorers/BOTS index 844d138..ff85c32 100644 --- a/explorers/BOTS +++ b/explorers/BOTS @@ -1 +1 @@ -["http://bots.explorer.supernet.org/tx/"] +["https://bots.kmdexplorer.io/tx/"] diff --git a/explorers/BTCH b/explorers/BTCH index a884a8f..49b04d8 100644 --- a/explorers/BTCH +++ b/explorers/BTCH @@ -1 +1 @@ -["http://btch.explorer.supernet.org/tx/"] +["https://btch.kmdexplorer.io/tx/"] diff --git a/explorers/BTNX b/explorers/BTNX new file mode 100644 index 0000000..7e5e32b --- /dev/null +++ b/explorers/BTNX @@ -0,0 +1 @@ +["http://explorer.bitnexus.online/tx/"] diff --git a/explorers/BUCK b/explorers/BUCK new file mode 100644 index 0000000..2b109a7 --- /dev/null +++ b/explorers/BUCK @@ -0,0 +1 @@ +["https://explorer.buck.red/tx/"] diff --git a/explorers/CEAL b/explorers/CEAL index 0c6776a..d8f2a13 100644 --- a/explorers/CEAL +++ b/explorers/CEAL @@ -1 +1 @@ -["http://ceal.explorer.supernet.org/tx/"] +["https://ceal.kmdexplorer.io/tx/"] diff --git a/explorers/CHAIN b/explorers/CHAIN new file mode 100644 index 0000000..7bbc578 --- /dev/null +++ b/explorers/CHAIN @@ -0,0 +1 @@ +["https://explorer.chainmakers.co/tx/"] diff --git a/explorers/CHIPS b/explorers/CHIPS index c22869d..228502b 100644 --- a/explorers/CHIPS +++ b/explorers/CHIPS @@ -1 +1 @@ -["https://github.com/BloodyNora/coins"] +["http://chips1.explorer.supernet.org/tx/"] diff --git a/explorers/CMM b/explorers/CMM new file mode 100644 index 0000000..34103ff --- /dev/null +++ b/explorers/CMM @@ -0,0 +1 @@ +["https://explorer.commercium.net/tx/"] diff --git a/explorers/COLX b/explorers/COLX new file mode 100644 index 0000000..63a42f9 --- /dev/null +++ b/explorers/COLX @@ -0,0 +1 @@ +["https://chainz.cryptoid.info/colx/tx.dws?"] diff --git a/explorers/CRDS b/explorers/CRDS new file mode 100644 index 0000000..20b884a --- /dev/null +++ b/explorers/CRDS @@ -0,0 +1 @@ +["http://explorer.crds.co/tx/"] diff --git a/explorers/CRYPTO b/explorers/CRYPTO index eb8d3e7..ea80bd4 100644 --- a/explorers/CRYPTO +++ b/explorers/CRYPTO @@ -1 +1 @@ -["http://crypto.explorer.supernet.org/tx/"] +["https://crypto.kmdexplorer.io/tx/"] diff --git a/explorers/DEX b/explorers/DEX index 2ca0f11..8671921 100644 --- a/explorers/DEX +++ b/explorers/DEX @@ -1 +1 @@ -["http://dex.explorer.supernet.org/tx/"] +["https://dex.kmdexplorer.io/tx/"] diff --git a/explorers/DIN b/explorers/DIN new file mode 100644 index 0000000..7678329 --- /dev/null +++ b/explorers/DIN @@ -0,0 +1 @@ +["https://explorer.dinerocoin.org/tx/"] diff --git a/explorers/DOPE b/explorers/DOPE new file mode 100644 index 0000000..137ea0a --- /dev/null +++ b/explorers/DOPE @@ -0,0 +1 @@ +["https://chainz.cryptoid.info/dope/tx.dws?"] diff --git a/explorers/DSEC b/explorers/DSEC new file mode 100644 index 0000000..e3ddef3 --- /dev/null +++ b/explorers/DSEC @@ -0,0 +1 @@ +["https://dsec.ac/tx/"] diff --git a/explorers/ETOMIC b/explorers/ETOMIC index 5d0867a..ae4363f 100644 --- a/explorers/ETOMIC +++ b/explorers/ETOMIC @@ -1 +1 @@ -["http://etomic.kmd.host/tx/"] +["https://etomic.kmdexplorer.io/tx/"] 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/explorers/GLXT b/explorers/GLXT new file mode 100644 index 0000000..6fd446d --- /dev/null +++ b/explorers/GLXT @@ -0,0 +1 @@ +["http://glx.info/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/HODL b/explorers/HODL index 867b9cf..fa555f5 100644 --- a/explorers/HODL +++ b/explorers/HODL @@ -1 +1 @@ -["http://HODL.explorer.supernet.org/tx/"] +["https://hodl.kmdexplorer.io/tx/"] diff --git a/explorers/HXX b/explorers/HXX new file mode 100644 index 0000000..fc26b9b --- /dev/null +++ b/explorers/HXX @@ -0,0 +1 @@ +["https://chainz.cryptoid.info/hxx/tx.dws?"] diff --git a/explorers/JUMBLR b/explorers/JUMBLR index 3dce48b..25e036f 100644 --- a/explorers/JUMBLR +++ b/explorers/JUMBLR @@ -1 +1 @@ -["http://jumblr.explorer.supernet.org/tx/"] +["https://jumblr.kmdexplorer.io/tx/"] diff --git a/explorers/KMD b/explorers/KMD index b18f21e..f980d42 100644 --- a/explorers/KMD +++ b/explorers/KMD @@ -1 +1 @@ -["https://www.kmd.host/tx/"] +["https://kmdexplorer.io/tx/"] diff --git a/explorers/KV b/explorers/KV index e2b90a9..d8f2a13 100644 --- a/explorers/KV +++ b/explorers/KV @@ -1 +1 @@ -["http://kv.explorer.supernet.org/tx/"] +["https://ceal.kmdexplorer.io/tx/"] diff --git a/explorers/MESH b/explorers/MESH index f3781d0..a59d437 100644 --- a/explorers/MESH +++ b/explorers/MESH @@ -1 +1 @@ -["http://mesh.explorer.supernet.org/tx/"] +["https://mesh.kmdexplorer.io/tx/"] diff --git a/explorers/MGW b/explorers/MGW index e86f110..36dda06 100644 --- a/explorers/MGW +++ b/explorers/MGW @@ -1 +1 @@ -["http://mgw.explorer.supernet.org/tx/"] +["https://mgw.kmdexplorer.io/tx/"] diff --git a/explorers/MLM b/explorers/MLM new file mode 100644 index 0000000..aea8649 --- /dev/null +++ b/explorers/MLM @@ -0,0 +1 @@ +["https://info.mktcoin.org/tx/"] diff --git a/explorers/MSHARK b/explorers/MSHARK index 9a987dc..8fc6e4f 100644 --- a/explorers/MSHARK +++ b/explorers/MSHARK @@ -1 +1 @@ -["http://mshark.explorer.supernet.org/tx/"] +["https://mshark.kmdexplorer.io/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/PAC b/explorers/PAC new file mode 100644 index 0000000..2d27018 --- /dev/null +++ b/explorers/PAC @@ -0,0 +1 @@ +["http://usa.pacblockexplorer.com:3002/tx/"] diff --git a/explorers/PANGEA b/explorers/PANGEA index db947a6..5f35f79 100644 --- a/explorers/PANGEA +++ b/explorers/PANGEA @@ -1 +1 @@ -["http://pangea.explorer.supernet.org/tx/"] +["https://pangea.kmdexplorer.io/tx/"] diff --git a/explorers/PEW b/explorers/PEW new file mode 100644 index 0000000..acefd1e --- /dev/null +++ b/explorers/PEW @@ -0,0 +1 @@ +["http://explorer.brofist.online/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/PIZZA b/explorers/PIZZA index 457f258..e95a93d 100644 --- a/explorers/PIZZA +++ b/explorers/PIZZA @@ -1 +1 @@ -["http://pizza.komodochainz.info/tx/"] +["https://pizza.kmdexplorer.io/tx/"] diff --git a/explorers/POLIS b/explorers/POLIS new file mode 100644 index 0000000..826f100 --- /dev/null +++ b/explorers/POLIS @@ -0,0 +1 @@ +["https://explorer.polispay.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/explorers/REVS b/explorers/REVS index a3b2896..af4565d 100644 --- a/explorers/REVS +++ b/explorers/REVS @@ -1 +1 @@ -["http://revs.explorer.supernet.org/tx/"] +["https://revs.kmdexplorer.io/tx/"] diff --git a/explorers/ROGER b/explorers/ROGER new file mode 100644 index 0000000..ea8f1dd --- /dev/null +++ b/explorers/ROGER @@ -0,0 +1 @@ +["https://explorer.theholyroger.com/tx/"] diff --git a/explorers/SPK b/explorers/SPK new file mode 100644 index 0000000..d4c0715 --- /dev/null +++ b/explorers/SPK @@ -0,0 +1 @@ +["http://explorer.sparkscoin.io/tx/"] diff --git a/explorers/SUPERNET b/explorers/SUPERNET index 7ba0bc3..af5e2a1 100644 --- a/explorers/SUPERNET +++ b/explorers/SUPERNET @@ -1 +1 @@ -["http://supernet.explorer.supernet.org/tx/"] +["https://supernet.kmdexplorer.io/tx/"] diff --git a/explorers/VRSC b/explorers/VRSC new file mode 100644 index 0000000..93a68c0 --- /dev/null +++ b/explorers/VRSC @@ -0,0 +1 @@ +["https://explorer.veruscoin.io/tx/"] diff --git a/explorers/WAVI b/explorers/WAVI new file mode 100644 index 0000000..009142a --- /dev/null +++ b/explorers/WAVI @@ -0,0 +1 @@ +["http://www.wavi-blockchain.cloud/tx/"] diff --git a/explorers/WLC b/explorers/WLC index 82034d0..e8383c4 100644 --- a/explorers/WLC +++ b/explorers/WLC @@ -1 +1 @@ -["http://wireless.explorer.supernet.org/tx/"] +["https://wlc.kmdexplorer.io/tx/"] diff --git a/explorers/SNG b/explorers/XSG similarity index 100% rename from explorers/SNG rename to explorers/XSG diff --git a/explorers/XSN b/explorers/XSN new file mode 100644 index 0000000..bd06261 --- /dev/null +++ b/explorers/XSN @@ -0,0 +1 @@ +["https://xsnexplorer.io/transactions/"] diff --git a/explorers/ZILLA b/explorers/ZILLA new file mode 100644 index 0000000..131c1f6 --- /dev/null +++ b/explorers/ZILLA @@ -0,0 +1 @@ +["https://www.zillaexplorer.io/tx/"] diff --git a/icons/adt.png b/icons/adt.png new file mode 100644 index 0000000..69b408c Binary files /dev/null and b/icons/adt.png differ diff --git a/icons/ae.png b/icons/ae.png new file mode 100644 index 0000000..90b6a0c Binary files /dev/null and b/icons/ae.png differ diff --git a/icons/aion.png b/icons/aion.png new file mode 100644 index 0000000..e53a0a6 Binary files /dev/null and b/icons/aion.png differ diff --git a/icons/ann.png b/icons/ann.png new file mode 100644 index 0000000..16aa7cc Binary files /dev/null and b/icons/ann.png differ diff --git a/icons/atb.png b/icons/atb.png new file mode 100644 index 0000000..2e54f2d Binary files /dev/null and b/icons/atb.png differ diff --git a/icons/axe.png b/icons/axe.png new file mode 100644 index 0000000..0db893a Binary files /dev/null and b/icons/axe.png differ diff --git a/icons/bay.png b/icons/bay.png index 64ab7c6..826a610 100644 Binary files a/icons/bay.png and b/icons/bay.png differ diff --git a/icons/bcbc.png b/icons/bcbc.png new file mode 100644 index 0000000..16e0daa Binary files /dev/null and b/icons/bcbc.png differ diff --git a/icons/bco.png b/icons/bco.png index 2ec2561..62af7dc 100644 Binary files a/icons/bco.png and b/icons/bco.png differ diff --git a/icons/bdl.png b/icons/bdl.png index b641d74..9afa224 100644 Binary files a/icons/bdl.png and b/icons/bdl.png differ diff --git a/icons/bitsoko.png b/icons/bitsoko.png new file mode 100644 index 0000000..96d7ccf Binary files /dev/null and b/icons/bitsoko.png differ diff --git a/icons/blk.png b/icons/blk.png index 7dc4b2d..3509c27 100644 Binary files a/icons/blk.png and b/icons/blk.png differ diff --git a/icons/block.png b/icons/block.png index f109b53..c28fa8f 100644 Binary files a/icons/block.png and b/icons/block.png differ diff --git a/icons/box.png b/icons/box.png new file mode 100644 index 0000000..75252a9 Binary files /dev/null and b/icons/box.png differ 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/btm.png b/icons/btm.png index 6aa3827..802006c 100644 Binary files a/icons/btm.png and b/icons/btm.png differ diff --git a/icons/btnx.png b/icons/btnx.png new file mode 100644 index 0000000..a75e848 Binary files /dev/null and b/icons/btnx.png differ diff --git a/icons/btx.png b/icons/btx.png index 3079276..ef31b44 100644 Binary files a/icons/btx.png and b/icons/btx.png differ diff --git a/icons/buck.png b/icons/buck.png new file mode 100644 index 0000000..1c3cdc1 Binary files /dev/null and b/icons/buck.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/chain.png b/icons/chain.png new file mode 100644 index 0000000..3a424de Binary files /dev/null and b/icons/chain.png differ diff --git a/icons/cix.png b/icons/cix.png new file mode 100644 index 0000000..df10bc1 Binary files /dev/null and b/icons/cix.png differ diff --git a/icons/cmm.png b/icons/cmm.png new file mode 100644 index 0000000..be8d620 Binary files /dev/null and b/icons/cmm.png differ diff --git a/icons/cmt.png b/icons/cmt.png new file mode 100644 index 0000000..c5a5176 Binary files /dev/null and b/icons/cmt.png differ diff --git a/icons/colx.png b/icons/colx.png new file mode 100644 index 0000000..b5e06e6 Binary files /dev/null and b/icons/colx.png differ diff --git a/icons/coqui.png b/icons/coqui.png index 5c83bab..8b594db 100644 Binary files a/icons/coqui.png and b/icons/coqui.png differ diff --git a/icons/crds.png b/icons/crds.png new file mode 100644 index 0000000..6c05f45 Binary files /dev/null and b/icons/crds.png differ diff --git a/icons/cs.png b/icons/cs.png new file mode 100644 index 0000000..713c98e Binary files /dev/null and b/icons/cs.png differ diff --git a/icons/dai.png b/icons/dai.png new file mode 100644 index 0000000..ede4dea Binary files /dev/null and b/icons/dai.png differ diff --git a/icons/dash.png b/icons/dash.png index 9c37486..8522084 100644 Binary files a/icons/dash.png and b/icons/dash.png differ diff --git a/icons/data.png b/icons/data.png new file mode 100644 index 0000000..4364307 Binary files /dev/null and b/icons/data.png differ diff --git a/icons/dcn.png b/icons/dcn.png new file mode 100644 index 0000000..f2bb663 Binary files /dev/null and b/icons/dcn.png differ diff --git a/icons/dgpt.png b/icons/dgpt.png new file mode 100644 index 0000000..43afe7b Binary files /dev/null and b/icons/dgpt.png differ diff --git a/icons/din.png b/icons/din.png new file mode 100644 index 0000000..576f94b Binary files /dev/null and b/icons/din.png differ diff --git a/icons/dnr.png b/icons/dnr.png index ca60b51..4e7d5c6 100644 Binary files a/icons/dnr.png and b/icons/dnr.png differ diff --git a/icons/doge.png b/icons/doge.png index 17b02c4..d22b0f1 100644 Binary files a/icons/doge.png and b/icons/doge.png differ diff --git a/icons/dope.png b/icons/dope.png new file mode 100644 index 0000000..6c2c7b1 Binary files /dev/null and b/icons/dope.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/drop.png b/icons/drop.png new file mode 100644 index 0000000..0954877 Binary files /dev/null and b/icons/drop.png differ diff --git a/icons/dsec.png b/icons/dsec.png new file mode 100644 index 0000000..ad31f0f Binary files /dev/null and b/icons/dsec.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/elf.png b/icons/elf.png new file mode 100644 index 0000000..ff1cdf0 Binary files /dev/null and b/icons/elf.png differ diff --git a/icons/emc2.png b/icons/emc2.png index 03f9d79..1440379 100644 Binary files a/icons/emc2.png and b/icons/emc2.png differ diff --git a/icons/eng.png b/icons/eng.png new file mode 100644 index 0000000..608a114 Binary files /dev/null and b/icons/eng.png differ diff --git a/icons/eql.png b/icons/eql.png new file mode 100644 index 0000000..da029cb Binary files /dev/null and b/icons/eql.png differ diff --git a/icons/fllw.png b/icons/fllw.png new file mode 100644 index 0000000..4542ab6 Binary files /dev/null and b/icons/fllw.png differ diff --git a/icons/food.png b/icons/food.png new file mode 100644 index 0000000..cbef307 Binary files /dev/null and b/icons/food.png differ diff --git a/icons/fsn.png b/icons/fsn.png new file mode 100644 index 0000000..78e93f6 Binary files /dev/null and b/icons/fsn.png differ diff --git a/icons/ftc.png b/icons/ftc.png index a0d8d68..dde75c4 100644 Binary files a/icons/ftc.png and b/icons/ftc.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 diff --git a/icons/glxt.png b/icons/glxt.png new file mode 100644 index 0000000..6e7fe29 Binary files /dev/null and b/icons/glxt.png differ diff --git a/icons/gnt.png b/icons/gnt.png deleted file mode 100644 index 7e9c0de..0000000 Binary files a/icons/gnt.png and /dev/null differ diff --git a/icons/gpn.png b/icons/gpn.png new file mode 100644 index 0000000..cdcba18 Binary files /dev/null and b/icons/gpn.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/gtc.png b/icons/gtc.png new file mode 100644 index 0000000..bf1f70b Binary files /dev/null and b/icons/gtc.png differ diff --git a/icons/gto.png b/icons/gto.png new file mode 100644 index 0000000..b3c44b1 Binary files /dev/null and b/icons/gto.png differ diff --git a/icons/ht.png b/icons/ht.png new file mode 100644 index 0000000..83adcb7 Binary files /dev/null and b/icons/ht.png differ diff --git a/icons/hxx.png b/icons/hxx.png new file mode 100644 index 0000000..c2b5b3d Binary files /dev/null and b/icons/hxx.png differ diff --git a/icons/hyd.png b/icons/hyd.png new file mode 100644 index 0000000..392a0fb Binary files /dev/null and b/icons/hyd.png differ diff --git a/icons/iop.png b/icons/iop.png index eedd107..dcf7d63 100644 Binary files a/icons/iop.png and b/icons/iop.png differ diff --git a/icons/iost.png b/icons/iost.png new file mode 100644 index 0000000..4284254 Binary files /dev/null and b/icons/iost.png differ diff --git a/icons/joi.png b/icons/joi.png new file mode 100644 index 0000000..4ccdd66 Binary files /dev/null and b/icons/joi.png differ diff --git a/icons/kin.png b/icons/kin.png new file mode 100644 index 0000000..085908a Binary files /dev/null and b/icons/kin.png differ diff --git a/icons/lbc.png b/icons/lbc.png index 12c8d69..64189c4 100644 Binary files a/icons/lbc.png and b/icons/lbc.png differ diff --git a/icons/like.png b/icons/like.png new file mode 100644 index 0000000..fcc17aa Binary files /dev/null and b/icons/like.png differ diff --git a/icons/link.png b/icons/link.png new file mode 100644 index 0000000..7817484 Binary files /dev/null and b/icons/link.png differ diff --git a/icons/loom.png b/icons/loom.png new file mode 100644 index 0000000..6f8dc1f Binary files /dev/null and b/icons/loom.png differ diff --git a/icons/lrc.png b/icons/lrc.png new file mode 100644 index 0000000..6760b25 Binary files /dev/null and b/icons/lrc.png differ diff --git a/icons/lys.png b/icons/lys.png new file mode 100644 index 0000000..43234b3 Binary files /dev/null and b/icons/lys.png differ diff --git a/icons/man.png b/icons/man.png new file mode 100644 index 0000000..da97c84 Binary files /dev/null and b/icons/man.png differ diff --git a/icons/mgo.png b/icons/mgo.png new file mode 100644 index 0000000..73f6731 Binary files /dev/null and b/icons/mgo.png differ diff --git a/icons/mlm.png b/icons/mlm.png new file mode 100644 index 0000000..746a33c Binary files /dev/null and b/icons/mlm.png differ diff --git a/icons/mmx.png b/icons/mmx.png new file mode 100644 index 0000000..e2553c5 Binary files /dev/null and b/icons/mmx.png differ diff --git a/icons/mnx.png b/icons/mnx.png index 1ca103a..6674030 100644 Binary files a/icons/mnx.png and b/icons/mnx.png differ diff --git a/icons/mnz.png b/icons/mnz.png index 107fbd7..1ad682c 100644 Binary files a/icons/mnz.png and b/icons/mnz.png differ diff --git a/icons/myb.png b/icons/myb.png new file mode 100644 index 0000000..2353207 Binary files /dev/null and b/icons/myb.png differ diff --git a/icons/nas.png b/icons/nas.png new file mode 100644 index 0000000..058c6de Binary files /dev/null and b/icons/nas.png differ diff --git a/icons/noah.png b/icons/noah.png new file mode 100644 index 0000000..92e33af Binary files /dev/null and b/icons/noah.png differ diff --git a/icons/npxs.png b/icons/npxs.png new file mode 100644 index 0000000..24bc396 Binary files /dev/null and b/icons/npxs.png differ diff --git a/icons/nuls.png b/icons/nuls.png new file mode 100644 index 0000000..8afaabe Binary files /dev/null and b/icons/nuls.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/oct.png b/icons/oct.png new file mode 100644 index 0000000..4d9871a Binary files /dev/null and b/icons/oct.png differ diff --git a/icons/onni.png b/icons/onni.png new file mode 100644 index 0000000..d2f3a42 Binary files /dev/null and b/icons/onni.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/pac.png b/icons/pac.png new file mode 100644 index 0000000..02931e2 Binary files /dev/null and b/icons/pac.png differ diff --git a/icons/pat.png b/icons/pat.png new file mode 100644 index 0000000..dbe1a51 Binary files /dev/null and b/icons/pat.png differ diff --git a/icons/pcl.png b/icons/pcl.png new file mode 100644 index 0000000..df1bab4 Binary files /dev/null and b/icons/pcl.png differ diff --git a/icons/pew.png b/icons/pew.png new file mode 100644 index 0000000..ce930d4 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/polis.png b/icons/polis.png new file mode 100644 index 0000000..1e69247 Binary files /dev/null and b/icons/polis.png differ diff --git a/icons/poly.png b/icons/poly.png new file mode 100644 index 0000000..c456828 Binary files /dev/null and b/icons/poly.png differ diff --git a/icons/powr.png b/icons/powr.png new file mode 100644 index 0000000..c39916b Binary files /dev/null and b/icons/powr.png differ diff --git a/icons/prl.png b/icons/prl.png new file mode 100644 index 0000000..86a9c15 Binary files /dev/null and b/icons/prl.png differ diff --git a/icons/pura.png b/icons/pura.png index 0593cc4..85058c3 100644 Binary files a/icons/pura.png and b/icons/pura.png differ diff --git a/icons/purc.png b/icons/purc.png new file mode 100644 index 0000000..b9e6e6b Binary files /dev/null and b/icons/purc.png differ diff --git a/icons/pxt.png b/icons/pxt.png new file mode 100644 index 0000000..5e5d05a Binary files /dev/null and b/icons/pxt.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 diff --git a/icons/qbit.png b/icons/qbit.png new file mode 100644 index 0000000..85c5af9 Binary files /dev/null and b/icons/qbit.png differ diff --git a/icons/r.png b/icons/r.png new file mode 100644 index 0000000..7639ca4 Binary files /dev/null and b/icons/r.png differ diff --git a/icons/rap.png b/icons/rap.png index 9f87cee..5bb6fee 100644 Binary files a/icons/rap.png and b/icons/rap.png differ diff --git a/icons/rhoc.png b/icons/rhoc.png new file mode 100644 index 0000000..ba36c55 Binary files /dev/null and b/icons/rhoc.png differ diff --git a/icons/rlty.png b/icons/rlty.png new file mode 100644 index 0000000..bc54b77 Binary files /dev/null and b/icons/rlty.png differ diff --git a/icons/roger.png b/icons/roger.png new file mode 100644 index 0000000..d75b306 Binary files /dev/null and b/icons/roger.png differ diff --git a/icons/rvn.png b/icons/rvn.png index aab8fd2..e16610e 100644 Binary files a/icons/rvn.png and b/icons/rvn.png differ diff --git a/icons/rvt.png b/icons/rvt.png new file mode 100644 index 0000000..7fb3336 Binary files /dev/null and b/icons/rvt.png differ diff --git a/icons/sanc.png b/icons/sanc.png new file mode 100644 index 0000000..e62b1ed Binary files /dev/null and b/icons/sanc.png differ diff --git a/icons/smart.png b/icons/smart.png index ce8325c..06c9570 100644 Binary files a/icons/smart.png and b/icons/smart.png differ diff --git a/icons/spank.png b/icons/spank.png new file mode 100644 index 0000000..7d3d1e0 Binary files /dev/null and b/icons/spank.png differ diff --git a/icons/spk.png b/icons/spk.png new file mode 100644 index 0000000..f35c5c4 Binary files /dev/null and b/icons/spk.png differ diff --git a/icons/srn.png b/icons/srn.png new file mode 100644 index 0000000..a34e40f Binary files /dev/null and b/icons/srn.png differ diff --git a/icons/storm.png b/icons/storm.png new file mode 100644 index 0000000..cab2366 Binary files /dev/null and b/icons/storm.png differ diff --git a/icons/strm41.png b/icons/strm41.png new file mode 100644 index 0000000..eb32562 Binary files /dev/null and b/icons/strm41.png differ diff --git a/icons/stwy.png b/icons/stwy.png new file mode 100644 index 0000000..249e5fe Binary files /dev/null and b/icons/stwy.png differ diff --git a/icons/sub.png b/icons/sub.png new file mode 100644 index 0000000..e0730f1 Binary files /dev/null and b/icons/sub.png differ diff --git a/icons/sys.png b/icons/sys.png index d0a4f66..4e597b9 100644 Binary files a/icons/sys.png and b/icons/sys.png differ diff --git a/icons/theta.png b/icons/theta.png new file mode 100644 index 0000000..62fcbaf Binary files /dev/null and b/icons/theta.png differ diff --git a/icons/ucash.png b/icons/ucash.png new file mode 100644 index 0000000..4906b45 Binary files /dev/null and b/icons/ucash.png differ diff --git a/icons/ven.png b/icons/ven.png new file mode 100644 index 0000000..a335ef3 Binary files /dev/null and b/icons/ven.png differ diff --git a/icons/vivo.png b/icons/vivo.png index bbc77da..6b41a70 100644 Binary files a/icons/vivo.png and b/icons/vivo.png differ diff --git a/icons/vrsc.png b/icons/vrsc.png new file mode 100644 index 0000000..f5055c1 Binary files /dev/null and b/icons/vrsc.png differ diff --git a/icons/vtc.png b/icons/vtc.png index 10bee86..c3d2d7f 100644 Binary files a/icons/vtc.png and b/icons/vtc.png differ diff --git a/icons/wavi.png b/icons/wavi.png new file mode 100644 index 0000000..227012f Binary files /dev/null and b/icons/wavi.png differ diff --git a/icons/wax.png b/icons/wax.png new file mode 100644 index 0000000..c141e54 Binary files /dev/null and b/icons/wax.png differ diff --git a/icons/wtc.png b/icons/wtc.png new file mode 100644 index 0000000..b190393 Binary files /dev/null and b/icons/wtc.png differ diff --git a/icons/xov.png b/icons/xov.png new file mode 100644 index 0000000..81deecd Binary files /dev/null and b/icons/xov.png differ diff --git a/icons/sng.png b/icons/xsg.png similarity index 100% rename from icons/sng.png rename to icons/xsg.png diff --git a/icons/xsn.png b/icons/xsn.png new file mode 100644 index 0000000..57304a9 Binary files /dev/null and b/icons/xsn.png differ diff --git a/icons/zer.png b/icons/zer.png index 293dd99..848c885 100644 Binary files a/icons/zer.png and b/icons/zer.png differ diff --git a/icons/zil.png b/icons/zil.png new file mode 100644 index 0000000..de87374 Binary files /dev/null and b/icons/zil.png differ diff --git a/icons/zilla.png b/icons/zilla.png new file mode 100644 index 0000000..b3688ca Binary files /dev/null and b/icons/zilla.png differ