← index

Bitcoin Core v30.0 Released

An archive of delvingbitcoin.org · view original topic →

fanquake · #1 ·

Bitcoin Core version v30.0 is now available from:

https://bitcoincore.org/bin/bitcoin-core-30.0/

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/

With the release of this new major version, versions 27.x and older are at “End of Life” and will no longer receive updates.

In accordance with the security policy, we will in two weeks disclose:

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

Policy

P2P and network changes

New bitcoin command

External Signing

IPC Mining Interface

Install changes

Indexes

Logging

Updated RPCs

Changes to wallet-related RPCs can be found in the Wallet section below.

New RPCs

Build System

Updated settings

Changes to GUI or wallet related settings can be found in the GUI or Wallet section below.

Wallet

GUI changes

Low-level changes

Credits

Thanks to everyone who directly contributed to this release:

As well as to everyone that helped with translations on Transifex.

Ján Sáreník · #2 ·

I did not notice any mention in the release notes, but were there any changes to handling of the chainstate?

I see size difference in gigabytes and the size of the chainstate directory was never temporarily changing so fast in older versions.

Compare

Ján Sáreník · #3 · · in reply to #2

Oops, looks back to normal (10.6G) already. Noise.

$ du -h -d1 .bitcoin/
1.5G	.bitcoin/testnet4
11.6G	.bitcoin/indexes
3.4G	.bitcoin/signet
43.1M	.bitcoin/wallets
97.6G	.bitcoin/blocks
18.6M	.bitcoin/regtest
10.6G	.bitcoin/chainstate
125.0G	.bitcoin/