# Electrum V2

<figure><img src="https://1504041824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCJoiqBfuHQZxq9XtX5e6%2Fuploads%2FAZQGfUFQhR6xIt7ugfxn%2Ffromelectrumv2Seed.png?alt=media&#x26;token=cf1a2b96-6672-4038-b1b2-31fc788464d2" alt=""><figcaption></figcaption></figure>

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

{% hint style="info" %}
The output will appear in the terminal on the right panel.
{% endhint %}

<details>

<summary>Output</summary>

```json
{
    "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": "..."
}
```

</details>
