Electrum V1

A Wallet Import Format (WIF) key in Electrum V1 is a compressed private key format for easy import/export and full wallet access.

Step 6 enables BIP38 encryption for private key security and entry of a passphrase for encryption.

  1. Select Cryptocurrency

  2. Select Network

  3. Select HD

  4. Select From

  5. Enter Encrypted Wallet Important Format

  6. Check BIP38 (If it is BIP38 encrypted)

  7. Enter Passphrase (BIP38 Passphrase)

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