EDUCATIONAL BITCOIN TOOL

Dice Roll & Coin Flip Simulator

Turn physical coin flips or dice rolls into a BIP39 mnemonic, one word at a time.

Educational purposes only. Seeds generated here must never be used in real life to receive funds. This page derives sensitive wallet material in your browser; use made-up practice rolls and never enter a real recovery phrase. For any real-funds wallet process, work offline in a secure, trusted environment. The binary totals, word indexes, and checksum work can also be performed with pen and paper.

How this lesson works

1. Create entropyEach coin flip gives one bit: 0 or 1. A die gives one bit when odd is 0 and even is 1.
2. Find wordsEvery group of 11 bits is a number from 0–2047. Add 1 to display its BIP39 word-list index.
3. Solve the final wordThe last word contains the remaining random bits plus the checksum. We list every possible completion for you to try.
4. VerifyYour wallet device should accept only the candidate with a valid BIP39 checksum.
How binary becomes a number and word: read the 11 bits as a base-2 number. The 11 positions use 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.

WordEnter results11-bit groupTotalBIP39 IndexWord