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

From Spend Private Key

The Spend Private Key is a secret cryptographic key that allows the wallet owner to authorize and send transactions.

PreviousCardanoNextFrom Watch Only

Last updated 6 months ago

This section is only available for Monero

  1. Select Cryptocurrency

  2. Select Network

  3. Select HD

  4. Select From

  5. Enter Spend Private Key

  6. Enter Payment ID (Optional)

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": "...",
    "private_key": ...,
    "spend_private_key": "...",
    "view_private_key": "...",
    "spend_public_key": "...",
    "view_public_key": "...",
    "primary_address": "..."
}
{
    "at": {
        "minor": ...,
        "major": ...
    },
    "sub_address": "..."
}