EDUCATIONAL BITCOIN TOOL
Dice Roll & Coin Flip Simulator
Turn physical coin flips or dice rolls into a BIP39 mnemonic, one word at a time.
How this lesson works
2^10 down to 2^0; 2^11 would be a twelfth position. Multiply each entered 0 or 1 by the value above its box, then add all the results. For example, 00000000001 = 1. That zero-based total points to the second word in the official list, so the displayed BIP39 index is total + 1 = 2.Open the official BIP39 English word list ↗ Use the BIP39 index shown below to find each word. Download printable 12/24-word worksheets ↓
1. Entropy and checksum
The entropy is divided into 11-bit groups. Each group is interpreted as a number from 0 to 2047, then that zero-based number selects a word from the 2048-word BIP39 English list.
2. Derive the words
| # | Bits | Decimal index | BIP39 word | Meaning |
|---|
3. Final mnemonic
Passphrase warning: adding a passphrase creates an additional layer of protection, but every passphrase is valid. Wallets will not warn you if the passphrase is misspelled or uses different capitalization; a different passphrase creates a different wallet. Make a physical backup of the seed phrase and a separate physical backup of the passphrase, and store them separately.
The final word includes the remaining entropy bits plus the checksum bits. The checksum makes accidental errors detectable; it does not add randomness.
4. First five receive addresses optional advanced output
These use standard mainnet paths: m/44'/0'/0'/0/i, m/49'/0'/0'/0/i, m/84'/0'/0'/0/i, and m/86'/0'/0'/0/i.