Document need for port 9000 to be open (fix #730) (#731)

Co-authored-by: Age Manning <Age@AgeManning.com>
This commit is contained in:
Justin
2020-10-05 03:20:53 +00:00
parent 6b68c628df
commit 39bd511838
6 changed files with 134 additions and 1 deletions

View File

@@ -55,6 +55,12 @@ Start your beacon node with:
> Current values are either `altona` or `medalla`. This is true for all the
> following commands in this document.
> Note: Lighthouse, by default, opens port 9000 over TCP and UDP. Although not
> strictly required, we recommend setting up port forwards to expose these
> ports publicly. For more information see the FAQ or the [Advanced Networking](advanced_networking.html)
> section
You can also pass an external http endpoint (e.g. Infura) for the Eth1 node using the `--eth1-endpoint` flag:
```bash