github.com/dawnbass68/maddcash@v0.0.0-20201001105353-c91c12cb36e5/docs/ports.md (about)

     1  # Registry of ports
     2  
     3  | coin                 | blockbook internal port | blockbook public port | backend rpc port | backend service ports (zmq) |
     4  |----------------------|-------------------------|-----------------------|------------------|-----------------------------|
     5  | Bitcoin              | 9030                    | 9130                  | 8030             | 38330                       |
     6  | Bitcoin Cash         | 9031                    | 9131                  | 8031             | 38331                       |
     7  | Zcash                | 9032                    | 9132                  | 8032             | 38332                       |
     8  | Dash                 | 9033                    | 9133                  | 8033             | 38333                       |
     9  | Litecoin             | 9034                    | 9134                  | 8034             | 38334                       |
    10  | Bitcoin Gold         | 9035                    | 9135                  | 8035             | 38335                       |
    11  | Ethereum             | 9036                    | 9136                  | 8036             | 38336 p2p, 8136 http        |
    12  | Ethereum Classic     | 9037                    | 9137                  | 8037             |                             |
    13  | Dogecoin             | 9038                    | 9138                  | 8038             | 38338                       |
    14  | Namecoin             | 9039                    | 9139                  | 8039             | 38339                       |
    15  | Vertcoin             | 9040                    | 9140                  | 8040             | 38340                       |
    16  | Monacoin             | 9041                    | 9141                  | 8041             | 38341                       |
    17  | DigiByte             | 9042                    | 9142                  | 8042             | 38342                       |
    18  | Myriad               | 9043                    | 9143                  | 8043             | 38343                       |
    19  | GameCredits          | 9044                    | 9144                  | 8044             | 38344                       |
    20  | Groestlcoin          | 9045                    | 9145                  | 8045             | 38345                       |
    21  | Bitcoin Cash SV      | 9046                    | 9146                  | 8046             | 38346                       |
    22  | Liquid               | 9047                    | 9147                  | 8047             | 38347                       |
    23  | Fujicoin             | 9048                    | 9148                  | 8048             | 38348                       |
    24  | PIVX                 | 9049                    | 9149                  | 8049             | 38349                       |
    25  | Zcoin                | 9050                    | 9150                  | 8050             | 38350                       |
    26  | Koto                 | 9051                    | 9151                  | 8051             | 38351                       |
    27  | Bellcoin             | 9052                    | 9152                  | 8052             | 38352                       |
    28  | NULS                 | 9053                    | 9153                  | 8053             | 38353                       |
    29  | Bitcore              | 9054                    | 9154                  | 8054             | 38354                       |
    30  | Viacoin              | 9055                    | 9155                  | 8055             | 38355                       |
    31  | VIPSTARCOIN          | 9056                    | 9156                  | 8056             | 38356                       |
    32  | MonetaryUnit         | 9057                    | 9157                  | 8057             | 38357                       |
    33  | ZelCash              | 9058                    | 9158                  | 8058             | 38358                       |
    34  | Ravencoin            | 9059                    | 9159                  | 8059             | 38359                       |
    35  | Ritocoin             | 9060                    | 9160                  | 8060             | 38360                       |
    36  | Decred               | 9061                    | 9161                  | 8061             | 38361                       |
    37  | Flo                  | 9066                    | 9166                  | 8066             | 38366                       |
    38  | Polis                | 9067                    | 9167                  | 8067             | 38367                       |
    39  | Qtum                 | 9088                    | 9188                  | 8088             | 38388                       |
    40  | Divi Project         | 9089                    | 9189                  | 8089             | 38389                       |
    41  | CPUchain             | 9090                    | 9190                  | 8090             | 38390                       |
    42  | DeepOnion            | 9091                    | 9191                  | 8091             | 38391                       |
    43  | Unobtanium           | 9092                    | 9192                  | 65535            | 38392                       |
    44  | Bitcoin Testnet      | 19030                   | 19130                 | 18030            | 48330                       |
    45  | Bitcoin Cash Testnet | 19031                   | 19131                 | 18031            | 48331                       |
    46  | Zcash Testnet        | 19032                   | 19132                 | 18032            | 48332                       |
    47  | Dash Testnet         | 19033                   | 19133                 | 18033            | 48333                       |
    48  | Litecoin Testnet     | 19034                   | 19134                 | 18034            | 48334                       |
    49  | Ethereum Ropsten     | 19036                   | 19136                 | 18036            | 48336 p2p                   |
    50  | Vertcoin Testnet     | 19040                   | 19140                 | 18040            | 48340                       |
    51  | Monacoin Testnet     | 19041                   | 19141                 | 18041            | 48341                       |
    52  | Groestlcoin Testnet  | 19045                   | 19145                 | 18045            | 48345                       |
    53  | PIVX Testnet         | 19049                   | 19149                 | 18049            | 48349                       |
    54  | Koto Testnet         | 19051                   | 19151                 | 18051            | 48351                       |
    55  | Decred Testnet       | 19061                   | 19161                 | 18061            | 48361                       |
    56  | Flo Testnet          | 19066                   | 19166                 | 18066            | 48366                       |
    57  | Qtum Testnet         | 19088                   | 19188                 | 18088            | 48388                       |
    58  
    59  > NOTE: This document is generated from coin definitions in `configs/coins`.