mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
Update 2019-02-01-pruning.md
This commit is contained in:
parent
29c6127b6f
commit
4b6513db8e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Pruning is the process of removing non-critical blockchain information from loca
|
|||
|
||||
For Bitcoin, many people discuss pruning in the context of intermediary transactions. For example, suppose Alice sends Bob 1 BTC, and then Bob sends this to Charlie. The blockchain would record records of transactions A -> B and B -> C. However, since Alice can no longer spend her funds, it's less important to retain this information. Therefore, nodes can prune this information with a relatively high level of safety. Other nodes on the network would step in if something malicious occurs.
|
||||
|
||||
This above example does not apply to Monero, since we do not know when money is spent. However, Monero nodes can prune a lot of other unnecessary information. This includes ring signature data that isn't essential to prevent double-spends. While the Monero blockchain can theoretically be pruned far further than this release enables, more testing is needed to test these limits.
|
||||
This above example does not apply to Monero, since we do not know when money is spent. However, Monero nodes can prune a lot of other unnecessary information. This includes ring signature data that isn't essential to prevent double-spends. While the Monero blockchain can theoretically be pruned far further than this release enables, more testing is needed to push these limits.
|
||||
|
||||
### Pruning Savings
|
||||
|
||||
|
|
Loading…
Reference in a new issue