2019-05-10 20:23:34 +02:00
*After branching off for a major version release of Bitcoin Core, use this
template to create the initial release notes draft.*
*The release notes draft is a temporary file that can be added to by anyone. See
[/doc/developer-notes.md#release-notes ](/doc/developer-notes.md#release-notes )
for the process.*
*Create the draft, named* "*version* Release Notes Draft"
*(e.g. "0.20.0 Release Notes Draft"), as a collaborative wiki in:*
https://github.com/bitcoin-core/bitcoin-devwiki/wiki/
*Before the final release, move the notes back to this git repository.*
*version* Release Notes Draft
===============================
2014-03-17 08:19:54 -04:00
2017-02-17 17:26:01 +01:00
Bitcoin Core version *version* is now available from:
2016-04-15 13:21:16 +02:00
2018-01-30 13:49:15 +01:00
< https: / / bitcoincore . org / bin / bitcoin-core- * version * / >
2016-04-15 13:21:16 +02:00
2019-07-24 16:40:32 -04:00
This release includes new features, various bug fixes and performance
improvements, as well as updated translations.
2016-04-15 13:21:16 +02:00
2017-09-12 10:04:27 +02:00
Please report bugs using the issue tracker at GitHub:
2016-04-15 13:21:16 +02:00
< https: / / github . com / bitcoin / bitcoin / issues >
To receive security and update notifications, please subscribe to:
< https: / / bitcoincore . org / en / list / announcements / join / >
2017-08-14 16:45:58 +02:00
How to Upgrade
==============
If you are running an older version, shut it down. Wait until it has completely
2017-10-09 21:45:01 +13:00
shut down (which might take a few minutes for older versions), then run the
2017-09-12 10:04:27 +02:00
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
2017-08-14 16:45:58 +02:00
or `bitcoind` /`bitcoin-qt` (on Linux).
2019-04-16 08:05:36 -04:00
Upgrading directly from a version of Bitcoin Core that has reached its EOL is
2019-10-01 13:04:40 +02:00
possible, but it might take some time if the datadir needs to be migrated. Old
2019-04-16 08:05:36 -04:00
wallet versions of Bitcoin Core are generally supported.
2017-08-14 16:45:58 +02:00
2016-06-22 16:29:00 +02:00
Compatibility
==============
2018-12-17 06:12:05 -06:00
Bitcoin Core is supported and extensively tested on operating systems using
2019-07-24 16:40:32 -04:00
the Linux kernel, macOS 10.10+, and Windows 7 and newer. It is not recommended
2018-12-17 06:12:05 -06:00
to use Bitcoin Core on unsupported systems.
2017-01-14 01:21:41 +00:00
Bitcoin Core should also work on most other Unix-like systems but is not
2019-07-24 16:40:32 -04:00
as frequently tested on them.
2016-06-22 16:29:00 +02:00
2019-10-01 13:04:40 +02:00
From Bitcoin Core 0.17.0 onwards, macOS versions earlier than 10.10 are no
longer supported, as Bitcoin Core is now built using Qt 5.9.x which requires
macOS 10.10+. Additionally, Bitcoin Core does not yet change appearance when
2018-11-06 08:14:40 -05:00
macOS "dark mode" is activated.
2019-10-01 13:04:40 +02:00
In addition to previously supported CPU platforms, this release's pre-compiled
distribution provides binaries for the RISC-V platform.
2018-07-09 00:28:20 +08:00
2015-05-26 15:32:25 -04:00
Notable changes
===============
2019-10-02 14:28:35 -04:00
New RPCs
--------
New settings
------------
Updated settings
----------------
Updated RPCs
------------
Note: some low-level RPC changes mainly useful for testing are described in the
Low-level Changes section below.
GUI changes
-----------
Wallet
------
- The wallet now by default uses bech32 addresses when using RPC, and creates native segwit change outputs.
Low-level changes
=================
Tests
-----
- `-fallbackfee` was 0 (disabled) by default for the main chain, but 20000 by default for the test chains. Now it is 0 by default for all chains. Testnet and regtest users will have to add fallbackfee=20000 to their configuration if they weren't setting it and they want it to keep working like before. (#16524 )
2016-07-18 14:00:05 +02:00
Credits
=======
Thanks to everyone who directly contributed to this release:
2019-10-01 13:04:40 +02:00
As well as to everyone that helped with translations on
[Transifex ](https://www.transifex.com/bitcoin/bitcoin/ ).