-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ETH genesis file may have the wrong chain ID? #2419
Comments
So I assumed the chain ID should have been 80094 in the eth-genesis.json, I made the change, wiped all the files under
as it is given in the guide, then started reth with the flags given by the guide. Reth seems to start and run fine, but the beacon gives the following error before dying:
|
Expect that the node instructions will be changing soon. |
Following the guide at https://docs.berachain.com/nodes/quickstart
I got to the reth setup, and launched reth. Now reth does nothing (although it's connected to 7 peers), and in the beacon client I get the following:
Is this indicating that the eth-genesis.json for reth should have its chain ID set to 80094?
The text was updated successfully, but these errors were encountered: