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

Script takes a while to process lightning funding transaction and channel open #5

Open
cmdruid opened this issue May 26, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@cmdruid
Copy link
Owner

cmdruid commented May 26, 2022

FYI this is a known issue. The default behavior of the --mine flag is to poll the mempool and settle transactions every 2 seconds. This seems to process the funding transaction for bitcoin wallets relatively quickly, however the funding transactions and channel opens for lightning seem to take a while to confirm. I am investigation what may be the cause!

@cmdruid cmdruid added the bug Something isn't working label May 26, 2022
@cmdruid
Copy link
Owner Author

cmdruid commented May 30, 2022

A dirty work-around may be to allow nodes specify --miner=0,0,0 flag, to disable scheduling but still allow nodes to mine their own funding transactions.

@cmdruid
Copy link
Owner Author

cmdruid commented Jul 25, 2022

I have added additional build flags on c lightning binary that are supposed to speed up confirmations of things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant