From Watch Only

Wallet allows you to monitor transactions and balances derived from an HD wallet's public keys without exposing or using the private keys for spending.

This section is only available for Monero

  1. Select Cryptocurrency

  2. Select Network

  3. Select HD

  4. Select From

  5. Enter View Private Key

  6. Enter Spend Public Key

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

Last updated