9090
TCP
gRPC
localhost:9090
~/.sunrise/config/app.toml
1317
REST
tcp://localhost:1317
26657
RPC
tcp://127.0.0.1:26657
~/.sunrise/config/config.toml
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
0.0.0.0:9090
tcp://0.0.0.0:1317
tcp://0.0.0.0:26657
2121
TCP/UDP
P2P
true
N/A
26658
HTTP
--rpc.port string
26659
REST Gateway
false
--gateway.port string
Last updated 1 year ago