Skip to content

Vanity address generator for the Yggdrasil network

License

Notifications You must be signed in to change notification settings

averyanalex/yggdrasil-vanity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yggdrasil Vanity

Vanity address generator for the Yggdrasil network

Basic usage (just search high addresses)

cargo run --release

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:

cargo run --release -- -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"

Benchmarks

  • AMD Radeon RX 6800 XT: 25 MH/s

Credits

About

Vanity address generator for the Yggdrasil network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.9%
  • Rust 6.4%
  • Other 0.7%