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.
git clone https://github.com/Qwiddle/tezos-vanity-gen.git
cd tezos-vanity-gen
yarn
yarn start <search term> [-cs (case sensitive)]
yarn start Qwiddle -cs
will search for an address that starts with tz1Qwiddle
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.