• Stars
    star
    730
  • Rank 62,081 (Top 2 %)
  • Language Vue
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ’Ž Browser-based ETH vanity address generator

Vanity-ETH

Build Status License Code style Maintainability

Browser-based ETH vanity address generator

Just type vanity-eth.tk to use it ⚑️

Vanity-ETH

What's a vanity address?

A vanity address is an address which part of it is chosen by yourself, making it look less random.

Examples: 0xc0ffee254729296a45a3885639AC7E10F9d54979, or 0x999999cf1046e68e36E1aA2E0E07105eDDD1f08E

Usage

First of all, visit vanity-eth.tk

Enter as short prefix/suffix of your choice at the bottom of the page, and click β€˜generate’ to start. Your browser will generate lots of random addresses until one matches your input.

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 your computer struggles.

Security

As explained above, everything is computed only in your browser. Nothing ever leaves your machine, or even your browser tab. There is no database, no server-side code. Everything vanishes when you close your tab.

Vanity-ETH cannot and will never store your private key, and if you don't trust it, you have 3 ways to ensure your key remains private:

  • Once the web page is loaded, you can turn off the internet and continue playing, it will work seamlessly
  • You can also download the latest build of Vanity-ETH here and use it on a completely offline computer
  • The code is 100% open source and available on GitHub. You can review it as much as you want before using it

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 PBKDF2-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. Currently, Chrome provides the best results.

Using Vanity-ETH on your phone or tablet will work, but don't expect to reach the speed of a good 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.

Build Vanity-ETH from source

A GitHub Action is in charge of building and deploying Vanity-ETH to GitHub pages automatically πŸ€–, but you can make your own build from source if you want

git clone https://github.com/bokub/vanity-eth
cd vanity-eth
npm i
npm run build

Tips

You can support this project by sending tips to 0xAceBabe64807cb045505b268ef253D8fC2FeF5Bc πŸ’›

More Repositories

1

chalk-animation

🎬 Colorful animations in terminal output
JavaScript
2,124
star
2

gradient-string

🌈 Beautiful color gradients in terminal output
JavaScript
1,030
star
3

lyo

πŸ“¦ Node.js to browser - The easy way
JavaScript
621
star
4

rgb-light-card

πŸ’‘ A Lovelace custom card for RGB lights
JavaScript
414
star
5

nopaste

πŸ“‹ Client-side paste service
JavaScript
362
star
6

linky

πŸ”Œ CLI tool to retrieve Linky smart meters data
TypeScript
216
star
7

ha-linky

πŸ“Š Home Assistant add-on for Linky smart meters
TypeScript
187
star
8

home-assistant-extension

πŸ“Œ Home Assistant browser extension
Vue
169
star
9

git-history-editor

✏️ Online commit editor, intuitive and easy to use
HTML
160
star
10

github-stats-box

πŸ“Œ Update a gist to contain your GitHub stats
JavaScript
139
star
11

gradient-badge

🍭 Badge generator with color gradient support
JavaScript
70
star
12

i3-config

🐍 A backup of my i3 config
Shell
59
star
13

conso-api

⚑ API for Linky smart meters
Vue
49
star
14

wakatime-to-toggl

πŸ“© Push your WakaTime data to Toggl
JavaScript
35
star
15

linky-cli

⛔️ DEPRECATED - A CLI tool to retrieve your Linky power consumption
JavaScript
19
star
16

stravanity

πŸ‘Ÿ Easy to beat Strava segments
Vue
17
star
17

ha-history-stats

πŸ“ˆ Statistics about your Home Assistant history
Python
14
star
18

prettier-config

πŸ’œ My personal Prettier config & workflow
10
star
19

brackets-gofmt

πŸ“‘ An extension for Brackets IDE to format Go code.
JavaScript
2
star
20

vanity-eth-cli

Works, but has nothing awesome
Go
1
star
21

blog-comments

1
star
22

bokub

πŸ“– My profile's README
1
star
23

lyo-service

πŸŒ„ Lyo builder as a service
JavaScript
1
star