diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-04-12 11:18:14 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-04-12 11:18:32 +0200 |
| commit | 76db4e235da7720dfeb087e62a261d94859213e5 (patch) | |
| tree | 97af0b3de34bf91a49b37870a4189d88588f7070 /doc/README.md | |
| parent | Merge pull request #3912 (diff) | |
| parent | Added Blockchain Bootstraping Tutorial (diff) | |
| download | discoin-76db4e235da7720dfeb087e62a261d94859213e5.tar.xz discoin-76db4e235da7720dfeb087e62a261d94859213e5.zip | |
Merge pull request #3747
b698417 Added Blockchain Bootstraping Tutorial (super3)
Diffstat (limited to 'doc/README.md')
| -rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index 9a7d10118..a21582458 100644 --- a/doc/README.md +++ b/doc/README.md @@ -6,7 +6,7 @@ Copyright (c) 2009-2014 Bitcoin Developers Setup --------------------- -[Bitcoin Core](http://bitcoin.org/en/download) 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. Thankfully you only have to do this once. If you would like the process to go faster you can [download the blockchain directly](https://bitcointalk.org/index.php?topic=145386.0). +[Bitcoin Core](http://bitcoin.org/en/download) 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. Thankfully you only have to do this once. If you would like the process to go faster you can [download the blockchain directly](bootstrap.md). Running --------------------- |