Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to catch to the tip #23

Open
urza opened this issue Oct 2, 2023 · 2 comments
Open

Unable to catch to the tip #23

urza opened this issue Oct 2, 2023 · 2 comments

Comments

@urza
Copy link

urza commented Oct 2, 2023

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)

@fiatjaf
Copy link
Collaborator

fiatjaf commented Oct 2, 2023

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.

@urza
Copy link
Author

urza commented Oct 2, 2023

Thanks, I will investigate what is happening on CLN side..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants