This program will generate seeds for Waves which public key (address) is ends with what you want.
Options:
-f, --fast with all CPU
-m, --manually [3] set number of threads
-h, --help print this help menu
-
cargo build --release
-
a.
./target/release/waves-address-generator -f {word1} {word2}
b.
./target/release/waves-address-generator -m 4 {word1} {word2}
For example ./waves-address-generator -f xxx yyy
will start generator with consuming all available CPU. It will print only those seeds which address ends with "xxx" or "yyy".