@@ -8,7 +8,7 @@ Bitcoin Core version *version* is now available from:
8
8
This is a new major version release, including new features, various bugfixes
9
9
and performance improvements, as well as updated translations.
10
10
11
- Please report bugs using the issue tracker at github :
11
+ Please report bugs using the issue tracker at GitHub :
12
12
13
13
< https://github.com/bitcoin/bitcoin/issues >
14
14
@@ -21,7 +21,7 @@ How to Upgrade
21
21
22
22
If you are running an older version, shut it down. Wait until it has completely
23
23
shut down (which might take a few minutes for older versions), then run the
24
- installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac)
24
+ installer (on Windows) or just copy over ` /Applications/Bitcoin-Qt ` (on Mac)
25
25
or ` bitcoind ` /` bitcoin-qt ` (on Linux).
26
26
27
27
The first time you run version 0.15.0, your chainstate database will be converted to a
@@ -68,9 +68,20 @@ implied blockmaxweight, instead of limiting block size directly. Any miners who
68
68
to limit their blocks by size, instead of by weight, will have to do so manually by
69
69
removing transactions from their block template directly.
70
70
71
+ HD-wallets by default
72
+ ---------------------
73
+ Due to a backward-incompatible change in the wallet database, wallets created
74
+ with version 0.16.0 will be rejected by previous versions. Also, version 0.16.0
75
+ will only create hierarchical deterministic (HD) wallets.
76
+
71
77
Low-level RPC changes
72
78
----------------------
73
79
- The "currentblocksize" value in getmininginfo has been removed.
80
+ - The deprecated RPC ` getinfo ` was removed. It is recommended that the more specific RPCs are used:
81
+ * ` getblockchaininfo `
82
+ * ` getnetworkinfo `
83
+ * ` getwalletinfo `
84
+ * ` getmininginfo `
74
85
75
86
Credits
76
87
=======
0 commit comments