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) 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