Mnemonic

Human-readable sequences of words (mnemonic phrases) used to back up or recover a wallet, derived from a cryptographic seed.


  1. Select Client

  2. Choose From

  3. Select Language

  4. Select Mnemonic Type (If Client is Electrum V2)

  5. Select Words (If from Words is chosen)

  6. Enter Entropy (If from Entropy is chosen)

  7. Click Generate

The generated mnemonic will appear in the terminal on the right panel.

Output
{
    "name": "...",
    "mnemonic": "...",
    "language": "...",
    "words": ...
}

Last updated