|
| 1 | +--- |
| 2 | +title: Bitcoin Core 0.15.2 |
| 3 | +id: en-release-0.15.2 |
| 4 | +name: release-0.15.2 |
| 5 | +permalink: /en/releases/0.15.2/ |
| 6 | +excerpt: Bitcoin Core version 0.15.2 is now available |
| 7 | + |
| 8 | +## Use array so that sort order is [0.1.1, 0.10.0] rather than opposite |
| 9 | +release: [0, 15, 2, 0] |
| 10 | + |
| 11 | +date: 2018-09-28 |
| 12 | + |
| 13 | +## Optional magnet link. To get it, open the torrent in a good BitTorrent client |
| 14 | +## and View Details, or install the transmission-cli Debian/Ubuntu package |
| 15 | +## and run: transmission-show -m <torrent file> |
| 16 | +# |
| 17 | +## Link should be enclosed in quotes and start with: "magnet:? |
| 18 | +optional_magnetlink: "magnet:?xt=urn:btih:c0a23591e04ce45dd6349f3abc34df948c45537c&dn=bitcoin-core-0.15.2&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Fzer0day.ch%3A1337&tr=udp%3A%2F%2Fexplodie.org%3A6969" |
| 19 | +# |
| 20 | +# from bitcoin/bitcoin commit 0602db06eb1530606b85b2c137ddf0c63347a4fa |
| 21 | +# Note: it is recommended to check all links to ensure they use |
| 22 | +# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo) |
| 23 | +# rather than relative urls (/bitcoin/bitcoin/doc/foo). |
| 24 | +--- |
| 25 | +{% include download.html %} |
| 26 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 27 | +Bitcoin Core version *0.15.2* is now available from: |
| 28 | + |
| 29 | + <https://bitcoincore.org/bin/bitcoin-core-0.15.2/> |
| 30 | + |
| 31 | +This is a new minor version release, including various bugfixes and |
| 32 | +performance improvements, as well as updated translations. |
| 33 | + |
| 34 | +Please report bugs using the issue tracker at GitHub: |
| 35 | + |
| 36 | + <https://github.com/bitcoin/bitcoin/issues> |
| 37 | + |
| 38 | +To receive security and update notifications, please subscribe to: |
| 39 | + |
| 40 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 41 | + |
| 42 | +How to Upgrade |
| 43 | +============== |
| 44 | + |
| 45 | +If you are running an older version, shut it down. Wait until it has completely |
| 46 | +shut down (which might take a few minutes for older versions), then run the |
| 47 | +installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac) |
| 48 | +or `bitcoind`/`bitcoin-qt` (on Linux). |
| 49 | + |
| 50 | +The first time you run version 0.15.0 or higher, your chainstate database will |
| 51 | +be converted to a new format, which will take anywhere from a few minutes to |
| 52 | +half an hour, depending on the speed of your machine. |
| 53 | + |
| 54 | +The file format of `fee_estimates.dat` changed in version 0.15.0. Hence, a |
| 55 | +downgrade from version 0.15 or upgrade to version 0.15 will cause all fee |
| 56 | +estimates to be discarded. |
| 57 | + |
| 58 | +Note that the block database format also changed in version 0.8.0 and there is no |
| 59 | +automatic upgrade code from before version 0.8 to version 0.15.0. Upgrading |
| 60 | +directly from 0.7.x and earlier without redownloading the blockchain is not supported. |
| 61 | +However, as usual, old wallet versions are still supported. |
| 62 | + |
| 63 | +Downgrading warning |
| 64 | +------------------- |
| 65 | + |
| 66 | +The chainstate database for this release is not compatible with previous |
| 67 | +releases, so if you run 0.15 and then decide to switch back to any |
| 68 | +older version, you will need to run the old release with the `-reindex-chainstate` |
| 69 | +option to rebuild the chainstate data structures in the old format. |
| 70 | + |
| 71 | +If your node has pruning enabled, this will entail re-downloading and |
| 72 | +processing the entire blockchain. |
| 73 | + |
| 74 | +Compatibility |
| 75 | +============== |
| 76 | + |
| 77 | +Bitcoin Core is extensively tested on multiple operating systems using |
| 78 | +the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported. |
| 79 | + |
| 80 | +Bitcoin Core should also work on most other Unix-like systems but is not |
| 81 | +frequently tested on them. |
| 82 | + |
| 83 | + |
| 84 | +Notable changes |
| 85 | +=============== |
| 86 | + |
| 87 | +Denial-of-Service vulnerability CVE-2018-17144 |
| 88 | +------------------------------- |
| 89 | + |
| 90 | +A denial-of-service vulnerability exploitable by miners has been discovered in |
| 91 | +Bitcoin Core versions 0.14.0 up to 0.16.2. It is recommended to upgrade any of |
| 92 | +the vulnerable versions to 0.15.2 or 0.16.3 as soon as possible. |
| 93 | + |
| 94 | +0.15.2 Change log |
| 95 | +================= |
| 96 | + |
| 97 | +### Build system |
| 98 | + |
| 99 | +- #11995 `9bb1a16` depends: Fix Qt build with XCode 9.2(fanquake) |
| 100 | +- #12946 `93b9a61` depends: Fix Qt build with XCode 9.3(fanquake) |
| 101 | +- #13544 `9fd3e00` depends: Update Qt download url (fanquake) |
| 102 | +- #11847 `cb7ef31` Make boost::multi_index comparators const (sdaftuar) |
| 103 | + |
| 104 | +### Consensus |
| 105 | +- #14247 `4b8a3f5` Fix crash bug with duplicate inputs within a transaction (TheBlueMatt, sdaftuar) |
| 106 | + |
| 107 | +### RPC |
| 108 | +- #11676 `7af2457` contrib/init: Update openrc-run filename (Luke Dashjr) |
| 109 | +- #11277 `7026845` Fix uninitialized URI in batch RPC requests (Russell Yanofsky) |
| 110 | + |
| 111 | +### Wallet |
| 112 | +- #11289 `3f1db56` Wrap dumpwallet warning and note scripts aren't dumped (MeshCollider) |
| 113 | +- #11289 `42ea47d` Add wallet backup text to import*, add* and dumpwallet RPCs (MeshCollider) |
| 114 | +- #11590 `6372a75` [Wallet] always show help-line of wallet encryption calls (Jonas Schnelli) |
| 115 | + |
| 116 | +### bitcoin-tx |
| 117 | + |
| 118 | +- #11554 `a69cc07` Sanity-check script sizes in bitcoin-tx (TheBlueMatt) |
| 119 | + |
| 120 | +### Tests |
| 121 | +- #11277 `3a6cdd4` Add test for multiwallet batch RPC calls (Russell Yanofsky) |
| 122 | +- #11647 `1c8c7f8` Add missing batch rpc calls to python coverage logs (Russell Yanofsky) |
| 123 | +- #11277 `1036c43` Add missing multiwallet rpc calls to python coverage logs (Russell Yanofsky) |
| 124 | +- #11277 `305f768` Limit AuthServiceProxyWrapper.\_\_getattr\_\_ wrapping (Russell Yanofsky) |
| 125 | +- #11277 `2eea279` Make AuthServiceProxy.\_batch method usable (Russell Yanofsky) |
| 126 | + |
| 127 | +Credits |
| 128 | +======= |
| 129 | + |
| 130 | +Thanks to everyone who directly contributed to this release: |
| 131 | + |
| 132 | +- fanquake |
| 133 | +- Jonas Schnelli |
| 134 | +- Luke Dashjr |
| 135 | +- Matt Corallo |
| 136 | +- MeshCollider |
| 137 | +- Russell Yanofsky |
| 138 | +- Suhas Daftuar |
| 139 | +- Wladimir J. van der Laan |
| 140 | + |
| 141 | +And to those that reported security issues: |
| 142 | + |
| 143 | +- awemany (for CVE-2018-17144, previously credited as "anonymous reporter") |
| 144 | + |
| 145 | +{% endgithubify %} |
| 146 | + |
0 commit comments