Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT. -->
{% assign VERSION_SORTED_RELEASES = site.releases | sort: 'release' | reverse %}
{% capture CURRENT_RELEASE %}{% for subver in VERSION_SORTED_RELEASES[2].release %}{{subver}}{% unless forloop.last %}.{% endunless %}{% endfor %}{% endcapture %}
{% assign magnet = VERSION_SORTED_RELEASES[2].optional_magnetlink %}
{% capture CURRENT_RELEASE %}{% for subver in VERSION_SORTED_RELEASES[0].release %}{{subver}}{% unless forloop.last %}.{% endunless %}{% endfor %}{% endcapture %}
{% assign magnet = VERSION_SORTED_RELEASES[0].optional_magnetlink %}
{% capture PATH_PREFIX %}/bin/bitcoin-core-{{CURRENT_RELEASE}}{% endcapture %}
{% capture FILE_PREFIX %}bitcoin-{{CURRENT_RELEASE}}{% endcapture %}
{% assign builder_line_arr = page.example_builders_line | split: ' ' %}
Expand Down
30 changes: 30 additions & 0 deletions _posts/en/posts/2026-01-10-release-30.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Bitcoin Core 30.2 released
name: blog-release-30.2
id: en-blog-release-30.2
lang: en
type: posts
layout: post

## If this is a new post, reset this counter to 1.
version: 1

## Only true if release announcement or security annoucement. English posts only
announcement: 1

excerpt: >
Bitcoin Core 30.2 is now available.
---
Bitcoin Core version 30.2 is now available for [download][download
page]. See the [release notes][] for more information about the
bug fixes in this release.

If you have any questions, please stop by the #bitcoin IRC chatroom
([IRC][irc], [web][web irc]) and we’ll do our best to help you.

[release notes]: /en/releases/30.2/
[IRC]: irc://irc.libera.chat/bitcoin
[web irc]: https://web.libera.chat/#bitcoin
[download page]: /en/download

{% include references.md %}
119 changes: 119 additions & 0 deletions _releases/30.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
---
title: Bitcoin Core 30.2
id: en-release-30.2
name: release-30.2
permalink: /en/releases/30.2/
excerpt: Bitcoin Core version 30.2 is now available
date: 2026-01-10

## Use a YAML array for the version number to allow other parts of the
## site to correctly sort in "natural sort of version numbers".
## Use the same number of elements as decimal places, e.g. "0.1.2 => [0,
## 1, 2]" versus "1.2 => [1, 2]"
release: [30, 2]

## Optional magnet link. To get it, open the torrent in a good BitTorrent client
## and View Details, or install the transmission-cli Debian/Ubuntu package
## and run: transmission-show -m <torrent file>
#
## Link should be enclosed in quotes and start with: "magnet:?
optional_magnetlink: "magnet:?xt=urn:btih:fff6e291f0fff51cbd5de05b89655bfce4bd21da&dn=bitcoin-core-30.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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whitelisted


# Note: it is recommended to check all links to ensure they use
# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo)
# rather than relative urls (/bitcoin/bitcoin/doc/foo).
---
{% include download.html %}
{% githubify https://github.com/bitcoin/bitcoin %}
v30.2 Release Notes
===================

Bitcoin Core version v30.2 is now available from:

<https://bitcoincore.org/bin/bitcoin-core-30.2/>

This release includes new features, various bug fixes and performance
improvements, as well as updated translations.

Please report bugs using the issue tracker at GitHub:

<https://github.com/bitcoin/bitcoin/issues>

To receive security and update notifications, please subscribe to:

<https://bitcoincore.org/en/list/announcements/join/>

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
===============

### Wallet

- #34156 wallet: fix unnamed legacy wallet migration failure
- #34215 wallettool: fix unnamed createfromdump failure walletsdir deletion
- #34221 test: migration, avoid backup name mismatch in default_wallet_failure

### IPC

- #33511 init: Fix Ctrl-C shutdown hangs during wait calls

### Build

- #33950 guix: reduce allowed exported symbols
- #34107 build: Update minimum required Boost version
- #34227 guix: Fix osslsigncode tests

### Test

- #34137 test: Avoid hard time.sleep(1) in feature_init.py
- #34226 wallet: test: Relative wallet failed migration cleanup

### Fuzz

- #34091 fuzz: doc: remove any mention to address_deserialize_v2

### Doc

- #34182 doc: Update OpenBSD Build Guide

### Misc

- #34174 doc: update copyright year to 2026

Credits
=======

Thanks to everyone who directly contributed to this release:

- Ava Chow
- brunoerg
- davidgumberg
- fanquake
- furszy
- Hennadii Stepanov
- MarcoFalke
- Ryan Ofsky

As well as to everyone that helped with translations on
[Transifex](https://explore.transifex.com/bitcoin/bitcoin/).
{% endgithubify %}