documentation
documentation copied to clipboard
Docs update request: /docs/advanced/proof-of-stake-devnet
trafficstars
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
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.