aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2017-03-16 11:11:54 +0100
committerWladimir J. van der Laan <[email protected]>2017-03-16 11:13:32 +0100
commit8bcf9342b850cf0c5f4581ff570f61ed93a6f219 (patch)
treec2ac3580da8f3ffefaec2879c46b071a5dce480f
parentMerge #10002: fix gitian doc example script typo (diff)
parentspecify blockchain size & default behaviour (over pruning) (diff)
downloaddiscoin-8bcf9342b850cf0c5f4581ff570f61ed93a6f219.tar.xz
discoin-8bcf9342b850cf0c5f4581ff570f61ed93a6f219.zip
Merge #9995: [doc] clarify blockchain size and pruning
b26ea0a specify blockchain size & default behaviour (over pruning) (Mike van Rossum) Tree-SHA512: f21e1ea0df66500f9f899c429984e7c3de6d1cb1a216f2784061731fe22d5b8e9e48042dfc9db3c92adc6d6b6bb0c2578ca431fe5268b2a907ee2c0fdb60b4c5
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 09f32bc09..5c00ab915 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -3,7 +3,7 @@ Bitcoin Core 0.14.99
Setup
---------------------
-Bitcoin Core is the original Bitcoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Bitcoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.
+Bitcoin Core is the original Bitcoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Bitcoin transactions (which is currently more than 100 GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.
To download Bitcoin Core, visit [bitcoincore.org](https://bitcoincore.org/en/releases/).