KristVanity
November 7, 2016 ยท View on GitHub
Usage
By running KristVanity without arguments, it will start searching for addresses on all threads without outputting to any files. The terms to look for will by default be taken from terms.txt.
You can use these arguments to configure this behaviour:
--nonumbers/-nIgnores addresses that contain numbers.--log/-lDetermines a log file to output to. Will create a new file if needed and won't replace existing file contents.--clean/-cWill force KristVanity to only output address results, and this only in the formataddress:password. Useful for piping into a file.--threads/-tThe number of threads to use for mining addresses. Will default to the amount of cores on your system.--v1/-1Generate Krist v1 addresses rather than v2 addresses.--input/-iA file containing terms to look for in addresses on each line. Defaults toterms.txt.--help/-hDisplays help.
Dependencies
KristVanity depends on OpenSSL and TCLAP.
Windows
Download (and build) the libraries and set their respective variables in CMake.
Ubuntu
sudo apt-get install libssl-dev libtclap-dev
Arch
sudo pacman -S openssl tclap