You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The full command you'd need is: ./eth2-testnet-genesis capella --config=config.yaml --mnemonics=mnemonics.yaml --eth1-config=genesis.json . So the chainID is obtained from the file specified in --eth1-config and that is currently missing in your command.
you would need to specify in the command the config file names if you are not using the default values right?
is long time ago now, but we remember trying it with different ways without success - anyway, thank you.
Ah, that file doesn't exist in the repo and should be corrected to default to ""... That was probably the source of your issue and I'll make a PR to change the default to null
Very useful tool, thank you.
We are trying to set up a custom local network with capella support with some allocated accounts and contracts on the execution genesis file.
We generate the
genesis.ssz
file but when trying to use it, the generated network id is 1 instead of the one provided by the config files:1) config inputs:
> ./eth2-testnet-genesis capella --config=eth2_config.yaml
--> output: genesis.ssz
2) starting up both execution and consensus clients
3) the eth2 node complains:
are we missing something?
thanks,
The text was updated successfully, but these errors were encountered: