Skip to content

Commit

Permalink
full-node: Revise addl est of blockchain d/l time
Browse files Browse the repository at this point in the history
  • Loading branch information
wbnns committed Jan 1, 2017
1 parent 0a95241 commit 83195c2
Showing 1 changed file with 36 additions and 32 deletions.
68 changes: 36 additions & 32 deletions en/full-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,12 @@ interaction with your node:
A complete list of commands is available in the [Bitcoin.org developer
reference](/en/developer-reference#rpc-quick-reference).
When Bitcoin Core daemon first starts, it will begin to download the
block chain. This step will take at least several hours, and it may
take a day or more on a slow Internet connection or with a slow
computer. During the download, Bitcoin Core will use a significant part
of your connection bandwidth. You can stop Bitcoin Core at any time using
the `stop` command; it will resume from the point where it stopped the next
time you start it.
When Bitcoin Core daemon first starts, it will begin to download the block
chain. This step will take at least several days, and it may take much more time
on a slow Internet connection or with a slow computer. During the download,
Bitcoin Core will use a significant part of your connection bandwidth. You can
stop Bitcoin Core at any time using the `stop` command; it will resume from the
point where it stopped the next time you start it.
{% endcapture %}
Expand Down Expand Up @@ -469,12 +468,12 @@ you want to use, click *Ok* to use the default.

![Bitcoin-Qt Welcome](/img/full-node/en-bitcoin-qt-welcome.png)

Bitcoin Core GUI will begin to download the block chain. This
step will take at least several hours, and it may take a day or more on
a slow Internet connection or with a slow computer. During the
download, Bitcoin Core will use a significant part of your connection
bandwidth. You can stop Bitcoin Core at any time by closing it; it will
resume from the point where it stopped the next time you start it.
Bitcoin Core GUI will begin to download the block chain. This step will take at
least several days, and it may take much more time on a slow Internet connection
or with a slow computer. During the download, Bitcoin Core will use a
significant part of your connection bandwidth. You can stop Bitcoin Core at any
time by closing it; it will resume from the point where it stopped the next time
you start it.

![Bitcoin-Qt Initial Block Download](/img/full-node/en-bitcoin-qt-ibd.png)

Expand Down Expand Up @@ -665,12 +664,12 @@ still need to configure inbound connections as described later in the

![Opening outgoing firewall for Bitcoin Core](/img/full-node/en-win7-bitcoin-core-outgoing-firewall.png)

Bitcoin Core GUI will begin to download the block chain. This
step will take at least several hours, and it may take a day or more on
a slow Internet connection or with a slow computer. During the
download, Bitcoin Core will use a significant part of your connection
bandwidth. You can stop Bitcoin Core at any time by closing it; it will
resume from the point where it stopped the next time you start it.
Bitcoin Core GUI will begin to download the block chain. This step will take at
least several days, and it may take much more time on a slow Internet connection
or with a slow computer. During the download, Bitcoin Core will use a
significant part of your connection bandwidth. You can stop Bitcoin Core at any
time by closing it; it will resume from the point where it stopped the next time
you start it.

![Bitcoin-Qt Initial Block Download](/img/full-node/en-win7-ibd.png)

Expand Down Expand Up @@ -863,12 +862,12 @@ still need to configure inbound connections as described later in the

![Opening outgoing firewall for Bitcoin Core](/img/full-node/en-win7-bitcoin-core-outgoing-firewall.png)

Bitcoin Core GUI will begin to download the block chain. This
step will take at least several hours, and it may take a day or more on
a slow Internet connection or with a slow computer. During the
download, Bitcoin Core will use a significant part of your connection
bandwidth. You can stop Bitcoin Core at any time by closing it; it will
resume from the point where it stopped the next time you start it.
Bitcoin Core GUI will begin to download the block chain. This step will take at
least several days, and it may take much more time on a slow Internet connection
or with a slow computer. During the download, Bitcoin Core will use a
significant part of your connection bandwidth. You can stop Bitcoin Core at any
time by closing it; it will resume from the point where it stopped the next time
you start it.

![Bitcoin-Qt Initial Block Download](/img/full-node/en-win7-ibd.png)

Expand Down Expand Up @@ -958,7 +957,12 @@ For example, to safely stop your node, run the following command:
{{complete_list_of_commands_and_ibd}}


When Bitcoin Core daemon first starts, it will begin to download the block chain. This step will take at least several hours, and it may take a day or more on a slow Internet connection or with a slow computer. During the download, Bitcoin Core will use a significant part of your connection bandwidth. You can stop Bitcoin Core at any time using the stop command; it will resume from the point where it stopped the next time you start it.
When Bitcoin Core daemon first starts, it will begin to download the block
chain. This step will take at least several days, and it may take much more time
on a slow Internet connection or with a slow computer. During the download,
Bitcoin Core will use a significant part of your connection bandwidth. You can
stop Bitcoin Core at any time using the stop command; it will resume from the
point where it stopped the next time you start it.

<div class="box" markdown="1">
*Optional: Start Your Node At Boot*
Expand Down Expand Up @@ -1025,12 +1029,12 @@ you want to use, click Ok to use the default.

![Bitcoin Core Welcome](/img/full-node/en-osx-welcome-to-bitcoin-core.png)

Bitcoin Core GUI will begin to download the block chain. This
step will take at least several hours, and it may take a day or more on
a slow Internet connection or with a slow computer. During the
download, Bitcoin Core will use a significant part of your connection
bandwidth. You can stop Bitcoin Core at any time by closing it; it will
resume from the point where it stopped the next time you start it.
Bitcoin Core GUI will begin to download the block chain. This step will take at
least several days, and it may take much more time on a slow Internet connection
or with a slow computer. During the download, Bitcoin Core will use a
significant part of your connection bandwidth. You can stop Bitcoin Core at any
time by closing it; it will resume from the point where it stopped the next time
you start it.

![Bitcoin Core Initial Block Download](/img/full-node/en-osx-ibd.png)

Expand Down

0 comments on commit 83195c2

Please sign in to comment.