Skip to content

fmiras/vanirust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanirust

Create ETH addresses with a custom word 📬

Installation

  • Clone the repository and run the following commands:
cargo install

or you can also use it directly:

# in vanirust directory
cargo run --help

Usage

vanirust fef0 # Remember that must be hex numbers!
# Your new ethereum vanity address: 0xfef01755a491d8bf59d9ae5d4e4f691308de4d82

Credits

Both ethkey and memzero packages that are being used at the source code of this project where extracted from parity-ethereum code.