Reliable mainnet-eth p2p #490

Open
opened 2023-08-07 17:44:36 +00:00 by dboreham · 9 comments
Owner

Probably serval aspects to this:

  • Pin known reliable peers
  • Expose p2p service on well known ports
Probably serval aspects to this: - [ ] Pin known reliable peers - [ ] Expose p2p service on well known ports
Author
Owner
https://ethereum.stackexchange.com/questions/809/which-tcp-and-udp-ports-are-required-to-run-an-ethereum-client
Author
Owner
https://github.com/sigp/lighthouse/issues/1581#issuecomment-1247332417
Author
Owner
https://lighthouse-book.sigmaprime.io/advanced_networking.html
Author
Owner
https://geth.ethereum.org/docs/fundamentals/peer-to-peer
Author
Owner

Geth:

pass --nodiscover in order to prevent attempts to find peers outside the overlay network

Geth: pass `--nodiscover` in order to prevent attempts to find peers outside the overlay network
Author
Owner
https://github.com/ethereum/go-ethereum/issues/23210
Author
Owner
https://github.com/ethereum/go-ethereum/issues/2766
Author
Owner
https://github.com/ethereum/go-ethereum/issues/22348
Author
Owner

Lighthouse:

--disable-discovery

Lighthouse: `--disable-discovery`
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#490
No description provided.