mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
Moneropedia: add 'Pruning'
and link to the Moneropedia entry from the 'Downloads' page
This commit is contained in:
parent
25cc8dbf51
commit
52bafb746c
3 changed files with 28 additions and 1 deletions
|
@ -167,7 +167,7 @@ downloads:
|
||||||
fiatconv: in-app fiat conversion
|
fiatconv: in-app fiat conversion
|
||||||
fiatconv1: No longer a need to check the value of your XMR online
|
fiatconv1: No longer a need to check the value of your XMR online
|
||||||
pruning: Blockchain pruning
|
pruning: Blockchain pruning
|
||||||
pruning1: Not enough disk space? Just use pruning to download only 1/3 of the blockchain
|
pruning1: Not enough disk space? Just use @pruning to download only 1/3 of the blockchain
|
||||||
langs: "<b>30+ languages</b> available"
|
langs: "<b>30+ languages</b> available"
|
||||||
cli_intro: The CLI wallet gives you the total control over your Monero node and funds. Highly customizable and includes various analysis tools, as well as an HTTP RPC and 0MQ interface.
|
cli_intro: The CLI wallet gives you the total control over your Monero node and funds. Highly customizable and includes various analysis tools, as well as an HTTP RPC and 0MQ interface.
|
||||||
currentversion: Current Version
|
currentversion: Current Version
|
||||||
|
@ -648,6 +648,7 @@ moneropedia:
|
||||||
paperwallet: Paper Wallet
|
paperwallet: Paper Wallet
|
||||||
paymentid: Payment ID
|
paymentid: Payment ID
|
||||||
pedersen-commitment: Pedersen Commitment
|
pedersen-commitment: Pedersen Commitment
|
||||||
|
pruning: Pruning
|
||||||
remote-node: Remote Node
|
remote-node: Remote Node
|
||||||
reseed: Reseed
|
reseed: Reseed
|
||||||
ringCT: Ring CT
|
ringCT: Ring CT
|
||||||
|
|
16
_i18n/en/resources/moneropedia/pruning.md
Normal file
16
_i18n/en/resources/moneropedia/pruning.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
terms: ["pruning"]
|
||||||
|
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
|
||||||
|
---
|
||||||
|
|
||||||
|
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
|
||||||
|
|
||||||
|
There are three ways to prune:
|
||||||
|
|
||||||
|
- *Synchronize a pruned node from scratch:* You will download and sync only 1/3 of the full blockchain.
|
||||||
|
- *Prune an existing node:* The already existing blockchain will be pruned, but this will not result in a smaller blockchain. Instead, it will mark parts of the file as free, so that future data will use that free space, causing the file to not grow until free space grows scarce.
|
||||||
|
- *Create a new pruned blockchain from a full one:* A full blockchain that you already have will be used to create a new, pruned blockchain.
|
||||||
|
|
||||||
|
Pruned nodes are very useful and preferable to @remote-nodes, but if possible, users should run a full node and opt for pruning only in case if necessary.
|
||||||
|
|
||||||
|
The 'database pruning' feature [was added](https://github.com/monero-project/monero/pull/4843) on January 2019. See the [blog post](https://web.getmonero.org/2019/02/01/pruning.html) for more information.
|
10
resources/moneropedia/pruning.md
Normal file
10
resources/moneropedia/pruning.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: moneropedia
|
||||||
|
title: titles.moneropedia
|
||||||
|
entry: moneropedia.entries.pruning
|
||||||
|
---
|
||||||
|
|
||||||
|
@moneropedia_article
|
||||||
|
|
||||||
|
{% t global.lang_tag %}
|
||||||
|
{% tf resources/moneropedia/pruning.md %}
|
Loading…
Reference in a new issue