From 3e711d82350d164380a97ce65f98371df0e0ac3e Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Dec 2022 14:50:18 -1000 Subject: [PATCH 1/2] Update LinodeStandUp.sh --- Scripts/LinodeStandUp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/LinodeStandUp.sh b/Scripts/LinodeStandUp.sh index 36f1019..1642392 100644 --- a/Scripts/LinodeStandUp.sh +++ b/Scripts/LinodeStandUp.sh @@ -82,7 +82,7 @@ fi # CURRENT BITCOIN RELEASE: # Change as necessary -export BITCOIN="bitcoin-core-23.0" +export BITCOIN="bitcoin-core-24.0.1" # Output stdout and stderr to ~root files exec > >(tee -a /standup.log) 2> >(tee -a /standup.log /standup.err >&2) From ae6edea1e4536b8843bdd12c6bee7356fe8d6e5a Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Dec 2022 14:51:18 -1000 Subject: [PATCH 2/2] Update StandUp.sh --- Scripts/StandUp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/StandUp.sh b/Scripts/StandUp.sh index 787ff70..2dd5965 100644 --- a/Scripts/StandUp.sh +++ b/Scripts/StandUp.sh @@ -302,7 +302,7 @@ echo "$0 - Downloading Bitcoin; this will also take a while!" # CURRENT BITCOIN RELEASE: # Change as necessary -export BITCOIN="bitcoin-core-23.0" +export BITCOIN="bitcoin-core-24.0.1" export BITCOINPLAIN=`echo $BITCOIN | sed 's/bitcoin-core/bitcoin/'` sudo -u standup wget https://bitcoincore.org/bin/$BITCOIN/$BITCOINPLAIN-x86_64-linux-gnu.tar.gz -O ~standup/$BITCOINPLAIN-x86_64-linux-gnu.tar.gz