Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meehow/ethereum-vanity-wallet
Ethereum Vanity Wallet Generator
https://github.com/meehow/ethereum-vanity-wallet
blockchain brute-force ethereum vanity vanity-address vanitygen wallet
Last synced: 4 days ago
JSON representation
Ethereum Vanity Wallet Generator
- Host: GitHub
- URL: https://github.com/meehow/ethereum-vanity-wallet
- Owner: meehow
- License: gpl-3.0
- Created: 2019-02-18T13:28:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T13:31:35.000Z (over 1 year ago)
- Last Synced: 2024-11-02T08:30:32.900Z (11 days ago)
- Topics: blockchain, brute-force, ethereum, vanity, vanity-address, vanitygen, wallet
- Language: Go
- Size: 42 KB
- Stars: 15
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethereum Vanity Wallet Generator
This tool generates Ethereum public and private keypair until it finds address
which contains required prefix and/or suffix.
Address part can contain only digits and letters from A to F.## Installation
```
go install github.com/meehow/ethereum-vanity-wallet@latest
```## Usage
➜ ~ ethereum-vanity-wallet -p ab -s cd
Address: 0x**Ab**719Dc27043be01e9ef02026407163455Ae7f**Cd** PrivateKey: 0a2ab8789247f97b1a54919c3ff45dda4ec26ecc4f9a1b3df82f9c7090dafe83
Address: 0x**ab**56b21826316f56f1Ee7e2e69C489A51EB8A5**cd** PrivateKey: f9fd0529afeeb74e3918447cf69f4fadc3684306e613f92f38380548134e2760
Address: 0x**ab**f6AC87BBad30215359739A6EE4159F4c4a23**cd** PrivateKey: c5bc2fac7fb08cc883adf37c0e0edeb142978859668546ac859bf7b1e8fe8767
^C
[![asciicast](https://asciinema.org/a/228369.svg)](https://asciinema.org/a/228369)
## Benchmarks
My laptop with i7-6500U CPU can generate around 6500 keys per second per core.
```
pkg: github.com/meehow/ethereum-vanity-wallet
BenchmarkNewKeyForDirectICAP-4 30 35699828 ns/op
BenchmarkNewKeyForDirectICAPNotRandom-4 10000 157199 ns/op
BenchmarkRawEcdsa-4 10000 152757 ns/op
BenchmarkRawEcdsaNotRandom-4 10000 152196 ns/op
```## What is the purpose of this tool?
Having ETH address, with few letters which are defined by us, makes it easier
to visually identify this account among others. In opposite to
[Ethereum Name Service](https://ens.domains/), it doesn't require special
support by wallet implementation and it's for free.![dead-beef](dead-beef.png)