From 7d2e8f028d435cb4a2b12ff48c27c7b73fd16388 Mon Sep 17 00:00:00 2001 From: Rory Arredondo <93159440+arredr2@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:55:39 -0600 Subject: [PATCH 1/2] Adding Grandine to CL client pages --- networking/port-forwarding.md | 1 + validator-clients/consensus-clients.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/networking/port-forwarding.md b/networking/port-forwarding.md index effe891..0aba981 100644 --- a/networking/port-forwarding.md +++ b/networking/port-forwarding.md @@ -22,6 +22,7 @@ Below are a list of the default ports that the software(s) are set to listen on. | [Nimbus](https://nimbus.guide/networking.html) | 9000 TCP/UDP | | [Prysm](https://docs.prylabs.network/docs/prysm-usage/p2p-host-ip#incoming-p2p-connection-prerequisites) | 12000 UDP, 13000 TCP | | [Teku](https://docs.teku.consensys.net/Reference/CLI/CLI-Syntax/#p2p-port) | 9000 TCP/UDP | +| [Grandine](https://docs.grandine.io/beacon_node_api.html) | 9000 TCP/UDP | If your node is running and the port(s) have been forwarded, you can use an online tool [such as this one](https://www.yougetsignal.com/tools/open-ports/) to check whether the ports are forwarded correctly. diff --git a/validator-clients/consensus-clients.md b/validator-clients/consensus-clients.md index aee0499..ea3c938 100644 --- a/validator-clients/consensus-clients.md +++ b/validator-clients/consensus-clients.md @@ -9,7 +9,7 @@ Consensus clients run the Beacon Chain and provide a [proof-of-stake (PoS)](../s Consensus clients all follow the same [specification ↗](https://github.com/ethereum/consensus-specs). If a client doesn't follow this spec it won't be able to come to consensus with the rest of the network. -
Client | Documentation | GitHub | Discord |
---|---|---|---|
Lighthouse | Link ↗ | Link ↗ | Link ↗ |
Lodestar | Link ↗ | Link ↗ | Link ↗ |
Nimbus | Link ↗ | Link ↗ | Link ↗ |
Prysm | Link ↗ | Link ↗ | Link ↗ |
Teku | Link ↗ | Link ↗ | Link ↗ (#teku channel) |
Client | Documentation | GitHub | Discord |
---|---|---|---|
Lighthouse | Link ↗ | Link ↗ | Link ↗ |
Lodestar | Link ↗ | Link ↗ | Link ↗ |
Nimbus | Link ↗ | Link ↗ | Link ↗ |
Prysm | Link ↗ | Link ↗ | Link ↗ |
Teku | Link ↗ | Link ↗ | Link ↗ (#teku channel) |
Grandine | Link ↗ | Link ↗ | Link ↗ |