|
| 1 | +--- |
| 2 | +title: Bitcoin Core 0.16.3 |
| 3 | +id: en-release-0.16.3 |
| 4 | +name: release-0.16.3 |
| 5 | +permalink: /en/releases/0.16.3/ |
| 6 | +excerpt: Bitcoin Core version 0.16.3 is now available |
| 7 | +date: 2018-09-18 |
| 8 | + |
| 9 | +## Use a YAML array for the version number to allow other parts of the |
| 10 | +## site to correctly sort in "natural sort of version numbers" |
| 11 | +release: [0, 16, 3] |
| 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:a6015029671a445a7a07026b3e4a0fe54c2b2df3&dn=bitcoin-core-0.16.3&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&t |
| 19 | +r=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" |
| 20 | + |
| 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 | +## Notes from bitcoin/bitcoin 2018-09-18 commit 49e34e288 |
| 26 | +--- |
| 27 | +{% include download.html %} |
| 28 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 29 | +Bitcoin Core version 0.16.3 is now available from: |
| 30 | + |
| 31 | + <https://bitcoincore.org/bin/bitcoin-core-0.16.3/> |
| 32 | + |
| 33 | +This is a new minor version release, with various bugfixes |
| 34 | +as well as updated translations. |
| 35 | + |
| 36 | +Please report bugs using the issue tracker at GitHub: |
| 37 | + |
| 38 | + <https://github.com/bitcoin/bitcoin/issues> |
| 39 | + |
| 40 | +To receive security and update notifications, please subscribe to: |
| 41 | + |
| 42 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 43 | + |
| 44 | +How to Upgrade |
| 45 | +============== |
| 46 | + |
| 47 | +If you are running an older version, shut it down. Wait until it has completely |
| 48 | +shut down (which might take a few minutes for older versions), then run the |
| 49 | +installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac) |
| 50 | +or `bitcoind`/`bitcoin-qt` (on Linux). |
| 51 | + |
| 52 | +The first time you run version 0.15.0 or newer, your chainstate database will be converted to a |
| 53 | +new format, which will take anywhere from a few minutes to half an hour, |
| 54 | +depending on the speed of your machine. |
| 55 | + |
| 56 | +Note that the block database format also changed in version 0.8.0 and there is no |
| 57 | +automatic upgrade code from before version 0.8 to version 0.15.0 or higher. Upgrading |
| 58 | +directly from 0.7.x and earlier without re-downloading the blockchain is not supported. |
| 59 | +However, as usual, old wallet versions are still supported. |
| 60 | + |
| 61 | +Downgrading warning |
| 62 | +------------------- |
| 63 | + |
| 64 | +Wallets created in 0.16 and later are not compatible with versions prior to 0.16 |
| 65 | +and will not work if you try to use newly created wallets in older versions. Existing |
| 66 | +wallets that were created with older versions are not affected by this. |
| 67 | + |
| 68 | +Compatibility |
| 69 | +============== |
| 70 | + |
| 71 | +Bitcoin Core is extensively tested on multiple operating systems using |
| 72 | +the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported. |
| 73 | + |
| 74 | +Bitcoin Core should also work on most other Unix-like systems but is not |
| 75 | +frequently tested on them. |
| 76 | + |
| 77 | +Notable changes |
| 78 | +=============== |
| 79 | + |
| 80 | +Denial-of-Service vulnerability |
| 81 | +------------------------------- |
| 82 | + |
| 83 | +A denial-of-service vulnerability exploitable by miners has been discovered in |
| 84 | +Bitcoin Core versions 0.14.0 up to 0.16.2. It is recommended to upgrade any of |
| 85 | +the vulnerable versions to 0.16.3 as soon as possible. |
| 86 | + |
| 87 | +0.16.3 change log |
| 88 | +------------------ |
| 89 | + |
| 90 | +### Consensus |
| 91 | +- #14249 `696b936` Fix crash bug with duplicate inputs within a transaction (TheBlueMatt, sdaftuar) |
| 92 | + |
| 93 | +### RPC and other APIs |
| 94 | +- #13547 `212ef1f` Make `signrawtransaction*` give an error when amount is needed but missing (ajtowns) |
| 95 | + |
| 96 | +### Miscellaneous |
| 97 | +- #13655 `1cdbea7` bitcoinconsensus: invalid flags error should be set to `bitcoinconsensus_err` (afk11) |
| 98 | + |
| 99 | +### Documentation |
| 100 | +- #13844 `11b9dbb` correct the help output for -prune (hebasto) |
| 101 | + |
| 102 | +Credits |
| 103 | +======= |
| 104 | + |
| 105 | +Thanks to everyone who directly contributed to this release: |
| 106 | + |
| 107 | +- Anthony Towns |
| 108 | +- Hennadii Stepanov |
| 109 | +- Matt Corallo |
| 110 | +- Suhas Daftuar |
| 111 | +- Thomas Kerin |
| 112 | +- Wladimir J. van der Laan |
| 113 | + |
| 114 | +And to those that reported security issues: |
| 115 | + |
| 116 | +- beardnboobies |
| 117 | + |
| 118 | +As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/). |
| 119 | +{% endgithubify %} |
0 commit comments