Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D3281
Change Details
Change Details
Old
New
Diff
``` echo "prune=550" >> bitcoin.conf bitcoind bitcoin-cli getblockchaininfo # verify "automatic_pruning": true, ```
``` echo "prune=1000" >> bitcoin.conf bitcoind bitcoin-cli getblockchaininfo # verify "automatic_pruning": true, # verify "prune_target_size": 1048576000, ```
``` echo "prune=
55
100
0" >> bitcoin.conf bitcoind bitcoin-cli getblockchaininfo
# verify "automatic_pruning": t
rue
rue, # verify "prune_target_size": 1048576000
, ```
Continue