mkp224o

vanity address generator for tor onion v3 (ed25519) hidden services

CC0-1.0 License

Downloads
4
Stars
1.1K
Committers
12

Bot releases are hidden (Show)

mkp224o - v1.7.0 Latest Release

Published by cathugger 9 months ago

https://github.com/cathugger/mkp224o/compare/v1.6.1...v1.7.0
notable changes:
fix checkpoint loading (use carry for add)
various password mode improvements
various documentation and messaging improvements
fix assembler compilation on MacOS
remove slow/fast workers (only batch one remains)

mkp224o - v1.6.0

Published by cathugger over 2 years ago

lotsa stuff
batch mode is slightly improved and now is the default keygen mode
configure stack size for new threads
fix intfilter expansion logic
adjust autoconf.ac for newer autoconf versions
passphrase checkpointing contributed by @scribblemaniac
rebase on newer SUPERCOP & use PIE mode when compiling
various other fixups & cleanups
changeset: https://github.com/cathugger/mkp224o/compare/v1.5.0...v1.6.0
also no minisign because my key is dead

mkp224o -

Published by cathugger over 4 years ago

mkp224o -

Published by cathugger about 5 years ago

  • fixed configure failure with clang
  • added deterministic password-based mode (contributed by @foobar2019) (only enabled if compiled with recent libsodium version)
  • make ed25519-donna implementation default, given good-enough compatibility and much better speed
  • build system now supports out of tree building
  • various cleanups and small fixups all over the place
mkp224o -

Published by cathugger over 5 years ago

  • include source archive with configure pre-generated and git stuff removed
  • out of tree building is now supported, just run configure from different folder
  • new, much faster batch mode, not yet enabled by default, but possible to activate using -B flag
  • building in cygwin fixed, make now properly adds .exe extension for windows systems
  • some minor fixes in not-so-often used features
  • password-based mode not yet enabled at compile time, but will possibly be in next release
  • building using clang should no longer throw warnings
mkp224o -

Published by cathugger about 6 years ago

now supports keys output in YAML format

mkp224o -

Published by cathugger over 6 years ago

-N option now works with regex filtering
built with --enable-regex and --enable-donna