You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On startup the plugin correctly reports tip block, but then is lagging behind and never catches up. It looks like it is not even trying, and just accepts old blocks one by one in ~10 min. intervals, so it can never progress and catch with current block.
(I run this on beefy Ryzen, so it is not by lack of computing power)
The text was updated successfully, but these errors were encountered:
Did something change in the CLN Bitcoin backend plugin interface?
This plugin just responds to lightningd calls. lightningd is supposed to ask for blocks by number and then this plugin just dumbly responds with whatever was called. It is not supposed to try to catch to the tip by itself.
On startup the plugin correctly reports tip block, but then is lagging behind and never catches up. It looks like it is not even trying, and just accepts old blocks one by one in ~10 min. intervals, so it can never progress and catch with current block.
(I run this on beefy Ryzen, so it is not by lack of computing power)
The text was updated successfully, but these errors were encountered: