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
Request: Hey guys I'm trying to follow the guide to create a PoS devnet manually using the binaries. However, when I get to the point of trying to generate the genesis for Prysm I'm stuck at the following error:
INFO[0000] Specified a chain config file: config.yml prefix=genesis
FATA[0000] Could not generate beacon chain genesis state error="could not set config params: version 0x05000001 for fork electra in config custom_config conflicts with existing config named=minimal: configset cannot add config with conflicting fork version schedule" prefix=genesis
I've used the same exact version of the config.yml and genesis.json files you provided. Even tried to make some tweaks in the config.yml, but the error persists.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Source: https://docs.prylabs.network/docs/advanced/proof-of-stake-devnet
Request: Hey guys I'm trying to follow the guide to create a PoS devnet manually using the binaries. However, when I get to the point of trying to generate the genesis for Prysm I'm stuck at the following error:
❯ ./prysmctl testnet generate-genesis --fork capella --num-validators 64 --genesis-time-delay 600 --chain-config-file config.yml --geth-genesis-json-in genesis.json --geth-genesis-json-out genesis.json --output-ssz genesis.ssz
I've used the same exact version of the
config.yml
andgenesis.json
files you provided. Even tried to make some tweaks in theconfig.yml
, but the error persists.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: