Reliable mainnet-eth p2p #490

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

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
Contributor
https://ethereum.stackexchange.com/questions/809/which-tcp-and-udp-ports-are-required-to-run-an-ethereum-client
Author
Contributor
https://github.com/sigp/lighthouse/issues/1581#issuecomment-1247332417
Author
Contributor
https://lighthouse-book.sigmaprime.io/advanced_networking.html
Author
Contributor
https://geth.ethereum.org/docs/fundamentals/peer-to-peer
Author
Contributor

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
Contributor
https://github.com/ethereum/go-ethereum/issues/23210
Author
Contributor
https://github.com/ethereum/go-ethereum/issues/2766
Author
Contributor
https://github.com/ethereum/go-ethereum/issues/22348
Author
Contributor

Lighthouse:

--disable-discovery

Lighthouse: `--disable-discovery`
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#490