-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed as not planned
Description
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_dataReactions are currently unavailable