Electrum V1

A Seed in Electrum V1 generates all private and public keys for a wallet, providing full access to all derived 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 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": "...",
    "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