I have started optimism full node with Docker by following the documentation and changed the db.engine from Pebble to LevelDB in the scripts/start-op-geth.sh file because I was getting an error. Now the node has started syncing, and the logs show it is syncing blocks that are 8 months and 4 days old.
op-geth-1 | INFO [10-18|07:55:49.954] Starting work on payload id=0x02f90360aa5113d5
op-geth-1 | INFO [10-18|07:55:50.073] Imported new potential chain segment number=116,248,797 hash=496ecb..a7b48a blocks=1 txs=24 mgas=10.926 elapsed=109.590ms mgasps=99.697 age=8mo4d16h snapdiffs=5.36MiB triedirty=1023.42MiB
op-geth-1 | INFO [10-18|07:55:50.077] Chain head was updated number=116,248,797 hash=496ecb..a7b48a root=67ff14..04c677 elapsed=2.834151ms age=8mo4d16h
op-geth-1 | INFO [10-18|07:55:50.180] Starting work on payload id=0x02515e308442f692
op-geth-1 | INFO [10-18|07:55:50.273] Imported new potential chain segment number=116,248,798 hash=7d6c9b..c952b2 blocks=1 txs=24 mgas=6.605 elapsed=82.827ms mgasps=79.739 age=8mo4d16h snapdiffs=5.37MiB triedirty=1023.67MiB
op-geth-1 | INFO [10-18|07:55:50.276] Chain head was updated number=116,248,798 hash=7d6c9b..c952b2 root=a4e4d2..3c4e0d elapsed=2.182358ms age=8mo4d16h
Is it okay to wait, and will it sync with the latest block soon, or do I need to take any steps to speed up the sync?
I have started optimism full node with Docker by following the documentation and changed the db.engine from Pebble to LevelDB in the scripts/start-op-geth.sh file because I was getting an error. Now the node has started syncing, and the logs show it is syncing blocks that are 8 months and 4 days old.
op-geth-1 | INFO [10-18|07:55:49.954] Starting work on payload id=0x02f90360aa5113d5 op-geth-1 | INFO [10-18|07:55:50.073] Imported new potential chain segment number=116,248,797 hash=496ecb..a7b48a blocks=1 txs=24 mgas=10.926 elapsed=109.590ms mgasps=99.697 age=8mo4d16h snapdiffs=5.36MiB triedirty=1023.42MiB op-geth-1 | INFO [10-18|07:55:50.077] Chain head was updated number=116,248,797 hash=496ecb..a7b48a root=67ff14..04c677 elapsed=2.834151ms age=8mo4d16h op-geth-1 | INFO [10-18|07:55:50.180] Starting work on payload id=0x02515e308442f692 op-geth-1 | INFO [10-18|07:55:50.273] Imported new potential chain segment number=116,248,798 hash=7d6c9b..c952b2 blocks=1 txs=24 mgas=6.605 elapsed=82.827ms mgasps=79.739 age=8mo4d16h snapdiffs=5.37MiB triedirty=1023.67MiB op-geth-1 | INFO [10-18|07:55:50.276] Chain head was updated number=116,248,798 hash=7d6c9b..c952b2 root=a4e4d2..3c4e0d elapsed=2.182358ms age=8mo4d16h
Is it okay to wait, and will it sync with the latest block soon, or do I need to take any steps to speed up the sync?