AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Informational 19 Bitcoin

lightningd: add --dev-ignore-idb to not complain about bitcoind in initialblockdownload.

Public commit record

What the developer wrote

Authored by Rusty Russell

65/100 · Adequate
lightningd: add --dev-ignore-idb to not complain about bitcoind in initialblockdownload.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
The short version

What changed, and why it matters

This commit adds a hidden developer-only command-line flag called --dev-ignore-ibd to Core Lightning's Bitcoin backend plugin. When enabled, it tells the plugin to lie to the main lightning daemon and claim that Bitcoin is not in 'initial block download' mode, even if it actually is. This is intended only for developer testing scenarios (for example, when using canned/fake blocks) and is not exposed as a normal user option. There is no indication in the commit that this is a security fix or that it addresses a reported vulnerability.

Recommended action

No security action required. This is a developer/testing-only feature. Operators should not enable --dev-ignore-ibd on production nodes because it disables a safety check that prevents Core Lightning from running against a Bitcoin backend that has not finished synchronizing. If reviewing for hardening, consider ensuring the option is rejected or ignored when not compiled in developer mode.

Security signals we found

01

New developer-only flag that suppresses a safety check (initial block download detection)

02

No authentication, authorization, or input validation changes

03

No cryptographic, network, or memory-safety changes

04

No mention of CVE, security bug, vulnerability, or incident in commit message or diff

Risk score

Why this scored 19/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 1/15
Confidence 9/10
Evidence quality 5/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.