Page MenuHomePhabricator

Merge #10090: Update bitcoin.conf with example for pruning
ClosedPublic

Authored by jasonbcox on Jun 10 2019, 21:08.

Details

Summary

c0651cc Update bitcoin.conf with example for pruning (Kyle Honeycutt)

Tree-SHA512: f27180ac5d5a4bd32c7a63de156ca14eb8068509e64d386ca84ee16d0dacfa8e1bab9a8e7b88175fae12c8d823f71f8705d413f224a15d5aa7cf059f416fa023

Backport of Core PR10090

https://github.com/bitcoin/bitcoin/pull/10090/files

Test Plan
echo "prune=1000" >> bitcoin.conf
bitcoind
bitcoin-cli getblockchaininfo
# verify "automatic_pruning": true,
# verify "prune_target_size": 1048576000,

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jasonbcox edited the test plan for this revision. (Show Details)
jasonbcox edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Jun 11 2019, 05:59