/ privatekey-tron

PrivateKey - TRON

Derives a TRON address from a private key.

Derives a TRON (TRX) address from a secp256k1 private key.

What it does

  • Uses the same Keccak-256 public-key-hash scheme as Ethereum.
  • Prefixes the hash with TRON's 0x41 address-version byte.
  • Base58Check-encodes the result into TRON's T... address format.

Use cases

  • Find the TRON address for a key you hold.
  • Understand how TRON addresses relate to Ethereum-style key derivation.

This tool runs entirely in your browser. Nothing you enter is sent to or stored on any server.