Replies: 1 comment
-
@anyone ?> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm trying to set up a local Ethereum devnet with a custom chain config using Reth as the execution client and Lighthouse as the beacon client, but running into a couple issues I could use help untangling.
🖥️ Reth command:
reth node --datadir "./data" --http --ws --port 30303 --http.api all --chain config.json
Logs:
So Reth is waiting for a beacon client to show up, but never sees one.
🖥️ Lighthouse command:
Logs:
Problem Summary:
genesis.ssz
/ genesis state created, and no active validators yetQuestions:
lighthouse create-testnet
equivalent — which doesn't exist in latest builds)?testnet-dir
with all required files (config.yaml
,genesis.ssz
,deposit_contract_block.txt
, etc) for a local post-merge devnet?Would love any guidance or working examples for setting up a local Reth + Lighthouse devnet post-merge.
Thanks a ton in advance.
Beta Was this translation helpful? Give feedback.
All reactions