-
From log seems it's syncing but fails to advance(execution block always at 10206409), not sure if it has something to do with the rate limit control of Infura nodes or the bad network myself. Hope someone sheds light on this and any help will be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can use Infura as eth1 provider ( There are workarounds available to run Lodestar without an execution client but those are not recommended in production. I can give you some suggestions if you could provide more details about your specific use case. |
Beta Was this translation helpful? Give feedback.
Interesting, last time I tried this it worked without that change, thanks for the reference
The main risk it that your node does not validate the transactions on the execution layer included in block received over gossip. Assuming a majority of honest nodes on the network I don't think that is as problematic. Another limitation of course is that your node can't produce blocks but if you are not running with an attached validator this does not matter.
Execution node is always required if you want confidence…