aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-03-20 01:52:03 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-03-20 01:52:03 -0400
commit23e281716f863350f4c8170e6f2573993270d306 (patch)
tree36280741ad24f91d9996b466207f98d0daeb7b0b /README.md
parentMerge pull request #7413 (diff)
parentadded link to moneropedia to pruning in README.md (diff)
downloadmonero-23e281716f863350f4c8170e6f2573993270d306.tar.xz
Merge pull request #7417
bf86e95 added link to moneropedia to pruning in README.md (Luxter77) b3238a8 Update size figures on the pruning section of README.md (Luxter77) cf96615 Make pruning section more consistent in README.md (Luxter77)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8dea7ed5c..9317f39cd 100644
--- a/README.md
+++ b/README.md
@@ -704,14 +704,16 @@ DNS_PUBLIC=tcp torsocks ./monerod --p2p-bind-ip 127.0.0.1 --no-igd --rpc-bind-ip
## Pruning
-As of May 2020, the full Monero blockchain file is about 80 GB. One can store a pruned blockchain, which is about 28 GB.
+As of May 2020, the full Monero blockchain file is about 100 GB. One can store a pruned blockchain, which is about 30 GB.
A pruned blockchain can only serve part of the historical chain data to other peers, but is otherwise identical in
functionality to the full blockchain.
-To use a pruned blockchain, it is best to start the initial sync with --prune-blockchain. However, it is also possible
-to prune an existing blockchain using the monero-blockchain-prune tool or using the --prune-blockchain monerod option
+To use a pruned blockchain, it is best to start the initial sync with `--prune-blockchain`. However, it is also possible
+to prune an existing blockchain using the `monero-blockchain-prune` tool or using the `--prune-blockchain` `monerod` option
with an existing chain. If an existing chain exists, pruning will temporarily require disk space to store both the full
and pruned blockchains.
+For more detailed information see the ['Pruning' entry in the Moneropedia](https://www.getmonero.org/resources/moneropedia/pruning.html)
+
## Debugging
This section contains general instructions for debugging failed installs or problems encountered with Monero. First, ensure you are running the latest version built from the Github repo.