Skip to content

Problem with RPC connection #117

Closed Answered by sbvegan
swigsstaking asked this question in Node Operators
Discussion options

You must be logged in to vote

So you're seeing that warning because you don't have --l1.rpckind configured on your op-node. Here's some supporting documentation. You'll find:

The kind of RPC provider, used to inform optimal transactions receipts fetching, and thus reduce costs. Valid options: alchemy, quicknode, infura, parity, nethermind, debug_geth, erigon, basic, any, standard. The default value is standard.

If you're running a geth node (with debug enabled), you can configure with debug_geth. This will speed up your receipt fetching and that will speed up your sync time.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sbvegan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #116 on December 07, 2023 15:53.