You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I can add a wish list item here, I'd love v4/v6 dual-stack for P2P. Lighthouse for example does --listen-address '0.0.0.0' --listen-address '::' (or any combination thereof) and then P2P listens on both v4 and v6. The 0.0.0.0 is the default and then they're v4-only.
Erigon and Geth just do dual-stack by default, no additional parameters required. Same for Teku.
Description
Not listening to 30303 on IPv6
Steps to Reproduce
Start with
--Network.LocalIp=::1
Actual behavior
Not listening on IPv6 even explicitly specified
Expected behavior
Listen on IPv6 address.
Screenshots
Desktop (please complete the following information):
Please provide the following information regarding your setup:
Additional context
I have a public IPv6 address but no IPv4. I want to be an IPv6 public peer.
Logs
The text was updated successfully, but these errors were encountered: