[Node Operator Question] Using op-reth
, sync is very slow, repeated warning: "updated forkchoice, but node is syncing"
#75
Replies: 1 comment 1 reply
-
Hey @Tudmotu, I spoke to @clabby this morning. He mentioned that y'all chatted yesterday and the information he gave you is the latest information. It sounds like this behavior is expected and it has something to do with using a remote rpc endpoint. Please feel free to share more information that you've found out. At the moment OPLabs doesn't have the bandwidth to support |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description
Following a question I asked in discord, opening this discussion at the request of @sbvegan.
I am running a
op-reth
/op-node
setup.My setup seems to work and does sync, but very slowly (~2.5 blocks per second).
The following warning appears repeatedly in the logs:
Here is a larger sample from the logs, in case that helps.
To make it easy to reproduce I've created a repo with my setup:
https://github.com/Tudmotu/base-reth
The setup should be simple but takes some time as it requires compiling Reth with the
optimism
feature.Follow the instructions in the readme, which are basically:
.env
jwt.hex
file in the appropriate placedocker-compose
Past the initial warm up you will see it starts syncing and the warning appears every couple of seconds.
The
.env
file inside the repo contains all theOP_*
env vars.If anyone has any idea how can I improve the sync speed I would highly appreciate it 🙏
Thanks!
Node Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions