Electrum V1

Entropy in Electrum V1 is random data used to generate a seed, which derives all private keys and grants 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 Public Key Type

  8. Select Language

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": "...",
    "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