1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 12:24:20 +00:00

Bump version to 0.18.

This commit is contained in:
samr7 2012-07-03 23:36:02 -07:00
parent ad2876a7f4
commit 81bd7b9b9c
2 changed files with 10 additions and 1 deletions

View File

@ -79,3 +79,12 @@ Version 0.17, released August 8, 2011:
- New oclvanitygen add/subtract/compare functions for AMD Radeon - New oclvanitygen add/subtract/compare functions for AMD Radeon
- Add support for AMD BFI_INT instruction in oclvanitygen hash functions - Add support for AMD BFI_INT instruction in oclvanitygen hash functions
- Minor source code reorganization - Minor source code reorganization
Version 0.18, released July 4, 2012:
- Support additive base public keys for outsourced address generation.
- New oclvanityminer program, organized address miner for use with
bounty pools, like ThePiachu's Vanity Pool.
- New keyconv program for converting bitcoin private keys between
wallet import format, password-protected format, and PKCS#8.
- Support generation of simple P2SH (type-3) addresses.
- Mac OS X makefile merged with Linux Makefile.

View File

@ -33,7 +33,7 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#define VANITYGEN_VERSION "0.17" #define VANITYGEN_VERSION "0.18"
typedef struct _vg_context_s vg_context_t; typedef struct _vg_context_s vg_context_t;