|
| 1 | +--- |
| 2 | +title: Bitcoin Core 23.1 |
| 3 | +id: en-release-23.1 |
| 4 | +name: release-23.1 |
| 5 | +permalink: /en/releases/23.1/ |
| 6 | +excerpt: Bitcoin Core version 23.1 is now available |
| 7 | +date: 2022-12-21 |
| 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: [23, 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:b3a5dd34839ba1f137402928809c51f9d75d9369&dn=bitcoin-core-23.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" |
| 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 | +23.1 Release Notes |
| 29 | +================== |
| 30 | + |
| 31 | +Bitcoin Core version 23.1 is now available from: |
| 32 | + |
| 33 | + <https://bitcoincore.org/bin/bitcoin-core-23.1/> |
| 34 | + |
| 35 | +This release includes new features, 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 10.15+, 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 | +### P2P |
| 68 | + |
| 69 | +- #25314 p2p: always set nTime for self-advertisements |
| 70 | + |
| 71 | +### RPC and other APIs |
| 72 | + |
| 73 | +- #25220 rpc: fix incorrect warning for address type p2sh-segwit in createmultisig |
| 74 | +- #25237 rpc: Capture UniValue by ref for rpcdoccheck |
| 75 | +- #25983 Prevent data race for pathHandlers |
| 76 | +- #26275 Fix crash on deriveaddresses when index is 2147483647 (2^31-1) |
| 77 | + |
| 78 | +### Build system |
| 79 | + |
| 80 | +- #25201 windeploy: Renewed windows code signing certificate |
| 81 | +- #25788 guix: patch NSIS to remove .reloc sections from installer stubs |
| 82 | +- #25861 guix: use --build={arch}-guix-linux-gnu in cross toolchain |
| 83 | +- #25985 Revert "build: Use Homebrew's sqlite package if it is available" |
| 84 | + |
| 85 | +### GUI |
| 86 | + |
| 87 | +- #24668 build, qt: bump Qt5 version to 5.15.3 |
| 88 | +- gui#631 Disallow encryption of watchonly wallets |
| 89 | +- gui#680 Fixes MacOS 13 segfault by preventing certain notifications |
| 90 | + |
| 91 | +### Tests |
| 92 | + |
| 93 | +- #24454 tests: Fix calculation of external input weights |
| 94 | + |
| 95 | +### Miscellaneous |
| 96 | + |
| 97 | +- #26321 Adjust .tx/config for new Transifex CLI |
| 98 | + |
| 99 | +Credits |
| 100 | +======= |
| 101 | + |
| 102 | +Thanks to everyone who directly contributed to this release: |
| 103 | + |
| 104 | +- Andrew Chow |
| 105 | +- brunoerg |
| 106 | +- Hennadii Stepanov |
| 107 | +- John Moffett |
| 108 | +- MacroFake |
| 109 | +- Martin Zumsande |
| 110 | +- Michael Ford |
| 111 | +- muxator |
| 112 | +- Pavol Rusnak |
| 113 | +- Sebastian Falbesoner |
| 114 | +- W. J. van der Laan |
| 115 | + |
| 116 | +As well as to everyone that helped with translations on |
| 117 | +[Transifex](https://www.transifex.com/bitcoin/bitcoin/). |
| 118 | +{% endgithubify %} |
0 commit comments