mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Update 2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md
This commit is contained in:
parent
dced3b8570
commit
cf0fe585d5
@ -307,7 +307,7 @@ First, we suggest setting up two variables to make this installation more automa
|
||||
|
||||
The first variable, $BITCOIN, should be set to the current version of Bitcoin. It was 0.13.2 when we wrote this. The second will then automatically generate a truncated form used by some of the files.
|
||||
```
|
||||
$ export BITCOIN=bitcoin-core-0.13.2
|
||||
$ export BITCOIN=bitcoin-core-0.14.0
|
||||
$ export BITCOINPLAIN=`echo $BITCOIN | sed 's/bitcoin-core/bitcoin/'`
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user