Skip to content

Commit d639944

Browse files
committed
Merge #596: Releases: add 0.16.3
25e2057 0.16.3: Add magnet link (Wladimir J. van der Laan) ce3b1dd 0.16.3 release blog: mention CVE-2018-17144 (David A. Harding) a1b9778 Releases: add 0.16.3 (David A. Harding) Pull request description: Adds release notes (which updates Download page) and a short announcement blog post (which gets linked from the home page). Note: tests are expected to fail because the binaries are not uploaded yet; they should pass if restarted after the binaries are available. TODO: - [ ] Add magnet URI to `_releases` file when available (can be done after merge) Tree-SHA512: 7d08827533cbb5b46a870546f122a97d8ecc2703a2b070e8e862241dac789b77a0337962aaba9820447242bdd65b27d6738695bcc2efe2c075dcbcf82f75f0f9
2 parents d8409e8 + 25e2057 commit d639944

File tree

2 files changed

+160
-0
lines changed

2 files changed

+160
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Bitcoin Core 0.16.3 Released
3+
name: blog-release-0.16.3
4+
id: en-blog-release-0.16.3
5+
lang: en
6+
type: posts
7+
layout: post
8+
share: true
9+
10+
## If this is a new post, reset this counter to 1.
11+
version: 1
12+
13+
excerpt: >
14+
Bitcoin Core 0.16.3 is now available with a fix for a
15+
denial-of-service vulnerability affecting earlier versions of Bitcoin
16+
Core.
17+
---
18+
Bitcoin Core version 0.16.3 is now available for [download][download
19+
page] with a fix for a denial-of-service vulnerability introduced in
20+
Bitcoin Core 0.14.0 and affecting all subsequent versions though to
21+
0.16.2. We highly recommend users of all affected versions immediately
22+
upgrade to 0.16.3.
23+
24+
Security issue [CVE-2018-17144][]: it was discovered that older versions of Bitcoin Core
25+
will crash if they try to process a block containing a transaction that
26+
attempts to spend the same input twice. Such blocks are invalid, so
27+
they can only be created by a miner willing to sacrifice their allowed
28+
income for creating a block of at least 12.5 BTC (about $80,000 USD as
29+
of this writing). This release eliminates the crash, allowing the
30+
software to quietly reject such invalid blocks.
31+
32+
For a complete list of changes, please see the [release notes][]. If
33+
have any questions, please stop by our [IRC chatroom][irc] and we’ll do
34+
our best to help you.
35+
36+
[release notes]: /en/releases/0.16.3/
37+
[IRC]: https://en.bitcoin.it/wiki/IRC_channels
38+
[download page]: /en/download
39+
[CVE-2018-17144]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-17144
40+
41+
{% include references.md %}

_releases/0.16.3.md

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
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

Comments
 (0)