Skip to main content

Port Management

Here is a list of default ports used across BTTC nodes:

Bttc

NamePortTagsdescription
Network listening port30303publicNetwork listening port. Bttc uses this port to connect to peers and sync
WS server8546can-be-public, internalWebsocket port
Pprof server7071internal, monitoringPprof server to collect metrics from bttc
UDP discovery30303can-be-public, internalBootnode default port (for peer discovery)
RPC server8545can-be-public, internalRPC port to send transaction and get data from Bttc. Delivery uses this port to get Bttc headers for checkpoints

Delivery

NamePortTagsdescription
RPC server26657can-be-public, internalRPC port to send transaction and get data from Delivery
Prometheus server26660can-be-public, internalPrometheus server API server.
P2P server26656can-be-public, internalRPC port to send transaction and get data from Delivery
Pprof server6060can-be-public, internalPprof server to collect metrics from Delivery