diff options
author | Luxter77 <Luxter77@users.noreply.github.com> | 2021-03-04 09:49:52 -0300 |
---|---|---|
committer | Luxter77 <Luxter77@users.noreply.github.com> | 2021-03-04 09:52:30 -0300 |
commit | bf86e9527fd32c05826bc0a8a30cc4d7c1555dc5 (patch) | |
tree | 1d9516f9e3367e2b0e1163fce21f34c9b287d8a4 | |
parent | Update size figures on the pruning section of README.md (diff) | |
download | monero-bf86e9527fd32c05826bc0a8a30cc4d7c1555dc5.tar.xz |
added link to moneropedia to pruning in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -712,6 +712,8 @@ to prune an existing blockchain using the `monero-blockchain-prune` tool or usin 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. |