From 964eae3a5aa10369470c87bebd27a44e33435d98 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 15 Jan 2025 06:56:34 +0000 Subject: [PATCH] btc: upgrade bitcoind from 26.1 to 28.1 all release notes: - https://bitcoincore.org/en/releases/26.2/ - https://bitcoincore.org/en/releases/27.0/ - https://bitcoincore.org/en/releases/27.1/ - https://bitcoincore.org/en/releases/27.2/ - https://bitcoincore.org/en/releases/28.0/ - https://bitcoincore.org/en/releases/28.1/ --- btc/env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/btc/env b/btc/env index 37dfd3a..460bfe5 100644 --- a/btc/env +++ b/btc/env @@ -1,6 +1,6 @@ -BITCOIN_CORE_VERSION_DIR_AARCH64=bitcoin-26.1 -BITCOIN_CORE_URL_AARCH64=https://bitcoincore.org/bin/bitcoin-core-26.1/bitcoin-26.1-aarch64-linux-gnu.tar.gz -BITCOIN_CORE_SHA256_AARCH64=e198461d981b675d39caaec4d5e69e79d7fd52c3d3508f5821e2effe7d4f12c2 +BITCOIN_CORE_VERSION_DIR_AARCH64=bitcoin-28.1 +BITCOIN_CORE_URL_AARCH64=https://bitcoincore.org/bin/bitcoin-core-28.1/bitcoin-28.1-aarch64-linux-gnu.tar.gz +BITCOIN_CORE_SHA256_AARCH64=6ddb6990690bd4c9a9f4319ed6f6e9c995c85ce5530ee9f120e80ce09e090c44 # binaries and config root; data is elsewhere, in /ssd/bitcoind as per conf file. BITCOIN_HOME=/home/bitcoind