8 lines
154 B
TOML
8 lines
154 B
TOML
[network]
|
|
# OpenEthereum will listen for connections on port 30305.
|
|
port = 30305
|
|
|
|
[rpc]
|
|
# JSON-RPC over HTTP will be accessible on port 8645.
|
|
port = 8645
|