# Generate a Recovery Phrase With D8/D16/D16 Dice

Source URL: https://help.blockstream.com/generate-recovery-phrase-offline-d8-d16-d16
Updated: 2026-08-12T16:16:54.000Z

---

[Generate a Recovery Phrase Offline](https://help.blockstream.com/generate-recovery-phrase-offline)

# Generate a Recovery Phrase With D8/D16/D16 Dice

You need three dice:

- One 8-sided die, called First
- Two 16-sided dice, called Second and Third

Each set of three rolls produces exactly one 11-bit word index, so this method needs one D8 roll and two D16 rolls per provisional word. Repeat the set 12 or 24 times, then follow the [final-word procedure](https://help.blockstream.com/generate-recovery-phrase-offline).

For each set of rolls, find the corresponding word in the table below.

The index is calculated as `(First - 1) * 2^8 + (Second - 1) * 2^4 + (Third - 1)`.

## Words Table

## Other Methods

[Coin](https://help.blockstream.com/generate-recovery-phrase-offline-coin)[D6](https://help.blockstream.com/generate-recovery-phrase-offline-d6)[D8](https://help.blockstream.com/generate-recovery-phrase-offline-d8)D8/D16/D16[D8/D8/D8/coin/coin](https://help.blockstream.com/generate-recovery-phrase-offline-d8-d8-d8-coin-coin)[Poker Cards](https://help.blockstream.com/generate-recovery-phrase-offline-poker)[Piacentine Cards](https://help.blockstream.com/generate-recovery-phrase-offline-piacentine)[Tarot](https://help.blockstream.com/generate-recovery-phrase-offline-tarot)[Binary Words Table](https://help.blockstream.com/generate-recovery-phrase-offline-binary-table)
