Hi,
I am trying to run an Ethereum node using Nethermind execution client and Prysm consensus client. After some time the execution client reaches 100% but when I try to get the current block it returns 0. Even the health UI it says the node is healthy but still syncing. How long will it take to fully sync? I’m using snap sync.
Chain: Ethereum mainnet
Followings are the commands used to run Nethermind and Prysm.
Blockquote
nethermind --JsonRpc.Enabled true --HealthChecks.Enabled true --HealthChecks.UIEnabled true --JsonRpc.JwtSecretFile=…/consensus/jwt.hex --datadir D:/ethereum/dataprysm.bat beacon-chain --checkpoint-sync-url=https://beaconstate.info --execution-endpoint=http://localhost:8551 --jwt-secret=jwt.hex --datadir D:/ethereum/data
Advice me if I should be doing something differently. Thank you in advance.