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
Download state genesis from Github and run consensus client: prysm.bat beacon-chain --execution-endpoint=http://localhost:8551 --sepolia --jwt-secret=jwtsecret --genesis-state=genesis.ssz --checkpoint-sync-url=https://sepolia.beaconstate.info --genesis-beacon-api-url=https://sepolia.beaconstate.info
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I do follow the instruction on docs to set up an Ethereum node, but it took me more than one hour to sync header from a checkpoint.
Step to reproduce:
clef newaccount --keystore geth-tutorial/keystore
clef --keystore geth-tutorial/keystore --configdir geth-tutorial/clef --chainid 11155111
geth --sepolia --datadir geth-tutorial --authrpc.addr localhost --authrpc.port 8551 --authrpc.vhosts localhost --authrpc.jwtsecret geth-tutorial/jwtsecret --http --http.api eth,net --signer=geth-tutorial/clef/clef.ipc --http
prysm.bat beacon-chain --execution-endpoint=http://localhost:8551 --sepolia --jwt-secret=jwtsecret --genesis-state=genesis.ssz --checkpoint-sync-url=https://sepolia.beaconstate.info --genesis-beacon-api-url=https://sepolia.beaconstate.info
Beta Was this translation helpful? Give feedback.
All reactions