Setup private chain
Opened this issue · 3 comments
artjoma commented
According to docs https://docs.prylabs.network/docs/advanced/proof-of-stake-devnet user can setup private devnet. How to setup private full functional chain with custom genesis, 2-3 validators? Can somebody advice please.
$PRYSM_BIN_FOLDER/prysmctl testnet generate-genesis \
--fork deneb \
--num-validators 0 \
--genesis-time-delay 10 \
--chain-config-file config.yml \
--geth-genesis-json-in genesis.json \
--geth-genesis-json-out genesis.json \
--output-ssz genesis.ssz \
--deposit-json-file="keys/deposit_data-1732289365.json"
INFO[0000] Setting fork geth times cancun=1732496794 prague=7853820991 prefix=genesis shanghai=1732496794
FATA[0000] Could not generate beacon chain genesis state error="could not generate genesis state: state has nil validator slice" prefix=genesis
TrungBD2605 commented
I have the same question.
netzulo commented
i resolved but idk if is interesting to share, various files involved, and... getting 3 full nodes up isn't easy to get
TrungBD2605 commented
i resolved but idk if is interesting to share, various files involved, and... getting 3 full nodes up isn't easy to get
Yes I really interested , Could you please share for me. I am struggling for that.