CustomEOA is a lightweight vanity EOA generator for Ethereum. It searches for an address that matches a pattern you define.
The pattern supports ? as a wildcard character.
Contributions are welcome. If you want to improve the tool, open an issue or submit a pull request.
Install dependencies and create your local environment file:
go mod download
cp .env.example .envConfigure .env:
ADDRESS_PATTERN=dead????????????????????????????????beef
WORKERS=0ADDRESS_PATTERN: optional0x, must be exactly 40 hex characters.- Supported characters: lowercase hex (
a-f) and?. WORKERS=0: uses the available CPU core count.
Run:
go run .Sample output:
address=0x...
public_key=...
private_key=...
This project currently does not include a license file.