Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DesWurstes committed Apr 25, 2018
1 parent 157a745 commit 0393cb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,10 @@ Version 0.24, released March 1, 2018:
- AMD 68XX, 69XX, 70XX GPU fix
- 100% faster prefix and regex search on vanitygen
- Clean up

Version 0.25, released April 25, 2018
- Fixed static binaries
- Fixed P2SH generation
- Disabled colored text output for Windows (only Win10 supports it)
- Switched to Hyperscan, which allows efficient regex search!
- Minor adjustments to CashAddr library
2 changes: 1 addition & 1 deletion oclvanitygen.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void usage(const char *name) {
// clang-format off
fprintf(stderr,
COLOR44
"oclVanitygen Cash" COLOR0 " (" OPENSSL_VERSION_TEXT ")\n"
"oclVanitygen Cash %s" COLOR0 " (" OPENSSL_VERSION_TEXT ")\n"
"Usage: %s [-vcqk1NTS] [-d <device>] [-f <filename>|-] [<pattern>...]\n"
"Generates a Bitcoin Cash receiving address matching <pattern>, and outputs\n"
"the address and associated private key. The private key may be stored in a\n"
Expand Down

0 comments on commit 0393cb7

Please sign in to comment.