Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matijaoe/bip39-wordlist
Various BIP-39 wordlists
https://github.com/matijaoe/bip39-wordlist
bip-39 bip39 bitcoin wordlist
Last synced: 2 days ago
JSON representation
Various BIP-39 wordlists
- Host: GitHub
- URL: https://github.com/matijaoe/bip39-wordlist
- Owner: matijaoe
- Created: 2024-05-01T13:31:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T12:10:51.000Z (20 days ago)
- Last Synced: 2024-12-31T13:18:02.938Z (20 days ago)
- Topics: bip-39, bip39, bitcoin, wordlist
- Homepage:
- Size: 9.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BIP-39 English Wordlists
Whole bunch of BIP-39 english wordlists in different formats.
## Available Formats
### `.json`
- [Array: `bip-39-array.json`](json/bip-39-array.json) - Simple array of all 2048 BIP-39 words
- [Map: `bip-39-map.json`](json/bip-39-map.json) - Map of words to their index
- [Tuples: `bip-39-tuples.json`](json/bip-39-tuples.json) - Array of word-index tuples### `.txt`
- [Original: `bip-39-english.txt`](txt/bip-39-english.txt) - Plain English wordlist
- [Binary: `bip-39-binary.txt`](txt/bip-39-binary.txt) - Binary format representation
- [Decimal: `bip-39-decimal.txt`](txt/bip-39-decimal.txt) - Decimal format representation
- [Indexed: `bip-39-index.txt`](txt/bip-39-index.txt) - Indexed wordlist
- [Single-line: `bip-39-oneline.txt`](txt/bip-39-oneline.txt) - Single-line format### `.pdf`
#### Decimal (starts at 1)
- [Bitplates: `bip-39-decimal-bitplates.pdf`](pdf/decimal/bip-39-decimal-bitplates.pdf)
- [Coinplate: `bip-39-decimal-coinplate.pdf`](pdf/decimal/bip-39-decimal-coinplate.pdf)
- [Cold Code: `bip-39-decimal-cold-code.pdf`](pdf/decimal/bip-39-decimal-cold-code.pdf)
- [Coldcard: `bip-39-decimal-coldcard.pdf`](pdf/decimal/bip-39-decimal-coldcard.pdf)
- [Crypto Numeris (1 page): `bip-39-decimal-crypto-numeris-1-page.pdf`](pdf/decimal/bip-39-decimal-crypto-numeris-1-page.pdf)
- [Crypto Numeris (2 pages): `bip-39-decimal-crypto-numeris-2-page.pdf`](pdf/decimal/bip-39-decimal-crypto-numeris-2-page.pdf)
- [Tiny Seed: `bip-39-decimal-tiny-seed.pdf`](pdf/decimal/bip-39-decimal-tiny-seed.pdf)
- [Kryptodots: `bip-39-kryptodots.pdf`](pdf/decimal/bip-39-kryptodots.pdf)
- [LWallet: `bip-39-lwallet.pdf`](pdf/decimal/bip-39-lwallet.pdf)#### Indexed (starts at 0)
- [Coldbit: `bip-39-zero-indexed-coldbit.pdf`](pdf/zero-indexed/bip-39-zero-indexed-coldbit.pdf)
- [Coldcard: `bip-39-zero-indexed-coldcard.pdf`](pdf/zero-indexed/bip-39-zero-indexed-coldcard.pdf)#### Binary
- [Lookup table: `bip-39-0-indexed-binary-lookup-table.pdf`](pdf/binary/bip-39-0-indexed-binary-lookup-table.pdf)
- [Binary: `bip-39-binary.pdf`](pdf/binary/bip-39-binary.pdf)#### Non-numbered
- [BTC Guide: `bip-39-btcguide.pdf`](pdf/non-numbered/bip-39-btcguide.pdf)
- [Blockplate: `bip-39-single-page-blockplate.pdf`](pdf/non-numbered/bip-39-single-page-blockplate.pdf)#### Diceware
- [Binary to word lookup table: `bip-39-binary-to-word-lookup-table.pdf`](pdf/diceware/bip-39-binary-to-word-lookup-table.pdf)
- [BitBox: Diceware lookup table: `bip-39-diceware-lookup-table-bitbox.pdf`](pdf/diceware/bip-39-diceware-lookup-table-bitbox.pdf)## License
This is a derivative work of the original BIP-39 wordlist. See [BIP-39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) for more information.