Skip to content

Commit b004e17

Browse files
committed
Merge #1039: Bitcoin Core 26.2
a95e4a6 Bitcoin Core 26.2 (glozow) Pull request description: final changes PR: bitcoin/bitcoin#30376 ACKs for top commit: achow101: ACK a95e4a6 stickies-v: ACK a95e4a6 - all review comments adressed, verified the magnet link Tree-SHA512: ef89ab0e967100c84a7d997bfaa8439fc64577f8016af7541ed540711e392d89c4f2017c7323c7f86d62794725c728e89f64494739709927ea678c177257e81c
2 parents 5695416 + a95e4a6 commit b004e17

File tree

2 files changed

+152
-0
lines changed

2 files changed

+152
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Bitcoin Core 26.2 released
3+
name: blog-release-26.2
4+
id: en-blog-release-26.2
5+
lang: en
6+
type: posts
7+
layout: post
8+
9+
## If this is a new post, reset this counter to 1.
10+
version: 1
11+
12+
## Only true if release announcement or security annoucement. English posts only
13+
announcement: 1
14+
15+
excerpt: >
16+
Bitcoin Core 26.2 is now available.
17+
---
18+
Bitcoin Core version 26.2 is now available for [download][download
19+
page]. See the [release notes][] for more information about the many
20+
bug fixes in this release.
21+
22+
If you have any questions, please stop by the #bitcoin IRC chatroom
23+
([IRC][irc], [web][web irc]) and we’ll do our best to help you.
24+
25+
[release notes]: /en/releases/26.2/
26+
[IRC]: irc://irc.libera.chat/bitcoin
27+
[web irc]: https://web.libera.chat/#bitcoin
28+
[download page]: /en/download
29+
30+
{% include references.md %}

_releases/26.2.md

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
title: Bitcoin Core 26.2
3+
id: en-release-26.2
4+
name: release-26.2
5+
permalink: /en/releases/26.2/
6+
excerpt: Bitcoin Core version 26.2 is now available
7+
date: 2024-07-09
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, 2]
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:9f9db55bc8fcfe0081904613a4f54cdfe306c789&dn=bitcoin-core-26.2&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.2 Release Notes
29+
==================
30+
31+
Bitcoin Core version 26.2 is now available from:
32+
33+
<https://bitcoincore.org/bin/bitcoin-core-26.2/>
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 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+
### Script
71+
72+
- #29853: sign: don't assume we are parsing a sane TapMiniscript
73+
74+
### P2P and network changes
75+
76+
- #29691: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
77+
- #30085: p2p: detect addnode cjdns peers in GetAddedNodeInfo()
78+
79+
### RPC
80+
81+
- #29869: rpc, bugfix: Enforce maximum value for setmocktime
82+
- #28554: bugfix: throw an error if an invalid parameter is passed to getnetworkhashps RPC
83+
- #30094: rpc: move UniValue in blockToJSON
84+
- #29870: rpc: Reword SighashFromStr error message
85+
86+
### Build
87+
88+
- #29747: depends: fix mingw-w64 Qt DEBUG=1 build
89+
- #29985: depends: Fix build of Qt for 32-bit platforms with recent glibc
90+
- #30151: depends: Fetch miniupnpc sources from an alternative website
91+
- #30283: upnp: fix build with miniupnpc 2.2.8
92+
93+
### Misc
94+
95+
- #29776: ThreadSanitizer: Fix #29767
96+
- #29856: ci: Bump s390x to ubuntu:24.04
97+
- #29764: doc: Suggest installing dev packages for debian/ubuntu qt5 build
98+
- #30149: contrib: Renew Windows code signing certificate
99+
100+
Credits
101+
=======
102+
103+
Thanks to everyone who directly contributed to this release:
104+
105+
- Antoine Poinsot
106+
- Ava Chow
107+
- Cory Fields
108+
- dergoegge
109+
- fanquake
110+
- glozow
111+
- Hennadii Stepanov
112+
- Jameson Lopp
113+
- jonatack
114+
- laanwj
115+
- Luke Dashjr
116+
- MarcoFalke
117+
- nanlour
118+
- willcl-ark
119+
120+
As well as to everyone that helped with translations on
121+
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).
122+
{% endgithubify %}

0 commit comments

Comments
 (0)