-
Notifications
You must be signed in to change notification settings - Fork 922
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
Core lightning fails on Umbrel restart if bitcoin is not synced #6924
Comments
Notice that this is not a sync issue, but rather CLN identifying that the This is likely a This is an I would not consider this a bug. |
This is better than refusing to start, especially for users not on the cmdline. See: ElementsProject#6924 Signed-off-by: Rusty Russell <[email protected]>
Fixes: ElementsProject#6924 Changelog-Changed: lightningd: we wait for bitcoind if it has somehow gone backwards (as long as header height is still ok). Signed-off-by: Rusty Russell <[email protected]>
This is better than refusing to start, especially for users not on the cmdline. See: ElementsProject#6924 Signed-off-by: Rusty Russell <[email protected]>
Fixes: ElementsProject#6924 Changelog-Changed: lightningd: we wait for bitcoind if it has somehow gone backwards (as long as header height is still ok). Signed-off-by: Rusty Russell <[email protected]>
This is better than refusing to start, especially for users not on the cmdline. See: ElementsProject#6924 Signed-off-by: Rusty Russell <[email protected]>
Fixes: ElementsProject#6924 Changelog-Changed: lightningd: we wait for bitcoind if it has somehow gone backwards (as long as header height is still ok). Signed-off-by: Rusty Russell <[email protected]>
This is better than refusing to start, especially for users not on the cmdline. See: ElementsProject#6924 Signed-off-by: Rusty Russell <[email protected]>
Fixes: ElementsProject#6924 Changelog-Changed: lightningd: we wait for bitcoind if it has somehow gone backwards (as long as header height is still ok). Signed-off-by: Rusty Russell <[email protected]>
Fixes: ElementsProject#6924 Changelog-Changed: lightningd: we wait for bitcoind if it has somehow gone backwards (as long as header height is still ok). Signed-off-by: Rusty Russell <[email protected]>
This is better than refusing to start, especially for users not on the cmdline. See: ElementsProject#6924 Signed-off-by: Rusty Russell <[email protected]>
Fixes: ElementsProject#6924 Changelog-Changed: lightningd: we wait for bitcoind if it has somehow gone backwards (as long as header height is still ok). Signed-off-by: Rusty Russell <[email protected]>
This is better than refusing to start, especially for users not on the cmdline. See: ElementsProject#6924 Also disable some tests that fail with elementsd once we rework our startup. Signed-off-by: Rusty Russell <[email protected]>
Fixes: ElementsProject#6924 Changelog-Changed: lightningd: we wait for bitcoind if it has somehow gone backwards (as long as header height is still ok). Signed-off-by: Rusty Russell <[email protected]>
Fixes: ElementsProject#6924 Changelog-Changed: lightningd: we wait for bitcoind if it has somehow gone backwards (as long as header height is still ok). Signed-off-by: Rusty Russell <[email protected]>
Core lightning fails on Umbrel restart if bitcoin is not synced with below error:
Reference Issues:
https://community.umbrel.com/t/problem-with-core-lightning-not-working-after-reboot/13908
ElementsProject/cln-application#33
It will be better if CLN waits for bitcoind to sync rather than failing immediately.
The text was updated successfully, but these errors were encountered: