From 85e77954b13d457ab6bbaa8fc96cffd2656a6456 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 19 May 2020 10:59:26 -1000 Subject: [PATCH] We've tested up through 0.18.0 SO I've updated accordingly. --- 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 f6b6039..dbcaa00 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.17.0 +export BITCOIN=bitcoin-core-0.18.0 # Set the variable $IPADDR to the IP address the new Linode receives. IPADDR=$(/sbin/ifconfig eth0 | awk '/inet / { print $2 }' | sed 's/addr://')