Add Reth to execution clients suggested for installation (#6172)

* Added Reth among execution clients

* Update book/src/run_a_node.md

Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com>

* Merge branch 'unstable' into braqzen-6171
This commit is contained in:
Braqzen
2024-08-15 13:36:09 +01:00
committed by GitHub
parent 18df7010c3
commit a91f432a3e
3 changed files with 6 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ per beacon node. The reason for this is that the beacon node *controls* the exec
- [Besu](https://besu.hyperledger.org/en/stable/public-networks/get-started/connect/mainnet/)
- [Erigon](https://github.com/ledgerwatch/erigon#beacon-chain-consensus-layer)
- [Geth](https://geth.ethereum.org/docs/getting-started/consensus-clients)
- [Reth](https://reth.rs/run/mainnet.html)
> Note: Each execution engine has its own flags for configuring the engine API and JWT secret to connect to a beacon node. Please consult the relevant page of your execution engine as above for the required flags.