Vanity address generator for the Yggdrasil network.
You can download binary builds for Windows and Linux in the releases.
# build and run from source
cargo run --release
# or download and run
./yggdrasil-vanity
Pass -r "regex" argument (you can do it multiple times of you want search for multiple patterns) to search only for adresses matching given regex.
Example:
./yggdrasil-vanity -r "" -r "^([0-9a-f]*:){2}:" -r "^([0-9a-f]*:){2}[0-9a-f]{0,2}:0:" -r "^([0-9a-f]*:){3}0:" -r "1234:5678"
# or use cargo run --release -- -r "" ... if you want to build from source
- AMD Radeon RX 6800 XT: 25 MH/s
- Intel Iris Xe TGL GT2 (integrated in i5-1135G7): 0.67 MH/s
Feel free to add your results and report hardware-specific issues!
- nano-vanity for ed25519 OpenCL kernel
- opencl_brute for sha512 OpenCL kernel