Merge pull request #828 from rating89us/patch-45

ch07: add pruning synonym
pull/839/head
Will Binns 3 years ago committed by GitHub
commit cac0793e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1027,7 +1027,7 @@ Without transaction fees, the growth in bitcoin data would arguably increase dra
The calculation of fees based on transaction size treats all the data in the transaction as equal in cost. But from the perspective of full nodes and miners, some parts of a transaction carry much higher costs. Every transaction added to the bitcoin network affects the consumption of four resources on nodes:
Disk Space :: Every transaction is stored in the blockchain, adding to the total size of the blockchain. The blockchain is stored on disk, but the storage can be optimized by “pruning” older transactions.
Disk Space :: Every transaction is stored in the blockchain, adding to the total size of the blockchain. The blockchain is stored on disk, but the storage can be optimized by “pruning” (deleting) older transactions.
CPU :: Every transaction must be validated, which requires CPU time.

Loading…
Cancel
Save