Hierarchical Deterministic Wallet
GithubDownloadOnline
  • Getting Started
    • Introduction
  • MANUAL
    • Generate
      • Entropy
      • Mnemonic
      • Seed
      • Passphrase
    • Dumps
      • From Entropy
        • BIP's
        • Cardano
        • Electrum V1
        • Electrum V2
        • Monero
      • From Mnemonic
        • BIP's
        • Cardano
        • Electrum V1
        • Electrum V2
        • Monero
      • From Private Key
        • BIP's
        • Cardano
        • Electrum V1
        • Monero
      • From Public Key
        • BIP's
        • Cardano
        • Electrum V1
      • From Seed
        • BIP's
        • Cardano
        • Electrum V1
        • Electrum V2
        • Monero
      • From WIF
        • BIP's
        • Electrum V1
      • From XPrivate Key
        • BIP's
        • Cardano
      • From XPublic Key
        • BIP's
        • Cardano
      • From Spend Private Key
      • From Watch Only
Powered by GitBook
On this page
  1. MANUAL
  2. Dumps
  3. From WIF

BIP's

A Wallet Import Format (WIF) in BIPs is a compressed, human-readable format for private keys, enabling easy import and export of keys for managing and spending funds securely in a wallet.

PreviousFrom WIFNextElectrum V1

Last updated 5 months ago

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 Wallet Important Format

  6. Check BIP38 (If it is BIP38 encrypted)

  7. Enter Passphrase (BIP38 Passphrase)

  8. Select Public Key Type

  9. Select Semantic

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