Monero

A Private Key in Monero grants full control over wallet funds, allowing both spending and access to associated transaction details.

  1. Select Crytpocurrency

  2. Select Network

  3. Select HD

  4. Select From

  5. Enter Private Key

  6. Enter Payment ID (Optional)

The Generated Monero 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