|
| 1 | +--- |
| 2 | +title: Bitcoin Core 26.1 |
| 3 | +id: en-release-26.1 |
| 4 | +name: release-26.1 |
| 5 | +permalink: /en/releases/26.1/ |
| 6 | +excerpt: Bitcoin Core version 26.1 is now available |
| 7 | +date: 2024-04-02 |
| 8 | + |
| 9 | +## Use a YAML array for the version number to allow other parts of the |
| 10 | +## site to correctly sort in "natural sort of version numbers". |
| 11 | +## Use the same number of elements as decimal places, e.g. "0.1.2 => [0, |
| 12 | +## 1, 2]" versus "1.2 => [1, 2]" |
| 13 | +release: [26, 1] |
| 14 | + |
| 15 | +## Optional magnet link. To get it, open the torrent in a good BitTorrent client |
| 16 | +## and View Details, or install the transmission-cli Debian/Ubuntu package |
| 17 | +## and run: transmission-show -m <torrent file> |
| 18 | +# |
| 19 | +## Link should be enclosed in quotes and start with: "magnet:? |
| 20 | +optional_magnetlink: "magnet:?xt=urn:btih:1cae6d38169395d3e841d61c6f6afe25de2edaf9&dn=bitcoin-core-26.1&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.bitcoin.sprovoost.nl%3A6969&ws=http%3A%2F%2Fbitcoincore.org%2Fbin%2F" |
| 21 | + |
| 22 | +# Note: it is recommended to check all links to ensure they use |
| 23 | +# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo) |
| 24 | +# rather than relative urls (/bitcoin/bitcoin/doc/foo). |
| 25 | +--- |
| 26 | +{% include download.html %} |
| 27 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 28 | +26.1 Release Notes |
| 29 | +================== |
| 30 | + |
| 31 | +Bitcoin Core version 26.1 is now available from: |
| 32 | + |
| 33 | + <https://bitcoincore.org/bin/bitcoin-core-26.1/> |
| 34 | + |
| 35 | +This release includes various bug fixes and performance |
| 36 | +improvements, as well as updated translations. |
| 37 | + |
| 38 | +Please report bugs using the issue tracker at GitHub: |
| 39 | + |
| 40 | + <https://github.com/bitcoin/bitcoin/issues> |
| 41 | + |
| 42 | +To receive security and update notifications, please subscribe to: |
| 43 | + |
| 44 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 45 | + |
| 46 | +How to Upgrade |
| 47 | +============== |
| 48 | + |
| 49 | +If you are running an older version, shut it down. Wait until it has completely |
| 50 | +shut down (which might take a few minutes in some cases), then run the |
| 51 | +installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on macOS) |
| 52 | +or `bitcoind`/`bitcoin-qt` (on Linux). |
| 53 | + |
| 54 | +Upgrading directly from a version of Bitcoin Core that has reached its EOL is |
| 55 | +possible, but it might take some time if the data directory needs to be migrated. Old |
| 56 | +wallet versions of Bitcoin Core are generally supported. |
| 57 | + |
| 58 | +Compatibility |
| 59 | +============== |
| 60 | + |
| 61 | +Bitcoin Core is supported and extensively tested on operating systems |
| 62 | +using the Linux kernel, macOS 11.0+, and Windows 7 and newer. Bitcoin |
| 63 | +Core should also work on most other Unix-like systems but is not as |
| 64 | +frequently tested on them. It is not recommended to use Bitcoin Core on |
| 65 | +unsupported systems. |
| 66 | + |
| 67 | +Notable changes |
| 68 | +=============== |
| 69 | + |
| 70 | +### Wallet |
| 71 | + |
| 72 | +- #28994 wallet: skip BnB when SFFO is enabled |
| 73 | +- #28920 wallet: birth time update during tx scanning |
| 74 | +- #29176 wallet: Fix use-after-free in WalletBatch::EraseRecords |
| 75 | +- #29510 wallet: getrawchangeaddress and getnewaddress failures should not affect keypools for descriptor wallets |
| 76 | + |
| 77 | +### RPC |
| 78 | + |
| 79 | +- #29003 rpc: fix getrawtransaction segfault |
| 80 | +- #28784 rpc: keep .cookie file if it was not generated |
| 81 | + |
| 82 | +### Logs |
| 83 | + |
| 84 | +- #29227 log mempool loading progress |
| 85 | + |
| 86 | +### P2P and network changes |
| 87 | + |
| 88 | +- #29200 net: create I2P sessions using both ECIES-X25519 and ElGamal encryption |
| 89 | +- #29412 p2p: Don't process mutated blocks |
| 90 | +- #29524 p2p: Don't consider blocks mutated if they don't connect to known prev block |
| 91 | + |
| 92 | +### Build |
| 93 | + |
| 94 | +- #29127 Use hardened runtime on macOS release builds. |
| 95 | +- #29195 build: Fix -Xclang -internal-isystem option |
| 96 | + |
| 97 | +### CI |
| 98 | + |
| 99 | +- #28992 ci: Use Ubuntu 24.04 Noble for asan,tsan,tidy,fuzz |
| 100 | +- #29080 ci: Set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK to avoid unrelated failures |
| 101 | +- #29610 ci: Fix "macOS native" job |
| 102 | + |
| 103 | +### Miscellaneous |
| 104 | + |
| 105 | +- #28391 refactor: Simplify CTxMempool/BlockAssembler fields, remove some external mapTx access |
| 106 | +- #29179 test: wallet rescan with reorged parent + IsFromMe child in mempool |
| 107 | +- #28791 snapshots: don't core dump when running -checkblockindex after loadtxoutset |
| 108 | +- #29357 test: Drop x modifier in fsbridge::fopen call for MinGW builds |
| 109 | +- #29529 fuzz: restrict fopencookie usage to Linux & FreeBSD |
| 110 | + |
| 111 | +Credits |
| 112 | +======= |
| 113 | + |
| 114 | +Thanks to everyone who directly contributed to this release: |
| 115 | + |
| 116 | +- dergoegge |
| 117 | +- fanquake |
| 118 | +- furszy |
| 119 | +- glozow |
| 120 | +- Greg Sanders |
| 121 | +- Hennadii Stepanov |
| 122 | +- Jon Atack |
| 123 | +- MarcoFalke |
| 124 | +- Mark Friedenbach |
| 125 | +- Martin Zumsande |
| 126 | +- Murch |
| 127 | +- Roman Zeyde |
| 128 | +- stickies-v |
| 129 | +- UdjinM6 |
| 130 | + |
| 131 | +As well as to everyone that helped with translations on |
| 132 | +[Transifex](https://www.transifex.com/bitcoin/bitcoin/). |
| 133 | +{% endgithubify %} |
0 commit comments