Post
Topic
Board Bitcoin Discussion
Re: How good is prune mode!
by
shorena
on 24/02/2016, 17:36:30 UTC

When did you become someone that needs spoon feeding?

Quote
To recap, there are four types of data related to the blockchain in the bitcoin system: the raw blocks as received over the network (blk???.dat), the undo data (rev???.dat), the block index and the UTXO set (both LevelDB databases). The databases are built from the raw data.

Quote
Block pruning allows Bitcoin Core to delete the raw block and undo data once it's been validated and used to build the databases.

https://github.com/bitcoin/bitcoin/blob/v0.11.0/doc/release-notes.md#block-file-pruning

i know i know as i said before, that the real definition of pruning was as you said..
but the 550mb has got alot of people into a pickle that it must cut out some of the UTXO (laymens:unspent) to get to a possible level of 550mb hard drive space.

it needs to be clarified better that the 550mb is not total hard drive storage allocation of everything related to the blockchain but the separate parts related just to recent data that can change. and not related to archival data of unspents.

it may be wrote down in some places as far back as 2013-4-5 when the term pruning first came about. but the 2016 info on the actual release has made some left in a pickle thinking v0.12 is not the same as the original definition of pruning

The quotes are one click away from the 0.12 released notes. If thats too much for "some" they can ask for help.

So actually running Bitcoin Core in prune mode is only beneficial for you if you want to cut disk usage and if you run out of space on your SSD or something.
You can't help network, your online presence is not counting as a node.

But it still a great functionality nonetheless and I think this is the feature many of us find the most useful.

A pruned node is still a full (verifying) node, it just cant help others become full nodes.