aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-12-16 12:23:19 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2013-12-16 12:23:31 +0100
commit2ed38d11a8fb133406201469bfd4fa9e8c926a8a (patch)
tree2ef2d92b39764dcc62eb66e561211296ef4e9955 /doc
parent3d7c66d75de3e5d14332976a21573aa5d4c3a74c (diff)
parent22f0135df0f6ee94c137d6c59209bdfbd93533fc (diff)
downloadbitcoin-2ed38d11a8fb133406201469bfd4fa9e8c926a8a.tar.xz
Merge pull request #3408
22f0135 Rebrand to `Bitcoin Core` (Wladimir J. van der Laan)
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md2
-rw-r--r--doc/README_windows.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.md b/doc/README.md
index 4ac2e87c3f..c23d4a484e 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -6,7 +6,7 @@ Copyright (c) 2009-2013 Bitcoin Developers
Setup
---------------------
-[Bitcoin-Qt](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](https://bitcointalk.org/index.php?topic=145386.0).
Running
---------------------
diff --git a/doc/README_windows.txt b/doc/README_windows.txt
index b26fab3be8..f120b8eb2f 100644
--- a/doc/README_windows.txt
+++ b/doc/README_windows.txt
@@ -20,7 +20,7 @@ Setup
-----
Unpack the files into a directory and run bitcoin-qt.exe.
-Bitcoin-Qt is the original Bitcoin client and it builds the backbone of the network.
+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;
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.