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
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!
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
The text was updated successfully, but these errors were encountered: