1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 04:14:15 +00:00

105 Commits

Author SHA1 Message Date
samr7
53903a714c Follow HTTP redirections on bounty servers. 2012-08-09 16:26:43 -07:00
samr7
dece236223 Process bounties with the same public key as batches. 2012-08-09 14:24:08 -07:00
samr7
0ffb0d7c55 Move AVL tree out of pattern.c. 2012-08-09 14:22:39 -07:00
samr7
5dc518a683 Fix case-insensitive search for O, I, and l characters. 2012-07-26 00:19:27 -07:00
samr7
c21e99a58b Basic support for concurrency in OpenCL engine. 2012-07-25 21:30:24 -07:00
samr7
06af705498 Fix problem with the -X parameter. 2012-07-17 20:21:55 -07:00
samr7
10e4aa187b Bump version to 0.19. 0.19 2012-07-04 09:08:11 -07:00
samr7
dfc1eebeb6 Remove regular expression option from oclvanitygen. 2012-07-04 09:00:50 -07:00
samr7
7c7caf5eec Initialize search context before use. 2012-07-04 08:57:27 -07:00
samr7
81bd7b9b9c Bump version to 0.18. 2012-07-03 23:36:02 -07:00
samr7
ad2876a7f4 Note that Linux and OS X use the same makefile. 2012-07-03 23:35:29 -07:00
samr7
b60c5b1ee5 Add -G option to keyconv, to generate an address and display the hex
public key.
2012-07-03 23:34:28 -07:00
samr7
b6ca74fb9e Move version tag to pattern.h. 2012-07-03 21:49:23 -07:00
samr7
ca840bde63 Support Mac OS X in the master Makefile. 2012-07-01 19:09:18 -07:00
samr7
d717f45f41 Fix a memory leak and some compiler warnings in oclvanityminer. 2012-07-01 16:22:48 -07:00
samr7
217351c30b Clean up timing statistics on thread shutdown. 2012-07-01 16:21:23 -07:00
samr7
a4398961a6 Resolve Windows makefile issues 2012-07-01 16:01:18 -07:00
samr7
4b50b6f651 Update Mac OS X Makefile. 2012-07-01 10:01:07 -07:00
samr7
d665689430 Use newer OpenSSL APIs to hash OpenCL programs, to eliminate deprecation
warnings in some cases.
2012-07-01 09:59:16 -07:00
samr7
4700be088f Add oclvanityminer. Move OpenCL engine code to oclengine.c. 2012-07-01 01:11:11 -07:00
samr7
9ac1c5e21d Add support for base public keys to vanitygen and oclvanitygen.
Add partial private key combining feature to keyconv.
2012-06-29 21:51:46 -07:00
samr7
6c0f8a33b3 Fix a typo in the README. 2012-06-29 07:12:48 -07:00
samr7
910e9f94e1 Merge luke-jr's script address search code. 2012-06-29 07:12:12 -07:00
samr7
4f85df71d9 Fix a misspelled word. 2012-06-09 09:24:29 -07:00
samr7
85960dfa9a Minor formatting and function naming cleanups to OpenCL kernel. 2012-06-09 09:06:00 -07:00
samr7
0f09377510 Fix a typo in dumpbn(). 2011-08-21 15:48:35 -07:00
samr7
d0dbe37a3b Add fdumphex() and fdumpbn() for use with stderr. 2011-08-20 14:42:12 -07:00
samr7
5fb1fe9119 Pass the correct export password to the encoder function. 2011-08-17 12:46:37 -07:00
samr7
7b0300081b Add keyconv utility for decrypting and converting private keys. 2011-08-17 12:31:22 -07:00
samr7
8c11ba8851 Resolve a GCC warning. 2011-08-17 12:31:13 -07:00
samr7
7bb1996d37 Slipped again. 2011-08-17 12:03:39 -07:00
samr7
fd4660217d Reorganize the private key encryption a bit. 2011-08-17 12:00:33 -07:00
samr7
84a67fe96b Send error messages and other secondary output to stderr. 2011-08-16 20:54:16 -07:00
samr7
9d8ad666a4 Update password-protected address handling code to new format.
Add support for PKCS#8.
2011-08-16 19:39:04 -07:00
samr7
df05bc7784 Don't try to change the worksize under -V, change the thread count. 2011-08-14 11:22:49 -07:00
samr7
0c1787bada Win32 build fix for missing M_E. 2011-08-14 11:12:36 -07:00
samr7
458bb28add Add verification mode for tracking down OpenCL/hardware problems.
Ensure that invsize > 1 to ensure correct behavior from heap_invert.
2011-08-14 11:04:58 -07:00
samr7
cb3e60750a Minor optimization to heap_invert(). 2011-08-14 10:51:23 -07:00
samr7
38681d7c1e Include PKCS5_PBKDF2_HMAC() for compatibility with OpenSSL <1.0.0 2011-08-12 13:28:16 -07:00
samr7
b15be3734e Add private key password-protection. 2011-08-11 13:43:03 -07:00
samr7
e460371230 Bump version and update changelog. 0.17 2011-08-08 12:03:16 -07:00
samr7
d0f4dd3b4b Try another method of invoking pthreads-win32 initialization. 2011-08-08 11:07:47 -07:00
samr7
615600b224 Add mingw compatibility. 2011-08-08 08:21:45 -07:00
samr7
3bcb68878d Note that oclvanitygen kernel no longer breaks with latest NVIDIA
driver on Windows.
Add advisory about kernel compile times.
2011-08-07 17:51:33 -07:00
samr7
9a333b7627 Reduce console output from the Microsoft compiler. 2011-08-07 17:09:15 -07:00
samr7
b887a2fd9d Update the Mac OS X Makefile.
Remove some items from the Linux Makefile that should not be there.
2011-08-07 17:03:29 -07:00
samr7
d481879a7e Don't force unrolling of specific loops without DEEP_PREPROC_UNROLL.
Clean up formatting.
2011-08-07 16:59:39 -07:00
samr7
933a020205 Add explicit preprocessor unrolling.
Limit use of #pragma unroll to NVIDIA platforms.
2011-08-07 16:13:23 -07:00
samr7
46aed119a1 Split base-58 encoding primitives out of pattern.c. 2011-08-07 16:10:45 -07:00
samr7
570e081546 Fix a serious bug in the private key encoder. 2011-08-06 13:52:47 -07:00