Skip to content

GUI/Intro: Skip intro dialog when -blocksdir is manually passed#948

Open
diegoviola wants to merge 1 commit into
bitcoin-core:masterfrom
diegoviola:intro-blocksdir-fix
Open

GUI/Intro: Skip intro dialog when -blocksdir is manually passed#948
diegoviola wants to merge 1 commit into
bitcoin-core:masterfrom
diegoviola:intro-blocksdir-fix

Conversation

@diegoviola

Copy link
Copy Markdown
Contributor

Fixes: #946

@DrahtBot

DrahtBot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline and AI policy for information on the review process.

Type Reviewers
Concept ACK pablomartin4btc

If your review is incorrectly listed, please copy-paste <!--meta-tag:bot-skip--> into the comment that the bot should ignore.

@pablomartin4btc pablomartin4btc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Concept ACK

The actual problem in #946 is the intro dialog's prune suggestion (only shown the first time bitcoin-qt runs) — FreespaceChecker checks datadir's free space but the prune trigger uses the full blockchain + chainstate threshold (~880 GB), incorrectly suggesting prune when -blocksdir is set since only ~14 GB of chainstate goes to datadir. Skipping the dialog avoids the wrong suggestion.

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

Successfully merging this pull request may close these issues.

Consider blocksdir when estimating available disk space to determine default pruning

3 participants