Electrum V2

A Seed in Electrum V2 is used to derive all private and public keys for an HD wallet, granting full access to all associated addresses and funds.

  1. Select Cryptocurrency

  2. Select Network

  3. Select HD

  4. Select From

  5. Select Client (If available)

  6. Enter Seed

  7. Select Mode

  8. 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