BIP's

A Private Key in BIPs allows generating child keys in an HD wallet, providing full control over funds and associated addresses.

  1. Select Cryptocurrency

  2. Select Network

  3. Select HD

  4. Select From

  5. Enter Private Key

  6. Select Public Key Type

  7. Select Semantic

The Generated BIP will appear in the terminal on the right panel

Output
{
    "cryptocurrency": "...",
    "symbol": "...",
    "network": "...",
    "coin_type": ...,
    "entropy": "...",
    "strength": ...,
    "mnemonic": "...",
    "passphrase": "...",
    "language": "...",
    "seed": "...",
    "ecc": "...",
    "hd": "...",
    "root_xprivate_key": "...",
    "root_xpublic_key": "...",
    "root_private_key": "...",
    "root_wif": "...",
    "root_chain_code": "...",
    "root_public_key": "...",
    "strict": ...,
    "public_key_type": "...",
    "wif_type": "..."
}
{
    "at": {
        "path": "...",
        "indexes": [
            ...,
            ...,
            ...,
            ...,
            ...
        ],
        "depth": ...,
        "purpose": ...,
        "coin_type": ...,
        "account": ...,
        "change": "...",
        "address": ...
    },
    "xprivate_key": "...",
    "xpublic_key": "...",
    "private_key": "...",
    "wif": "...",
    "chain_code": "...",
    "public_key": "...",
    "uncompressed": "...",
    "compressed": "...",
    "hash": "...",
    "fingerprint": "...",
    "parent_fingerprint": "...",
    "address": "..."
}

Last updated