Skip to content

A handy compact printable BIP39 mnemonic wordlist containing index values in base 10 and 11-bit binary base 2 format

License

Notifications You must be signed in to change notification settings

hatgit/BIP39-wordlist-printable-en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BIP39-wordlist-printable-en

A handy compact printable BIP39 mnemonic wordlist containing index values in base 10 and 11-bit binary base 2 format, based off the BIP-39 english word list found at: https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

####NOTE: While valid BIP39 mnemonics recovery phrases are derived from this list programatically, that specific process involves generating cryptographically secure random numbers (initial entorpy) as well as the use of converting binary numbers to bytearrays, and applying a cryptographic hash function and thereore must rely on software code (you cannot create a valid mnemonic manually without software, see below).

This word list cannot be used - on its own - to generate valid BIP39 mnemonics because the last word must be derived from a checksum that involves a hash function to determine the last groups of bits that must be concatenated to the end the initial string of random bits. Instead, this word list is reference for converting an existing valid mnemonic into its corresponding index values and their respective 11-bit binary numbers which can be used as an additional means of backup/recovery to reconstruct the mnemonic phrase. For those looking for an app that can generate cryptograpically-secure BIP39 Mnemonics, see the [BIP39 Mnemonic Tools] (https://github.com/hatgit/BIP39-Mnemonic-Tools) repository.

In addition to copying the underlying text, the below images can also be printed direclty (although they are put here for descriptive purposes).

#Page 1:

bip39_printable_page_1

#Page 2:

bip39_printable_page_2

About

A handy compact printable BIP39 mnemonic wordlist containing index values in base 10 and 11-bit binary base 2 format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published