Bitcoin Core version 29.x is now available from: This release includes various bug fixes and performance improvements, as well as updated translations. Please report bugs using the issue tracker at GitHub: To receive security and update notifications, please subscribe to: How to Upgrade ============== If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes in some cases), then run the installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on macOS) or `bitcoind`/`bitcoin-qt` (on Linux). Upgrading directly from a version of Bitcoin Core that has reached its EOL is possible, but it might take some time if the data directory needs to be migrated. Old wallet versions of Bitcoin Core are generally supported. Compatibility ============== Bitcoin Core is supported and tested on operating systems using the Linux Kernel 3.17+, macOS 13+, and Windows 10+. Bitcoin Core should also work on most other Unix-like systems but is not as frequently tested on them. It is not recommended to use Bitcoin Core on unsupported systems. Notable changes =============== ### Updated Settings - The `-maxmempool` and `-dbcache` startup parameters are now capped on 32-bit systems to 500MB and 1GiB respectively. - #32530 node: cap -maxmempool and -dbcache values for 32-bit ### Wallet - #31757 wallet: fix crash on double block disconnection - #32553 wallet: Fix logging of wallet version ### Test - #32286 test: Handle empty string returned by CLI as None in RPC tests - #32312 test: Fix feature_pruning test after nTime typo fix - #32336 test: Suppress upstream -Wduplicate-decl-specifier in bpfcc - #32483 test: fix two intermittent failures in wallet_basic.py - #32630 test: fix sync function in rpc_psbt.py - #32765 test: Fix list index out of range error in feature_bip68_sequence.py - #32742 test: fix catchup loop in outbound eviction functional test - #32833 test: Add msgtype to msg_generic slots ### Util - #32248 Remove support for RNDR/RNDRRS for aarch64 ### Build - #32356 cmake: Respect user-provided configuration-specific flags - #32437 crypto: disable ASan for sha256_sse4 with Clang - #32469 cmake: Allow WITH_DBUS on all Unix-like systems - #32439 guix: accomodate migration to codeberg - #32551 cmake: Add missed SSE41_CXXFLAGS - #32568 depends: use "mkdir -p" when installing xproto - #32678 guix: warn and abort when SOURCE_DATE_EPOCH is set - #32690 depends: fix SHA256SUM command on OpenBSD (use GNU mode output) - #32760 depends: capnp 1.2.0 - #32798 build: add root dir to CMAKE_PREFIX_PATH in toolchain - #32805 cmake: Use HINTS instead of PATHS in find_* commands - #32814 cmake: Explicitly specify Boost_ROOT for Homebrew's package ### Gui - #864 Crash fix, disconnect numBlocksChanged() signal during shutdown - #868 Replace stray tfm::format to cerr with qWarning ### Doc - #32333 doc: Add missing top-level description to pruneblockchain RPC - #32353 doc: Fix fuzz test_runner.py path - #32389 doc: Fix test_bitcoin path - #32607 rpc: Note in fundrawtransaction doc, fee rate is for package - #32679 doc: update tor docs to use bitcoind binary from path - #32693 depends: fix cmake compatibility error for freetype - #32696 doc: make -DWITH_ZMQ=ON explicit on build-unix.md - #32708 rpc, doc: update listdescriptors RCP help - #32711 doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md - #32719 doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project" - #32776 doc: taproot became always active in v24.0 - #32777 doc: fix Transifex 404s ### CI - #32184 ci: Add workaround for vcpkg's libevent package ### Misc - #32187 refactor: Remove spurious virtual from final ~CZMQNotificationInterface - #32454 tracing: fix invalid argument in mempool_monitor - #32771 contrib: tracing: Fix read of pmsg_type in p2p_monitor.py Credits ======= Thanks to everyone who directly contributed to this release: - achow101 - benthecarman - Brandon Odiwuor - davidgumberg - dergoegge - enirox001 - fanquake - furszy - Hennadii Stepanov - hodlinator - ismaelsadeeq - jb55 - josibake - laanwj - luisschwab - MarcoFalke - Martin Zumsande - monlovesmango - nervana21 - rkrux - Sjors - theStack - willcl-ark - zaidmstrr As well as to everyone that helped with translations on [Transifex](https://explore.transifex.com/bitcoin/bitcoin/).