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

Already on GitHub? Sign in to your account

Qt/Intro: Add explanation of IBD process #9724

Merged
merged 3 commits into from Feb 20, 2017

Conversation

Projects
None yet
5 participants
Member

luke-jr commented Feb 8, 2017

Follow-up for after 0.14 with the final fixes from #9718 along with some additional explanation text.

@fanquake fanquake added the GUI label Feb 8, 2017

src/qt/forms/intro.ui
+ <item>
+ <widget class="QLabel" name="lblExplanation3">
+ <property name="text">
+ <string>If you have chosen to limit block chain storage, the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.</string>
@jonasschnelli

jonasschnelli Feb 8, 2017

Member

maybe add (pruning) after If you have chosen to limit block chain storage?

Owner

sipa commented Feb 8, 2017

Concept ACK post-0.14.

@laanwj laanwj added this to the 0.15.0 milestone Feb 9, 2017

Owner

laanwj commented Feb 20, 2017

utACK f6d18f5

@laanwj laanwj merged commit f6d18f5 into bitcoin:master Feb 20, 2017

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

laanwj added a commit that referenced this pull request Feb 20, 2017

Merge #9724: Qt/Intro: Add explanation of IBD process
f6d18f5 Qt/Intro: Explain a bit more what will happen first time (Luke Dashjr)
50c5657 Qt/Intro: Storage shouldn't grow significantly with pruning enabled (Luke Dashjr)
9adb694 Qt/Intro: Move sizeWarningLabel text into C++ code (Luke Dashjr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment