From ede44be2e30e6a50e16172b1cdae404f1bd7254c Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 9 Apr 2024 10:16:10 +0200 Subject: [PATCH] btc: upgrade bitcoind from 25.1 to 26.1 selected pertinent changes from release notes: * nodes with multiple reachable networks will actively try to have at least one outbound connection to each network. this improves individual resistance to eclipse attacks and network level resistance to partition attacks. * when using assumeutxo with -prune, the prune budget may be exceeded if it is set lower than 1100MB * getrawtransaction segfault bugfix * log mempool loading progress all details: - https://bitcoincore.org/en/releases/26.0/ - https://bitcoincore.org/en/releases/26.1/ --- btc/env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/btc/env b/btc/env index 2080b01..37dfd3a 100644 --- a/btc/env +++ b/btc/env @@ -1,6 +1,6 @@ -BITCOIN_CORE_VERSION_DIR_AARCH64=bitcoin-25.1 -BITCOIN_CORE_URL_AARCH64=https://bitcoincore.org/bin/bitcoin-core-25.1/bitcoin-25.1-aarch64-linux-gnu.tar.gz -BITCOIN_CORE_SHA256_AARCH64=69b49bd4eda484a8b8e0e806649e5b7ae9b93b3dbb9889af23696437359bc52c +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 # binaries and config root; data is elsewhere, in /ssd/bitcoind as per conf file. BITCOIN_HOME=/home/bitcoind