From bf0d7eee0d2d80534c81dab6c75d73a647a011a4 Mon Sep 17 00:00:00 2001 From: "Minh T. Nguyen" Date: Wed, 30 Apr 2014 09:27:19 -0700 Subject: [PATCH] I am changing data set into one word here, because you use dataset as a single word later --- ch03.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index 1e67554b..2e66d208 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -19,7 +19,7 @@ The first time you run Bitcoin Core it will start downloading the blockchain, a [TIP] ==== -Bitcoin Core keeps a full copy of the transaction ledger (blockchain), with every transaction that has ever occurred on the bitcoin network since its inception in 2009. This data set is several gigabytes in size (approximately 16GB in late 2013) and is downloaded incrementally over several days. The client will not be able to process transactions or update account balances until the full blockchain dataset is downloaded. During that time, the client will display "Out of sync" next to the account balances and show "Synchronizing" in the footer. Make sure you have enough disk space, bandwidth and time to complete the initial synchronization. +Bitcoin Core keeps a full copy of the transaction ledger (blockchain), with every transaction that has ever occurred on the bitcoin network since its inception in 2009. This dataset is several gigabytes in size (approximately 16GB in late 2013) and is downloaded incrementally over several days. The client will not be able to process transactions or update account balances until the full blockchain dataset is downloaded. During that time, the client will display "Out of sync" next to the account balances and show "Synchronizing" in the footer. Make sure you have enough disk space, bandwidth and time to complete the initial synchronization. ==== [[bitcoin-qt-firstload]]