Resources
Ports
Consensus
Port | Protocol | Detail | Default Value | Location |
---|---|---|---|---|
9090 | TCP | gRPC |
|
|
1317 | TCP | REST |
|
|
26657 | TCP | RPC |
|
|
Since cosmos-sdk v0.50.0, only internal connection is allowed by default. To publish, be sure to rewrite it as follows 0.0.0.0:9090
, tcp://0.0.0.0:1317
, tcp://0.0.0.0:26657
Data Availability
Port | Protocol | Detail | Enabled by Default | Flag |
---|---|---|---|---|
2121 | TCP/UDP | P2P | true | N/A |
26658 | HTTP | RPC | true |
|
26659 | HTTP | REST Gateway | false |
|
Last updated