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

op-reth Base Mainnet sync very slowly #413

Open
0xStrawberlin opened this issue Feb 15, 2025 · 0 comments
Open

op-reth Base Mainnet sync very slowly #413

0xStrawberlin opened this issue Feb 15, 2025 · 0 comments

Comments

@0xStrawberlin
Copy link

I try to run a full base mainnet node with op-reth and op-node. But it syncs very slowly. It took about 15 hours to run and only reached 400,000 blocks. Can anyone provide the full node snapshot ? or Can I sync from latest block instead of genius block (Block 0). Thank!

Here are my executed scripts:

./bin/op-node \
    --network="base-mainnet" \
    --l1=wss://eth.merkle.io \
    --l2=http://localhost:9551 \
    --l2.jwt-secret=/Volumes/Tiplus/reth_data/base_reth_jwt/jwt.hex \
    --rpc.addr=0.0.0.0 \
    --rpc.port=7000 \
    --l1.beacon=https://ethereum-beacon-api.publicnode.com
    --l1.trustrpc
    --syncmode=execution-layer
    --l2.enginekind=reth
    --override.holocene 2736445601


op-reth node \
    --full \
    --chain base \
    --rollup.sequencer-http https://mainnet-sequencer.base.org \
    --http \
    --ws \
    --authrpc.port 9551 \
    --authrpc.jwtsecret /Volumes/Tiplus/reth_data/base_reth_jwt/jwt.hex \
    --datadir  /Volumes/Tiplus/reth_data/base_reth_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant