Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/PEERING_GUIDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Peering configuration guide

This guide provides tips on configuring peer connections for Base nodes.

## Finding peers

- Use `admin_peers` on the execution client to see current peers.
- Share your node's ENR with trusted peers to establish direct connections.

## Adjusting peer limits

- The `maxpeers` flag controls the maximum number of peers your node will accept.
- Lower values reduce bandwidth usage; higher values improve network robustness.

## NAT and firewalls

- Open TCP/UDP ports 30303–30305 on your router for inbound connections.
- Ensure your node advertises the correct public IP by setting `--nat extip:<IP>`.

Keep this document updated as the network evolves.