Hello Bitcointalk community!
Vanity addresses (e.g.,
0xDeF1...,
0xbeef77...) are great for branding smart contracts or organizing sybil/airdrop farms. However, generating them via third-party services usually means trusting a stranger's server with your private keys — which defeats the whole purpose of crypto security.
To solve this, I’ve built a
100% Trustless, Client-Side WEB Generator hosted on GitHub Pages.
🌐 **Try it here:**
https://dimory45-glitch.github.io/eth-vanity/Why it is safe (Zero-Trust Model):- All cryptography (using ethereumjs-wallet) runs locally in your browser.
- No data, private keys, or analytics are sent to any backend server. You can check the source code or monitor the network tab (F12).
- For absolute paranoia: load the page, turn off your Wi-Fi/Internet, generate the keys offline, save them, and close the tab.
Features & Limits:- 1 to 4 characters: Completely FREE and unlimited. Your browser can calculate short prefixes (like 0xdead...) fairly quickly.
- 5 to 6 characters: Requires an access code (available via our automated bot linked on the site), but the generation still runs safely on your own hardware.
- 7+ characters: Browser JavaScript is too slow for this. These complex orders are calculated on our dedicated C++ server farms. Keys are delivered via a One-Time Secret link that burns itself after opening.
Feel free to use the free tier for your projects.
I would love to hear your feedback on the UI or see how many `hash/s` your browser manages to output! If you find any bugs or have technical questions about the implementation, let me know in this thread. 🤝