|
| 1 | +--- |
| 2 | +title: Bitcoin Core 0.16.2 |
| 3 | +id: en-release-0.16.2 |
| 4 | +name: release-0.16.2 |
| 5 | +permalink: /en/releases/0.16.2/ |
| 6 | +excerpt: Bitcoin Core version 0.16.2 is now available |
| 7 | +date: 2018-07-29 |
| 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, 2] |
| 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:b64eacae7d6e5f7ba50de3da8aca4368c27f0823&dn=bitcoin-core-0.16.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 | +# Note: it is recommended to check all links to ensure they use |
| 21 | +# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo) |
| 22 | +# rather than relative urls (/bitcoin/bitcoin/doc/foo). |
| 23 | + |
| 24 | +## Notes from bitcoin/bitcoin 2018-07-27 commit 2848aa808fde462c27bc36de982d7ed74e882a7b |
| 25 | +--- |
| 26 | +{% include download.html %} |
| 27 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 28 | +Bitcoin Core version 0.16.2 is now available from: |
| 29 | + |
| 30 | + <https://bitcoincore.org/bin/bitcoin-core-0.16.2/> |
| 31 | + |
| 32 | +This is a new minor version release, with various bugfixes |
| 33 | +as well as updated translations. |
| 34 | + |
| 35 | +Please report bugs using the issue tracker at GitHub: |
| 36 | + |
| 37 | + <https://github.com/bitcoin/bitcoin/issues> |
| 38 | + |
| 39 | +To receive security and update notifications, please subscribe to: |
| 40 | + |
| 41 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 42 | + |
| 43 | +How to Upgrade |
| 44 | +============== |
| 45 | + |
| 46 | +If you are running an older version, shut it down. Wait until it has completely |
| 47 | +shut down (which might take a few minutes for older versions), then run the |
| 48 | +installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac) |
| 49 | +or `bitcoind`/`bitcoin-qt` (on Linux). |
| 50 | + |
| 51 | +The first time you run version 0.15.0 or newer, your chainstate database will be converted to a |
| 52 | +new format, which will take anywhere from a few minutes to half an hour, |
| 53 | +depending on the speed of your machine. |
| 54 | + |
| 55 | +Note that the block database format also changed in version 0.8.0 and there is no |
| 56 | +automatic upgrade code from before version 0.8 to version 0.15.0 or higher. Upgrading |
| 57 | +directly from 0.7.x and earlier without re-downloading the blockchain is not supported. |
| 58 | +However, as usual, old wallet versions are still supported. |
| 59 | + |
| 60 | +Downgrading warning |
| 61 | +------------------- |
| 62 | + |
| 63 | +Wallets created in 0.16 and later are not compatible with versions prior to 0.16 |
| 64 | +and will not work if you try to use newly created wallets in older versions. Existing |
| 65 | +wallets that were created with older versions are not affected by this. |
| 66 | + |
| 67 | +Compatibility |
| 68 | +============== |
| 69 | + |
| 70 | +Bitcoin Core is extensively tested on multiple operating systems using |
| 71 | +the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported. |
| 72 | + |
| 73 | +Bitcoin Core should also work on most other Unix-like systems but is not |
| 74 | +frequently tested on them. |
| 75 | + |
| 76 | +0.16.2 change log |
| 77 | +------------------ |
| 78 | + |
| 79 | +### Wallet |
| 80 | +- #13622 `c04a4a5` Remove mapRequest tracking that just effects Qt display. (TheBlueMatt) |
| 81 | +- #12905 `cfc6f74` [rpcwallet] Clamp walletpassphrase value at 100M seconds (sdaftuar) |
| 82 | +- #13437 `ed82e71` wallet: Erase wtxOrderd wtx pointer on removeprunedfunds (MarcoFalke) |
| 83 | + |
| 84 | +### RPC and other APIs |
| 85 | +- #13451 `cbd2f70` rpc: expose CBlockIndex::nTx in getblock(header) (instagibbs) |
| 86 | +- #13507 `f7401c8` RPC: Fix parameter count check for importpubkey (kristapsk) |
| 87 | +- #13452 `6b9dc8c` rpc: have verifytxoutproof check the number of txns in proof structure (instagibbs) |
| 88 | +- #12837 `bf1f150` rpc: fix type mistmatch in `listreceivedbyaddress` (joemphilips) |
| 89 | +- #12743 `657dfc5` Fix csBestBlock/cvBlockChange waiting in rpc/mining (sipa) |
| 90 | + |
| 91 | +### GUI |
| 92 | +- #12432 `f78e7f6` [qt] send: Clear All also resets coin control options (Sjors) |
| 93 | +- #12617 `21dd512` gui: Show messages as text not html (laanwj) |
| 94 | +- #12793 `cf6feb7` qt: Avoid reseting on resetguisettigs=0 (MarcoFalke) |
| 95 | + |
| 96 | +### Build system |
| 97 | +- #13544 `9fd3e00` depends: Update Qt download url (fanquake) |
| 98 | +- #12573 `88d1a64` Fix compilation when compiler do not support `__builtin_clz*` (532479301) |
| 99 | + |
| 100 | +### Tests and QA |
| 101 | +- #13061 `170b309` Make tests pass after 2020 (bmwiedemann) |
| 102 | +- #13192 `79c4fff` [tests] Fixed intermittent failure in `p2p_sendheaders.py` (lmanners) |
| 103 | +- #13300 `d9c5630` qa: Initialize lockstack to prevent null pointer deref (MarcoFalke) |
| 104 | +- #13545 `e15e3a9` tests: Fix test case `streams_serializedata_xor` Remove Boost dependency. (practicalswift) |
| 105 | +- #13304 `cbdabef` qa: Fix `wallet_listreceivedby` race (MarcoFalke) |
| 106 | + |
| 107 | +### Miscellaneous |
| 108 | +- #12887 `2291774` Add newlines to end of log messages (jnewbery) |
| 109 | +- #12859 `18b0c69` Bugfix: Include `<memory>` for `std::unique_ptr` (luke-jr) |
| 110 | +- #13131 `ce8aa54` Add Windows shutdown handler (ken2812221) |
| 111 | +- #13652 `20461fc` rpc: Fix that CWallet::AbandonTransaction would leave the grandchildren, etc. active (Empact) |
| 112 | + |
| 113 | +Credits |
| 114 | +======= |
| 115 | + |
| 116 | +Thanks to everyone who directly contributed to this release: |
| 117 | + |
| 118 | +- 532479301 |
| 119 | +- Ben Woosley |
| 120 | +- Bernhard M. Wiedemann |
| 121 | +- Chun Kuan Lee |
| 122 | +- Cory Fields |
| 123 | +- fanquake |
| 124 | +- Gregory Sanders |
| 125 | +- joemphilips |
| 126 | +- John Newbery |
| 127 | +- Kristaps Kaupe |
| 128 | +- lmanners |
| 129 | +- Luke Dashjr |
| 130 | +- MarcoFalke |
| 131 | +- Matt Corallo |
| 132 | +- Pieter Wuille |
| 133 | +- practicalswift |
| 134 | +- Sjors Provoost |
| 135 | +- Suhas Daftuar |
| 136 | +- Wladimir J. van der Laan |
| 137 | + |
| 138 | +And to those that reported security issues: |
| 139 | + |
| 140 | +- Braydon Fuller |
| 141 | +- Himanshu Mehta |
| 142 | + |
| 143 | +As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/). |
| 144 | +{% endgithubify %} |
0 commit comments