Skip to content

Commit

Permalink
How to verify in iancoleman.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Aug 11, 2023
1 parent a39f86c commit 49e5420
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/dice_verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,12 @@ python3 mnemonic_generation.py -h
# GENERATE 256 random coin flips / 24-word mnemonic
python3 mnemonic_generation.py coins rand24
```

### How to get the same results in iancoleman.io
Always specify your expected length in the "Mnemonic Length" droplist (defaults to "Use Raw Entropy (3 words per 32 bits)").

Dice Rolls: Do NOT use the "Dice [1-6]" option; select "Base 10 [0-9]" or "Hex [0-9A-F]"

Zero-indexed dice rolls: Select "Base 6 [0-5]", "Base 10 [0-9]", or "Hex [0-9A-F]"

Coin Flips: Select "Binary [0-1]", "Base 6 [0-5]", "Base 10 [0-9]", or "Hex [0-9A-F]"

0 comments on commit 49e5420

Please sign in to comment.