From 23911a4c9d91646c6d84d2802389301a19703b05 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 29 Nov 2023 13:14:35 +0100 Subject: [PATCH] btc: upgrade bitcoind from 24.0.1 to 25.1 a couple selected release notes: * transactions with 65+ bytes in non-witness data are now acceptable by mempool and relay policies. * improvements to parallel compact block downloads * avoid serving stale fee estimates new features which nakamochi might find useful in the future: * a new shutdownnotify option, a command to exec synchronously before bitcoind initiates its shutdown sequence * a new /rest/deploymentinfo endpoint which reports consensus changes all details: - https://bitcoincore.org/en/releases/25.0/ - https://bitcoincore.org/en/releases/25.1/ --- btc/env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/btc/env b/btc/env index 29adf40..2080b01 100644 --- a/btc/env +++ b/btc/env @@ -1,6 +1,6 @@ -BITCOIN_CORE_VERSION_DIR_AARCH64=bitcoin-24.0.1 -BITCOIN_CORE_URL_AARCH64=https://bitcoincore.org/bin/bitcoin-core-24.0.1/bitcoin-24.0.1-aarch64-linux-gnu.tar.gz -BITCOIN_CORE_SHA256_AARCH64=0b48b9e69b30037b41a1e6b78fb7cbcc48c7ad627908c99686e81f3802454609 +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 # binaries and config root; data is elsewhere, in /ssd/bitcoind as per conf file. BITCOIN_HOME=/home/bitcoind