aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-06-10 11:04:16 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-06-10 11:30:13 +0200
commit17c0131fad62bfc966da93b7e42c7f0e07948b51 (patch)
treed2286b10dd74214f132f49faa114c26603afdcb4 /doc/release-notes.md
parentc022e5b15dd0b26bb6ef77a382279987c2efa93f (diff)
downloadbitcoin-17c0131fad62bfc966da93b7e42c7f0e07948b51.tar.xz
[Docs] Add release notes and bip update for Bip32/HD wallets
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 7d44b8cda9..72f69446f8 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -112,6 +112,24 @@ feerate. [BIP 133](https://github.com/bitcoin/bips/blob/master/bip-0133.mediawik
### Wallet
+Hierarchical Deterministic Key Generation
+-----------------------------------------
+Newly created wallets will use hierarchical deterministic key generation
+according to BIP32 (keypath m/0'/0'/k').
+Existing wallets will still use traditional key generation.
+
+Backups of HD wallets, regardless of when they have been created, can
+therefore be used to re-generate all possible private keys, even the
+ones which haven't already been generated during the time of the backup.
+
+HD key generation for new wallets can be disabled by `-usehd=0`. Keep in
+mind that this flag only has affect on newly created wallets.
+You can't disable HD key generation once you have created a HD wallet.
+
+There is no distinction between internal (change) and external keys.
+
+[Pull request](https://github.com/bitcoin/bitcoin/pull/8035/files), [BIP 32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)
+
### GUI
### Tests