Return to Lab
EXP-012

STELLAR VANITY

Address Brute-Force Engine // Soroban Salt Extractor

ATTEMPTS
0
TIME
0s
PER/SEC
0
DIFFICULTY
ETA
Technical Dossier

G-Address: Stellar public keys are Ed25519 addresses encoded in Base32. The first character is always 'G'. This tool generates random seeds until the resulting public key matches your desired prefix.

PROBABILITY MATRIX:
1 char: 1 in 32
2 char: 1 in 1,024
3 char: 1 in 32,768
4 char: 1 in 1,048,576

C-Address: Soroban Contract IDs are derived using a hash of the deployer's address and a 32-byte salt. By varying the salt, we can "pre-mine" a specific Contract ID.

Note: This simulation uses a standard SHA-256 hash of (Deployer + Salt) to illustrate the concept. Real Soroban derivation involves XDR preimages and Env ID hashes.