From 1640f6abb978d8bcb4d3f3cd03c8fefbac79fb02 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Mon, 6 Aug 2018 16:52:46 -0700 Subject: [PATCH] Upgrade to 0.16.1 --- 02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md b/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md index 82752b6..ba4a4a4 100644 --- a/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md +++ b/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md @@ -299,9 +299,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.15.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.16.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.16.0 +$ export BITCOIN=bitcoin-core-0.16.1 $ export BITCOINPLAIN=`echo $BITCOIN | sed 's/bitcoin-core/bitcoin/'` ```