2014-03-03 09:41:18 +01:00
|
|
|
(note: this is a temporary file, to be added-to by anybody, and moved to
|
|
|
|
release-notes at release time)
|
2014-03-17 13:19:54 +01: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
|
|
|
|
2017-02-17 17:26:01 +01:00
|
|
|
<https://bitcoin.org/bin/bitcoin-core-*version*/>
|
2016-04-15 13:21:16 +02:00
|
|
|
|
|
|
|
This is a new major version release, including new features, various bugfixes
|
|
|
|
and performance improvements, as well as updated translations.
|
|
|
|
|
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 10:45:01 +02: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).
|
|
|
|
|
|
|
|
The first time you run version 0.15.0, your chainstate database will be converted to a
|
|
|
|
new format, which will take anywhere from a few minutes to half an hour,
|
|
|
|
depending on the speed of your machine.
|
|
|
|
|
|
|
|
Note that the block database format also changed in version 0.8.0 and there is no
|
|
|
|
automatic upgrade code from before version 0.8 to version 0.15.0. Upgrading
|
|
|
|
directly from 0.7.x and earlier without redownloading the blockchain is not supported.
|
|
|
|
However, as usual, old wallet versions are still supported.
|
|
|
|
|
|
|
|
Downgrading warning
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
The chainstate database for this release is not compatible with previous
|
|
|
|
releases, so if you run 0.15 and then decide to switch back to any
|
|
|
|
older version, you will need to run the old release with the `-reindex-chainstate`
|
|
|
|
option to rebuild the chainstate data structures in the old format.
|
|
|
|
|
|
|
|
If your node has pruning enabled, this will entail re-downloading and
|
|
|
|
processing the entire blockchain.
|
|
|
|
|
2016-06-22 16:29:00 +02:00
|
|
|
Compatibility
|
|
|
|
==============
|
|
|
|
|
2017-01-14 02:21:41 +01:00
|
|
|
Bitcoin Core is extensively tested on multiple operating systems using
|
2017-08-14 16:45:58 +02:00
|
|
|
the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported.
|
2017-01-14 02:21:41 +01:00
|
|
|
|
|
|
|
Bitcoin Core should also work on most other Unix-like systems but is not
|
|
|
|
frequently tested on them.
|
2016-06-22 16:29:00 +02:00
|
|
|
|
2015-05-26 21:32:25 +02:00
|
|
|
Notable changes
|
|
|
|
===============
|
|
|
|
|
2017-11-23 01:02:06 +01:00
|
|
|
GCC 4.8.x
|
|
|
|
--------------
|
|
|
|
The minimum version of GCC required to compile Bitcoin Core is now 4.8. No effort will be
|
|
|
|
made to support older versions of GCC. See discussion in issue #11732 for more information.
|
|
|
|
|
2017-09-12 10:04:27 +02:00
|
|
|
HD-wallets by default
|
|
|
|
---------------------
|
|
|
|
Due to a backward-incompatible change in the wallet database, wallets created
|
|
|
|
with version 0.16.0 will be rejected by previous versions. Also, version 0.16.0
|
|
|
|
will only create hierarchical deterministic (HD) wallets.
|
|
|
|
|
2017-12-22 09:18:05 +01:00
|
|
|
Replace-By-Fee by default in GUI
|
|
|
|
--------------------------------
|
|
|
|
The send screen now uses BIP-125 RBF by default, regardless of `-walletrbf`.
|
|
|
|
There is a checkbox to mark the transaction as final.
|
|
|
|
|
|
|
|
The RPC default remains unchanged: to use RBF, launch with `-walletrbf=1` or
|
|
|
|
use the `replaceable` argument for individual transactions.
|
|
|
|
|
2018-01-11 22:55:06 +01:00
|
|
|
Wallets directory configuration (`-walletdir`)
|
|
|
|
----------------------------------------------
|
|
|
|
|
|
|
|
Bitcoin Core now has more flexibility in where the wallets directory can be
|
|
|
|
located. Previously wallet database files were stored at the top level of the
|
|
|
|
bitcoin data directory. The behavior is now:
|
|
|
|
|
|
|
|
- For new installations (where the data directory doesn't already exist),
|
|
|
|
wallets will now be stored in a new `wallets/` subdirectory inside the data
|
|
|
|
directory by default.
|
|
|
|
- For existing nodes (where the data directory already exists), wallets will be
|
|
|
|
stored in the data directory root by default. If a `wallets/` subdirectory
|
|
|
|
already exists in the data directory root, then wallets will be stored in the
|
|
|
|
`wallets/` subdirectory by default.
|
|
|
|
- The location of the wallets directory can be overridden by specifying a
|
2018-01-18 19:15:00 +01:00
|
|
|
`-walletdir=<path>` option where `<path>` can be an absolute path to a
|
|
|
|
directory or directory symlink.
|
2018-01-11 22:55:06 +01:00
|
|
|
|
|
|
|
Care should be taken when choosing the wallets directory location, as if it
|
|
|
|
becomes unavailable during operation, funds may be lost.
|
2017-10-09 10:45:01 +02:00
|
|
|
|
2017-08-25 17:27:03 +02:00
|
|
|
Low-level RPC changes
|
|
|
|
----------------------
|
2017-09-12 10:04:27 +02:00
|
|
|
- The deprecated RPC `getinfo` was removed. It is recommended that the more specific RPCs are used:
|
|
|
|
* `getblockchaininfo`
|
|
|
|
* `getnetworkinfo`
|
|
|
|
* `getwalletinfo`
|
|
|
|
* `getmininginfo`
|
2017-11-11 19:05:43 +01:00
|
|
|
- The wallet RPC `getreceivedbyaddress` will return an error if called with an address not in the wallet.
|
2018-01-17 13:20:21 +01:00
|
|
|
- The wallet RPC `addwitnessaddress` was deprecated and will be removed in version 0.17,
|
|
|
|
set the `address_type` argument of `getnewaddress`, or option `-addresstype=[bech32|p2sh-segwit]` instead.
|
2017-08-25 17:27:03 +02:00
|
|
|
|
2017-11-28 15:43:31 +01:00
|
|
|
Changed command-line options
|
|
|
|
-----------------------------
|
|
|
|
- `-debuglogfile=<file>` can be used to specify an alternative debug logging file.
|
2017-03-07 09:50:41 +01:00
|
|
|
|
2017-12-06 19:53:12 +01:00
|
|
|
Renamed script for creating JSON-RPC credentials
|
|
|
|
-----------------------------
|
|
|
|
The `share/rpcuser/rpcuser.py` script was renamed to `share/rpcauth/rpcauth.py`. This script can be
|
|
|
|
used to create `rpcauth` credentials for a JSON-RPC user.
|
|
|
|
|
|
|
|
|
2017-11-12 05:11:26 +01:00
|
|
|
- `dumpwallet` now includes hex-encoded scripts from the wallet in the dumpfile, and
|
|
|
|
`importwallet` now imports these scripts, but corresponding addresses may not be added
|
|
|
|
correctly or a manual rescan may be required to find relevant transactions.
|
|
|
|
|
2016-07-18 14:00:05 +02:00
|
|
|
Credits
|
|
|
|
=======
|
|
|
|
|
|
|
|
Thanks to everyone who directly contributed to this release:
|
|
|
|
|
|
|
|
|
|
|
|
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
|