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
Encountering the following main error Stage encountered a validation error: receipt root mismatch when syncing an eth sepolia archive node from scratch with a lighthouse beacon node.
Describe the bug
Encountering the following main error Stage encountered a validation error: receipt root mismatch when syncing an eth sepolia archive node from scratch with a lighthouse beacon node.
reth-error-and-logs.txt
Steps to reproduce
start a node to sync from scratch using the following configs (using lighthouse as beacon client)
Reth:
ExecStart=/usr/local/bin/reth node \ --chain sepolia \ --ws --ws.port=8545 --ws.addr=0.0.0.0 --ws.origins="*" \ --http --http.port=8545 --http.addr=0.0.0.0 \ --http.corsdomain="*" \ --rpc.gascap=18446744073709551615 \ --rpc.max-subscriptions-per-connection 10000 \ --rpc.max-logs-per-response 0 \ --authrpc.addr 127.0.0.1 \ --authrpc.jwtsecret=/data/jwt.hex \ --rpc.max-connections 429496729 \ --authrpc.port=8551 \ --datadir=/data/reth-data/ \ --http.api=admin,debug,eth,net,trace,web3,rpc,reth,ots,txpool --ws.api=admin,debug,eth,net,trace,web3,rpc,reth,ots,txpool \ --metrics 0.0.0.0:6060 \ --rpc.eth-proof-window=100000
Node logs
Platform(s)
Linux (x86)
Container Type
Not running in a container
What version/commit are you on?
v1.2.0 and lighthouse v7.0.0-beta.0
What database version are you on?
.
Which chain / network are you on?
eth sepolia
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
RUSTFLAGS="-C target-cpu=native" cargo build --profile maxperf
Code of Conduct
The text was updated successfully, but these errors were encountered: