Address
IP addresses and ports used by cuprated
.
P2P
cuprated
can bind to a IPv4 or IPv6 address for P2P connections.
By default, this address is 0.0.0.0:18080
, which will bind to all available interfaces.
See the listen_on
and p2p_port
option in the config file to manually set this address.
Setting the port to 0
will disable incoming P2P connections.
RPC
By default, the:
- unrestricted RPC server is enabled and binds to
127.0.0.1:18081
- restricted RPC server is disabled and binds to
0.0.0.0:18089
See the address
option in the config file to manually set the addresses.