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
When I start the beacon service, I get the log 'execution client is not running.' When I start the execution client (Reth), I get an error on the beacon service, as shown below:
2025-01-17T10:32:48Z INFO Processed deposit to set Eth 1 deposit index service=state-processor previous=84 new=85
2025-01-17T10:32:48Z INFO failed deposit signature verification service=state-processor deposit_index=0x54 error=signer returned an invalid signature
invalid deposit message
2025-01-17T10:32:48Z INFO Processed deposit to set Eth 1 deposit index service=state-processor previous=85 new=86
2025-01-17T10:32:48Z INFO failed deposit signature verification service=state-processor deposit_index=0x55 error=signer returned an invalid signature
invalid deposit message
2025-01-17T10:32:48Z INFO Stopping services num=7
2025-01-17T10:32:48Z INFO Stopping service type=validator
2025-01-17T10:32:48Z INFO Stopping service type=node-api-server
2025-01-17T10:32:48Z INFO Stopping service type=reporting
2025-01-17T10:32:48Z INFO Stopping service type=engine-client
2025-01-17T10:32:48Z INFO Stopping service type=telemetry
2025-01-17T10:32:48Z INFO Stopping service type=blockchain
2025-01-17T10:32:48Z INFO Stopping service type=beacond
2025-01-17T10:32:48Z INFO Closing application.db
Error: error during handshake: error on replay: validator set is nil in genesis and still empty after InitChain
I’m also getting an error with the Reth client:
2025-01-17T10:31:12.731101Z INFO Status connected_peers=0 freelist=2 latest_block=0
2025-01-17T10:31:37.730937Z INFO Status connected_peers=0 freelist=2 latest_block=0
2025-01-17T10:32:02.731777Z INFO Status connected_peers=0 freelist=2 latest_block=0
2025-01-17T10:32:24.731414Z WARN Post-merge network, but never seen beacon client. Please launch one to follow the chain!
2025-01-17T10:32:27.731373Z INFO Status connected_peers=0 freelist=2 latest_block=0
2025-01-17T10:32:45.448384Z ERROR Invalid JWT: Authorization header is missing or invalid
2025-01-17T10:32:52.731774Z INFO Status connected_peers=0 freelist=2 latest_block=0
2025-01-17T10:33:17.731846Z INFO Status connected_peers=0 freelist=2 latest_block=0
2025-01-17T10:33:42.730921Z INFO Status connected_peers=0 freelist=2 latest_block=0
Can anyone help me resolve this issue with a solution or suggestion that I can apply to my node?
The text was updated successfully, but these errors were encountered:
Hello @maheshtechpartner,
lately we did add some checks around the genesis state to make sure that the Deposit contract is duly initiated with the deposits in genesis.
I can run make start and make start-reth without issue in the current main (commit 2afec05).
Hello,
I have setup the beacon-kit and reth.
Beacond version: v0.7.0
Reth version: 1.0.3
When I start the beacon service, I get the log 'execution client is not running.' When I start the execution client (Reth), I get an error on the beacon service, as shown below:
I’m also getting an error with the Reth client:
Can anyone help me resolve this issue with a solution or suggestion that I can apply to my node?
The text was updated successfully, but these errors were encountered: