simple-optimism-node icon indicating copy to clipboard operation
simple-optimism-node copied to clipboard

Node syncing is very slow!

Open luoxiandong opened this issue 1 year ago • 5 comments

Node syncing slow more and more,How to improve sync speed? image

This is .env config: image

luoxiandong avatar Jun 14 '23 15:06 luoxiandong

Does no one reply? Which big guy replies, tks!!!

luoxiandong avatar Jun 19 '23 08:06 luoxiandong

try setting --snapshot=false in https://github.com/smartcontracts/simple-optimism-node/blob/main/scripts/op-geth-start.sh that should speed up the syncing. That sped it up for me when I was syncing it (not through simple-op but through the binary)

NickSolante avatar Jun 19 '23 08:06 NickSolante

try setting --snapshot=false in https://github.com/smartcontracts/simple-optimism-node/blob/main/scripts/op-geth-start.sh that should speed up the syncing. That sped it up for me when I was syncing it (not through simple-op but through the binary)

It is ok,thanks very much!

luoxiandong avatar Jun 20 '23 01:06 luoxiandong

hey, can you tell me guys what kind of L1 keys are you using for your optimism node? are they free key from providers like alchemy or infura or something else? or maybe paid? or your L1 nodes?

Rogalek avatar Oct 13 '23 09:10 Rogalek

Node syncing is known to take weeks

For kind of L1 for now reth may have special protocol that boost performance (Don't sure)

You can use free alchemy but if you want faster L1 rpc, you can use paid Quicknode or Alchemy rpc

Chomtana avatar Dec 23 '23 02:12 Chomtana