Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@Qwiddle Qwiddle released this 14 May 23:06
· 5 commits to master since this release
5a188f4

Tezos Vanity Address Generator v1.0.0

A basic vanity address generator for tz1 addresses used on the Tezos Blockchain.

It will generate a random key pair, and check the public key hash against the search term you provide. If a match is found, it will print the key pair to the console.

Screenshots

Code_Hky8ohh0qe
image

Insallation

  1. git clone https://github.com/Qwiddle/tezos-vanity-gen.git
  2. cd tezos-vanity-gen
  3. yarn

Usage

yarn start <search term> [-cs (case sensitive)]

Example

yarn start Qwiddle -cs will search for an address that starts with tz1Qwiddle

Disclaimer

Not responsible for any lost funds. While it should be generally secure, I do not provide any guarantees of it's safety. Use at your own risk.