github.com/aychain/blockbook@v0.1.1-0.20181121092459-6d1fc7e07c5b/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  | Bcash                    | 9031                    | 9131                  | 8031             | 38331                       |
     7  | Zcash                    | 9032                    | 9132                  | 8032             | 38332                       |
     8  | Dash                     | 9033                    | 9133                  | 8033             | 38333                       |
     9  | Litecoin                 | 9034                    | 9134                  | 8034             | 38334                       |
    10  | Bgold                    | 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  | Testnet                  | 19030                   | 19130                 | 18030            | 48330                       |
    22  | Bcash Testnet            | 19031                   | 19131                 | 18031            | 48331                       |
    23  | Zcash Testnet            | 19032                   | 19132                 | 18032            | 48332                       |
    24  | Dash Testnet             | 19033                   | 19133                 | 18033            | 48333                       |
    25  | Litecoin Testnet         | 19034                   | 19134                 | 18034            | 48334                       |
    26  | Ethereum Testnet Ropsten | 19036                   | 19136                 | 18036            | 48336 p2p                   |
    27  | Vertcoin Testnet         | 19040                   | 19140                 | 18040            | 48340                       |
    28  | Monacoin Testnet         | 19041                   | 19141                 | 18041            | 48341                       |
    29  | Groestlcoin Testnet      | 19045                   | 19145                 | 18045            | 48345                       |
    30  
    31  > NOTE: This document is generated from coin definitions in `configs/coins`.