summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki5
1 files changed, 5 insertions, 0 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 50964a2..a4c1b96 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -14,6 +14,7 @@ RECENT CHANGES:
Status: Final
Type: Informational
Created: 2012-02-11
+ License: BSD-2-Clause
</pre>
==Abstract==
@@ -24,6 +25,10 @@ The specification is intended to set a standard for deterministic wallets that c
The specification consists of two parts. In a first part, a system for deriving a tree of keypairs from a single seed is presented. The second part demonstrates how to build a wallet structure on top of such a tree.
+==Copyright==
+
+This BIP is licensed under the 2-clause BSD license.
+
==Motivation==
The Bitcoin reference client uses randomly generated keys. In order to avoid the necessity for a backup after every transaction, (by default) 100 keys are cached in a pool of reserve keys. Still, these wallets are not intended to be shared and used on several systems simultaneously. They support hiding their private keys by using the wallet encrypt feature and not sharing the password, but such "neutered" wallets lose the power to generate public keys as well.