mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 03:03:53 +01:00
Spelling BIP 39
This commit is contained in:
parent
92819e0df3
commit
3a94ead4dd
1 changed files with 3 additions and 3 deletions
|
@ -16,17 +16,17 @@
|
||||||
This BIP describes the implementation of a mnemonic code or mnemonic sentence --
|
This BIP describes the implementation of a mnemonic code or mnemonic sentence --
|
||||||
a group of easy to remember words -- for the generation of deterministic wallets.
|
a group of easy to remember words -- for the generation of deterministic wallets.
|
||||||
|
|
||||||
It consists of two parts: generating the mnenomic, and converting it into a
|
It consists of two parts: generating the mnemonic, and converting it into a
|
||||||
binary seed. This seed can be later used to generate deterministic wallets using
|
binary seed. This seed can be later used to generate deterministic wallets using
|
||||||
BIP-0032 or similar methods.
|
BIP-0032 or similar methods.
|
||||||
|
|
||||||
==Motivation==
|
==Motivation==
|
||||||
|
|
||||||
A mnenomic code or sentence is superior for human interaction compared to the
|
A mnemonic code or sentence is superior for human interaction compared to the
|
||||||
handling of raw binary or hexidecimal representations of a wallet seed. The
|
handling of raw binary or hexidecimal representations of a wallet seed. The
|
||||||
sentence could be written on paper or spoken over the telephone.
|
sentence could be written on paper or spoken over the telephone.
|
||||||
|
|
||||||
This guide meant to be as a way to transport computer-generated randomnes over
|
This guide meant to be as a way to transport computer-generated randomness over
|
||||||
human readable transcription. It's not a way how to process user-created
|
human readable transcription. It's not a way how to process user-created
|
||||||
sentences (also known as brainwallet) to wallet seed.
|
sentences (also known as brainwallet) to wallet seed.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue