Monero

Entropy in Monero is a randomly generated data source used to create a seed, which then derives all private keys for full access to wallet funds and addresses.

  1. Select Cryptocurrency

  2. Select Network

  3. Select HD

  4. Select From

  5. Select Client (If available)

  6. Enter Entropy

  7. Select Language

  8. 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