Fixed a misspelling, added a missing word and two missing spaces.

This commit is contained in:
Martin Erlandsson 2018-09-11 10:11:46 +02:00
parent ee5fcc2e41
commit 53d2ca7dee

View File

@ -187,7 +187,7 @@ have an easy-to-use node.
X, or Linux.
* {{site.text.bitcoin_datadir_gb}} gigabytes of free disk space,
accessable at a minimum read/write speed of 100 MB/s.
accessible at a minimum read/write speed of 100 MB/s.
* 2 gigabytes of memory (RAM)
@ -233,13 +233,13 @@ through the IBD process at the first run, and it may take a considerable amount
node has to download the entire block chain (which is roughly {{site.text.chain_gb}} gigabytes now).
During the download, there could be a high usage for the network and CPU
(since the node has to verify the blocks downloaded), and the client will take up an
increasing amount of storage space([reduce storage](#reduce-storage) provides more details on reducing storage).
increasing amount of storage space ([reduce storage](#reduce-storage) provides more details on reducing storage).
Before the node finishes IBD, you will not be able to see a new transaction related to your account until
the client has caught up to block containing that transaction.
the client has caught up to the block containing that transaction.
So your wallet may not count new payments/spendings into the balance.
If you are using Bitcoin Core GUI, you can monitor the progress of IBD in the status bar(left bottom corner).
If you are using Bitcoin Core GUI, you can monitor the progress of IBD in the status bar (left bottom corner).
![Bitcoin-Qt Initial Block Download](/img/full-node/en-bitcoin-qt-ibd.png?{{site.time | date: '%s'}})