Skip to content

cashaddress/vanitygen-cash

 
 

Repository files navigation

Vanitygen Cash

Vanitygen for Bitcoin Cash! Crafted by the creators of CashAddress.Github.io

Vanitygen Cash on Hyper

Download

The compiled binaries for Windows, Mac and Linux can be found at releases.

Advice

Alphabet: 023456789acdefghjklmnpqrstuvwxyz

  • The first character must be q

  • The second character must be either p, q, r, or z.

To build:

Mac

brew install openssl@1.1 hyperscan
make

Linux

sudo apt-get install libhyperscan-dev g++-7 ocl-icd-opencl-dev libssl-dev
make

Windows

too long

Significant changes made (to comply with AGPL v3)

  • Make it generate addresses in CashAddr format (remove case sensitivity...)

  • Let Vanitygen search for both compressed and uncompressed addresses

  • Output in TSV and CSV formats

  • Replace PCRE with Hyperscan for efficient regex search!

  • Fix some warnings

  • Make it OpenSS 1.1L compatible

TODOs:

  • Port libsecp256k1 code (long term)

  • SHA256 accelerate

  • OCL compressed

About

More stable, faster Vanitygen for Bitcoin Cash's CashAddr!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.5%
  • Makefile 1.2%
  • Other 1.3%