💎 Browser-based ETH vanity address generator
Find a file
2018-02-21 08:41:00 +01:00
src Fix different fonts sizes in different browsers 2018-02-21 08:41:00 +01:00
.babelrc Use webpack instead of gulp + browserify 2018-01-27 12:25:32 +01:00
.gitignore Use webpack instead of gulp + browserify 2018-01-27 12:25:32 +01:00
.travis.yml Add cache-busting mechanism 2018-02-19 08:49:42 +01:00
index.html Minor fixes and improvements 2018-02-18 16:21:39 +01:00
LICENSE Initial commit 2017-12-21 08:13:10 +01:00
package-lock.json Minor fixes and improvements 2018-02-18 16:21:39 +01:00
package.json Add cache-busting mechanism 2018-02-19 08:49:42 +01:00
README.md Minor improvements, especially in mobile UI 2018-02-20 19:05:11 +01:00
webpack.config.js Minor improvements, especially in mobile UI 2018-02-20 19:05:11 +01:00

Vanity-ETH

Build Status License Maintainability

Browser-based ETH vanity address generator

Just type git.io/veth to use it

Vanity-ETH

Usage

First of all, visit git.io/veth

Enter the prefix of your choice, then click 'generate' to start. Your browser is going to generate a ton of random addresses until one of them starts with your prefix.

Once an address is found, you can reveal the private key, or click the 'save' button to download a password-encrypted keystore file.

You can increase the number of working threads to reach higher speeds, or decrease it if you computer struggles.

Security

As explained above, everything is computed in your browser. Nothing ever leaves your machine, or even your browser tab.

Once the web page is loaded, you can turn off the internet and continue playing.

You can also download the latest build of Vanity-ETH here and use it completely offline.

Vanity-ETH uses a cryptographically secure pseudorandom number generator (CSPRNG) to generate Ethereum addresses.

The keystore file is encrypted with a AES-128-CTR cipher using the BKDF2-SHA256 derivation function with 65536 hashing rounds.

Performance

For some reason, the performance of Vanity-ETH can vary a lot from a browser to another. Right now, Chrome seems to be the one providing the best results.

Using Vanity-ETH on your phone or tablet will work, but don't expect to reach the speed of a good old computer.

Compatibility

Any address generated with Vanity-ETH is ERC-20 compatible, which means you can use it for an ICO, an airdrop, or just to withdraw your funds from an exchange.

The keystore file is 100% compatible with MyEtherWallet, MetaMask, Mist, and geth.

Local development

Install dependencies

npm i

Run the dev-sever while you code

npm run dev

Build the project (optional)

npm run build

The Travis CI bot 🤖 is in charge of building and deploying Vanity-ETH to Github pages.

Tips

0xAceBabe64807cb045505b268ef253D8fC2FeF5Bc