Update version to 0.15.1

This commit is contained in:
Bruno Volpato 2017-12-12 14:33:16 -08:00
parent 53c92c977a
commit eaba49fb29
3 changed files with 16 additions and 17 deletions

View File

@ -294,9 +294,9 @@ $ source ~/.bash_profile
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.1 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.15.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.1
$ export BITCOIN=bitcoin-core-0.15.1
$ export BITCOINPLAIN=`echo $BITCOIN | sed 's/bitcoin-core/bitcoin/'`
```
@ -390,7 +390,7 @@ But wait, your Bitcoin daemon is probably still downloading blocks. This alias,
```
$ btcblock
```
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.
0.15.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.

View File

@ -148,7 +148,7 @@ You will know the StackScripts are done when a BITCOIN-IS-READY file appears in
```
$ ls
bitcoin-0.14.1-x86_64-linux-gnu.tar.gz laanwj-releases.asc
bitcoin-0.15.1-x86_64-linux-gnu.tar.gz laanwj-releases.asc
BITCOIN-IS-READY SHA256SUMS.asc
```

View File

@ -182,7 +182,7 @@ For example `bitcoin-cli getnetworkinfo` gives you a variety of information on y
$ bitcoin-cli getnetworkinfo
{
"version": 140000,
"subversion": "/Satoshi:0.14.0/",
"subversion": "/Satoshi:0.15.1/",
"protocolversion": 70015,
"localservices": "000000000000000d",
"localrelay": false,
@ -232,4 +232,3 @@ The ~/.bitcoin directory contains all of your files, while `bitcoin-cli help` an
## What's Next?
Continue "Understanding Your Bitcoin Setup" with [§3.3: Setting Up Your Wallet](03_3_Setting_Up_Your_Wallet.md).