From e543079750b2f08f1b73f4c04a9f3ac5a3b5c4d1 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Mon, 6 Aug 2018 16:53:52 -0700 Subject: [PATCH] Upgrade to 16.1 --- 02_2__Script_Linode_Setup.stackscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_2__Script_Linode_Setup.stackscript b/02_2__Script_Linode_Setup.stackscript index 8e3e6eb..369461e 100644 --- a/02_2__Script_Linode_Setup.stackscript +++ b/02_2__Script_Linode_Setup.stackscript @@ -23,7 +23,7 @@ # CURRENT BITCOIN RELEASE: # Change as necessary -export BITCOIN=bitcoin-core-0.16.0 +export BITCOIN=bitcoin-core-0.16.1 # Set the variable $IPADDR to the IP address the new Linode receives. IPADDR=$(/sbin/ifconfig eth0 | awk '/inet / { print $2 }' | sed 's/addr://')