Electrum V2

Entropy in Electrum V2 is random data used to create a seed, which derives all private and public keys for full access to wallet funds and addresses.

  1. Select Cryptocurrency

  2. Select Network

  3. Select HD

  4. Select From

  5. Select Client (If available)

  6. Enter Entropy

  7. Select Mode

  8. Select Language

  9. Select Mnemonic Type

  10. Select Public Key Type

The output will appear in the terminal on the right panel

Output
{
    "cryptocurrency": "...",
    "symbol": "...",
    "network": "...",
    "coin_type": ...,
    "entropy": "...",
    "strength": ...,
    "mnemonic": "...",
    "passphrase": ...,
    "language": "...",
    "seed": "...",
    "ecc": "...",
    "hd": "...",
    "mode": "...",
    "mnemonic_type": "...",
    "master_private_key": "...",
    "master_wif": "...",
    "master_public_key": "...",
    "public_key_type": "...",
    "wif_type": "..."
}
{
    "at": {
        "change": ...,
        "address": ...
    },
    "private_key": "...",
    "wif": "...",
    "public_key": "...",
    "uncompressed": "...",
    "compressed": "...",
    "address": "..."
}

Last updated