Skip to content

Commit

Permalink
Vanitygen 0.22 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
samr7 committed Oct 12, 2012
1 parent 8c2a7cb commit 9e04497
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,7 @@ Version 0.21, released August 21, 2012:
- Fix bug in case-insensitive prefix enumerator that would skip the
last possible combination.
- More useful error messages for OpenCL failures in oclvanitygen/miner

Version 0.22, released October 11, 2012:
- Fix bugs in oclvanityminer bounty list parser
- Use GET instead of POST for work submission in oclvanityminer
2 changes: 1 addition & 1 deletion pattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <unistd.h>
#endif

#define VANITYGEN_VERSION "0.22pre"
#define VANITYGEN_VERSION "0.22"

typedef struct _vg_context_s vg_context_t;

Expand Down

1 comment on commit 9e04497

@franciscojs12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will you update this to work with native SegWit addresses?

Please sign in to comment.