# Electrum V1

<figure><img src="https://1504041824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCJoiqBfuHQZxq9XtX5e6%2Fuploads%2F0ZWh1Pc2Pv5RauHG3V5P%2Ffromelectrumv1Mnemonic.png?alt=media&#x26;token=c39224c4-0ae3-4b4a-a7dc-3ed93b3c7ece" alt=""><figcaption></figcaption></figure>

1. Select Cryptocurrency
2. Select Network
3. Select HD
4. Select From
5. Select Client (If available)
6. Enter Mnemonic
7. 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": "...",
    "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>
