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/dev
parent
e7cfbb235d
commit
23911a4c9d
6
btc/env
6
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
|
||||
|
|
Loading…
Reference in New Issue