Difference between revisions of "BIP 0039"

From Bitcoin Wiki
Jump to: navigation, search
(wikifying / BIPifying the stub)
(Updating)
(10 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
<pre>
 
<pre>
   BIP: BIP-0039
+
   BIP: 39
   Title: Mnemonic code for deterministic keys
+
  Layer: Applications
   Author: Pavol Rusnak <stick@gk2.sk>, Marek Palatinus <info@bitcoin.cz>
+
   Title: Mnemonic code for generating deterministic keys
   Status: Draft
+
   Author: Marek Palatinus <slush@satoshilabs.com>
 +
          Pavol Rusnak <stick@satoshilabs.com>
 +
          Aaron Voisine <voisine@gmail.com>
 +
          Sean Bowe <ewillbefull@gmail.com>
 +
  Comments-Summary: Unanimously Discourage for implementation
 +
  Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0039
 +
   Status: Proposed
 
   Type: Standards Track
 
   Type: Standards Track
   Created: 14-02-2013
+
   Created: 2013-09-10
 
</pre>
 
</pre>
  
==Abstract==
+
{{BipMoved|bip-0039.mediawiki}}
 
 
This BIP proposes a scheme for translating binary data (usually master seeds for deterministic keys, but it can be applied to any binary data) into a group of easy to remember words also known as mnemonic code or mnemonic sentence.
 
 
 
==Motivation==
 
 
 
Such mnemonic code or mnemonic sentence is much easier to work with than working with the binary data directly (or its hexadecimal interpretation). The sentence could be writen down on paper (e.g. for storing in a secure location such as safe), told over telephone or other voice communication method, or memorized in ones memory (also called as brainwallet).
 
 
 
Draft and reference implementation is under construction here: https://github.com/prusnak/mnemonic/blob/master/BIP_0039.txt
 
 
 
[[Category:Developer]]
 
[[Category:Technical]]
 
[[Category:BIP|D]]
 

Revision as of 17:40, 14 May 2017

This page describes a BIP (Bitcoin Improvement Proposal).
Please see BIP 2 for more information about BIPs and creating them. Please do not just create a wiki page.

  BIP: 39
  Layer: Applications
  Title: Mnemonic code for generating deterministic keys
  Author: Marek Palatinus <slush@satoshilabs.com>
          Pavol Rusnak <stick@satoshilabs.com>
          Aaron Voisine <voisine@gmail.com>
          Sean Bowe <ewillbefull@gmail.com>
  Comments-Summary: Unanimously Discourage for implementation
  Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0039
  Status: Proposed
  Type: Standards Track
  Created: 2013-09-10

Please do not modify this page. This is a mirror of the BIP from the source Git repository here.