|
| 1 | +--- |
| 2 | +title: Bitcoin Core 0.16.1 |
| 3 | +id: en-release-0.16.1 |
| 4 | +name: release-0.16.1 |
| 5 | +permalink: /en/releases/0.16.1/ |
| 6 | +excerpt: Bitcoin Core version 0.16.1 is now available |
| 7 | +date: 2018-06-15 |
| 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, 1] |
| 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:91069028aaf9f6bb3279e71bfd9ab164922e578e&dn=bitcoin-core-0.16.1&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-06-13 commit dac5d68fc6cf136e0d7b21b9ed4fa053d54e6059 |
| 25 | +--- |
| 26 | +{% include _download.html %} |
| 27 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 28 | +Bitcoin Core version 0.16.1 is now available from: |
| 29 | + |
| 30 | + <https://bitcoincore.org/bin/bitcoin-core-0.16.1/> |
| 31 | + |
| 32 | +This is a new major version release, including new features, various bugfixes |
| 33 | +and performance improvements, 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 | +Notable changes |
| 77 | +=============== |
| 78 | + |
| 79 | +Miner block size removed |
| 80 | +------------------------ |
| 81 | + |
| 82 | +The `-blockmaxsize` option for miners to limit their blocks' sizes was |
| 83 | +deprecated in version 0.15.1, and has now been removed. Miners should use the |
| 84 | +`-blockmaxweight` option if they want to limit the weight of their blocks' |
| 85 | +weights. |
| 86 | + |
| 87 | +0.16.1 change log |
| 88 | +------------------ |
| 89 | + |
| 90 | +### Policy |
| 91 | +- #11423 `d353dd1` [Policy] Several transaction standardness rules (jl2012) |
| 92 | + |
| 93 | +### Mining |
| 94 | +- #12756 `e802c22` [config] Remove blockmaxsize option (jnewbery) |
| 95 | + |
| 96 | +### Block and transaction handling |
| 97 | +- #13199 `c71e535` Bugfix: ensure consistency of m_failed_blocks after reconsiderblock (sdaftuar) |
| 98 | +- #13023 `bb79aaf` Fix some concurrency issues in ActivateBestChain() (skeees) |
| 99 | + |
| 100 | +### P2P protocol and network code |
| 101 | +- #12626 `f60e84d` Limit the number of IPs addrman learns from each DNS seeder (EthanHeilman) |
| 102 | + |
| 103 | +### Wallet |
| 104 | +- #13265 `5d8de76` Exit SyncMetaData if there are no transactions to sync (laanwj) |
| 105 | +- #13030 `5ff571e` Fix zapwallettxes/multiwallet interaction. (jnewbery) |
| 106 | + |
| 107 | +### GUI |
| 108 | +- #12999 `1720eb3` Show the Window when double clicking the taskbar icon (ken2812221) |
| 109 | +- #12650 `f118a7a` Fix issue: "default port not shown correctly in settings dialog" (251Labs) |
| 110 | +- #13251 `ea487f9` Rephrase Bech32 checkbox texts, and enable it with legacy address default (fanquake) |
| 111 | + |
| 112 | +### Build system |
| 113 | +- #12474 `b0f692f` Allow depends system to support armv7l (hkjn) |
| 114 | +- #12585 `72a3290` depends: Switch to downloading expat from GitHub (fanquake) |
| 115 | +- #12648 `46ca8f3` test: Update trusted git root (MarcoFalke) |
| 116 | +- #11995 `686cb86` depends: Fix Qt build with Xcode 9 (fanquake) |
| 117 | +- #12636 `845838c` backport: #11995 Fix Qt build with Xcode 9 (fanquake) |
| 118 | +- #12946 `e055bc0` depends: Fix Qt build with XCode 9.3 (fanquake) |
| 119 | +- #12998 `7847b92` Default to defining endian-conversion DECLs in compat w/o config (TheBlueMatt) |
| 120 | + |
| 121 | +### Tests and QA |
| 122 | +- #12447 `01f931b` Add missing signal.h header (laanwj) |
| 123 | +- #12545 `1286f3e` Use wait_until to ensure ping goes out (Empact) |
| 124 | +- #12804 `4bdb0ce` Fix intermittent rpc_net.py failure. (jnewbery) |
| 125 | +- #12553 `0e98f96` Prefer wait_until over polling with time.sleep (Empact) |
| 126 | +- #12486 `cfebd40` Round target fee to 8 decimals in assert_fee_amount (kallewoof) |
| 127 | +- #12843 `df38b13` Test starting bitcoind with -h and -version (jnewbery) |
| 128 | +- #12475 `41c29f6` Fix python TypeError in script.py (MarcoFalke) |
| 129 | +- #12638 `0a76ed2` Cache only chain and wallet for regtest datadir (MarcoFalke) |
| 130 | +- #12902 `7460945` Handle potential cookie race when starting node (sdaftuar) |
| 131 | +- #12904 `6c26df0` Ensure bitcoind processes are cleaned up when tests end (sdaftuar) |
| 132 | +- #13049 `9ea62a3` Backports (MarcoFalke) |
| 133 | +- #13201 `b8aacd6` Handle disconnect_node race (sdaftuar) |
| 134 | + |
| 135 | +### Miscellaneous |
| 136 | +- #12518 `a17fecf` Bump leveldb subtree (MarcoFalke) |
| 137 | +- #12442 `f3b8d85` devtools: Exclude patches from lint-whitespace (MarcoFalke) |
| 138 | +- #12988 `acdf433` Hold cs_main while calling UpdatedBlockTip() signal (skeees) |
| 139 | +- #12985 `0684cf9` Windows: Avoid launching as admin when NSIS installer ends. (JeremyRand) |
| 140 | + |
| 141 | +### Documentation |
| 142 | +- #12637 `60086dd` backport: #12556 fix version typo in getpeerinfo RPC call help (fanquake) |
| 143 | +- #13184 `4087dd0` RPC Docs: `gettxout*`: clarify bestblock and unspent counts (harding) |
| 144 | +- #13246 `6de7543` Bump to Ubuntu Bionic 18.04 in build-windows.md (ken2812221) |
| 145 | +- #12556 `e730b82` Fix version typo in getpeerinfo RPC call help (tamasblummer) |
| 146 | + |
| 147 | +Credits |
| 148 | +======= |
| 149 | + |
| 150 | +Thanks to everyone who directly contributed to this release: |
| 151 | + |
| 152 | +- 251 |
| 153 | +- Ben Woosley |
| 154 | +- Chun Kuan Lee |
| 155 | +- David A. Harding |
| 156 | +- e0 |
| 157 | +- fanquake |
| 158 | +- Henrik Jonsson |
| 159 | +- JeremyRand |
| 160 | +- Jesse Cohen |
| 161 | +- John Newbery |
| 162 | +- Johnson Lau |
| 163 | +- Karl-Johan Alm |
| 164 | +- Luke Dashjr |
| 165 | +- MarcoFalke |
| 166 | +- Matt Corallo |
| 167 | +- Pieter Wuille |
| 168 | +- Suhas Daftuar |
| 169 | +- Tamas Blummer |
| 170 | +- Wladimir J. van der Laan |
| 171 | + |
| 172 | +As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/). |
| 173 | +{% endgithubify %} |
0 commit comments