Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage encountered a validation error: receipt root mismatch #14649

Open
1 task done
AntonieDavid opened this issue Feb 22, 2025 · 0 comments
Open
1 task done

Stage encountered a validation error: receipt root mismatch #14649

AntonieDavid opened this issue Feb 22, 2025 · 0 comments
Labels
C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled

Comments

@AntonieDavid
Copy link

AntonieDavid commented Feb 22, 2025

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

  • I agree to follow the Code of Conduct
@AntonieDavid AntonieDavid added C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled labels Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled
Projects
Status: Todo
Development

No branches or pull requests

1 participant