Problem with RPC connection #117
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
So you're seeing that warning because you don't have
If you're running a geth node (with debug enabled), you can configure with |
Beta Was this translation helpful? Give feedback.
-
|
Hey @swigsstaking, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.

So you're seeing that warning because you don't have
--l1.rpckindconfigured on yourop-node. Here's some supporting documentation. You'll find: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.