Update 2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md

This commit is contained in:
Shannon Appelcline 2017-05-08 16:08:08 -07:00 committed by GitHub
parent 3c825ccafd
commit a8ec746dba

View File

@ -294,9 +294,9 @@ $ source ~/.bash_profile
We suggest setting up two variables to make this installation more automatic. We suggest setting up two variables to make this installation more automatic.
The first variable, $BITCOIN, should be set to the current version of Bitcoin. It was 0.14.0 when we wrote this. The second will then automatically generate a truncated form used by some of the files. The first variable, $BITCOIN, should be set to the current version of Bitcoin. It was 0.14.1 when we wrote this. The second will then automatically generate a truncated form used by some of the files.
``` ```
$ export BITCOIN=bitcoin-core-0.14.0 $ export BITCOIN=bitcoin-core-0.14.1
$ export BITCOINPLAIN=`echo $BITCOIN | sed 's/bitcoin-core/bitcoin/'` $ export BITCOINPLAIN=`echo $BITCOIN | sed 's/bitcoin-core/bitcoin/'`
``` ```
@ -391,7 +391,7 @@ But wait, your Bitcoin daemon is probably still downloading blocks. This alias,
``` ```
$ btcblock $ btcblock
``` ```
0.14.0 is quite fast to download blocks, but it might still take an hour to download the unpruned testnet. It might be time for a few more espressos. 0.14.1 is quite fast to download blocks, but it might still take an hour to download the unpruned testnet. It might be time for a few more espressos.
> **TESTNET vs MAINNET:** An unpruned mainnet will take hours longer. > **TESTNET vs MAINNET:** An unpruned mainnet will take hours longer.