Skip to content

averyanalex/yggdrasil-vanity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yggdrasil Vanity

Vanity address generator for the Yggdrasil network.

Binary builds

You can download binary builds for Windows and Linux in the releases.

Basic usage (just search high addresses)

# build and run from source
cargo run --release
# or download and run
./yggdrasil-vanity

Regex matching

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

Benchmarks

  • 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!

Credits

About

Vanity address generator for the Yggdrasil network

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.6%
  • Rust 6.7%
  • Other 0.7%