protolambda / eth2-testnet-genesis

Create a genesis state for an Eth2 testnet
MIT License
46 stars 26 forks source link

getting error no such file genesis.ssz #19

Closed avenbreaks closed 1 year ago

avenbreaks commented 1 year ago

im create a testnet using merge eth2-testnet-genesis but genesis.ssz cannot generate on folder

command :

eth2-testnet-genesis merge \
--config "/root/Documents/cartenz-testnet/cl/config.yaml" \
--eth1-config "/root/Documents/cartenz-testnet/el/genesis.json" \
--mnemonics "/root/Documents/cartenz-testnet/cl/mnemonic.yaml" \
--state-output "./root/Documents/cartenz-testnet/cl/genesis.ssz" \
--tranches-dir "/root/Documents/cartenz-testnet/cl/tranches"

Logs

zrnt version: v0.29.0
Using CL MIN_GENESIS_TIME for genesis timestamp
processing mnemonic 0, for 8 validators
Writing pubkeys list file...
eth2 genesis at 1677590415 + 60 = 1677590475  (2023-02-28 21:21:15 +0800 +08)
done preparing state, serializing SSZ now...
open ./root/Documents/cartenz-testnet/cl/genesis.ssz: no such file or directory
avenbreaks commented 1 year ago

sorry problem solved! thankyou