From cf0fe585d5f57a40f3c3ae16ccb68c6da3a452be Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 23 Mar 2017 11:26:02 -0700 Subject: [PATCH] Update 2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md --- 2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md b/2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md index 038509d..079014d 100644 --- a/2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md +++ b/2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md @@ -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/'` ```