Vanity-ETH cli
Simple and efficient ETH vanity address generator.
Available for Linux, Windows and macOS.
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
How to use
-
Download the latest release for your operating system. Choose the
x86
version for a 32-bit system, or the x64
version for a 64-bit system.
-
If you want to run Vanity-ETH from your terminal, run chmod +x vanity-eth-cli-*
-
Run the binary with a double-click, or run ./vanity-eth-cli-*
from your terminal
Build from source
If the binary release doesn't suit you, you can build Vanity-ETH cli from source
You'll need:
- Go - version
1.7
or later
- Glide (optional) - install with
curl https://glide.sh/get | sh
or check out the glide documentation
# Get Vanity-ETH cli
go get github.com/bokub/vanity-eth-cli
cd $GOPATH/src/github.com/bokub/vanity-eth-cli
# Download dependencies (optional but recommended)
glide install
# Build Vanity-ETH cli
go build