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

31 Commits

Author SHA1 Message Date
samr7
74e9eaaa6e Support multiple pattern input files, with different case-sensitivity
settings.
2012-08-17 23:15:29 -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
b6ca74fb9e Move version tag to pattern.h. 2012-07-03 21:49:23 -07:00
samr7
217351c30b Clean up timing statistics on thread shutdown. 2012-07-01 16:21:23 -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
910e9f94e1 Merge luke-jr's script address search code. 2012-06-29 07:12:12 -07:00
samr7
84a67fe96b Send error messages and other secondary output to stderr. 2011-08-16 20:54: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. 2011-08-08 12:03:16 -07:00
samr7
46aed119a1 Split base-58 encoding primitives out of pattern.c. 2011-08-07 16:10:45 -07:00
samr7
749daa7b17 Bump version to 0.16.
Use stdio binary mode when reading/writing kernel binaries.
Fix up help message for oclvanitygen.
2011-08-01 23:17:28 -07:00
jackjack
75246451d3 Add addrtype flag 2011-08-02 03:31:04 +02:00
samr7
efb7cedde5 Warn about NVIDIA drivers that seem to produce broken device code.
Bump version number.
2011-07-31 20:44:18 -07:00
samr7
dff09af8cb Bump version numbers. 2011-07-31 07:06:24 -07:00
samr7
f2de8f73d8 Use private key type 180 for namecoin private keys, as pointed out by
jackjack-jj.
2011-07-27 18:23:28 -07:00
samr7
2dcd8fdff6 Display hint message when given impossible prefix.
Split source into multiple files.
Add experimental, unoptimized OpenCL implementation.
Bump version to 0.13
2011-07-17 16:11:45 -07:00
samr7
34b6aa670e Display a warning message if built against an old version of OpenSSL. 2011-07-13 09:19:01 -07:00
samr7
d8b7676a17 Tweak EC_POINT batch additions to add affine points (+10% performance)
Fix RNG seed option, thanks Shevek
Bump version to 0.12
2011-07-13 04:29:39 -07:00
samr7
dddc627798 Add "-s" option for external RNG seed.
Use a read-mostly optimized lock to synchronize access to patterns.
Bump version to 0.11
2011-07-12 16:10:00 -07:00
samr7
3b27f81a98 Use EC_POINTs_make_affine() to improve performance. ~6X speedup!
Bump version to 0.10
2011-07-12 02:43:58 -07:00
samr7
bcbaff3cf0 Add keep pattern after match option, quiet option, and result file.
Bump version to 0.9
2011-07-10 15:33:22 -07:00
samr7
f40a553fed Fix difficulty recalculation when a prefix match is found.
Bump to version 0.8
2011-07-08 20:52:32 -07:00
samr7
d40577e361 Use GetLogicalProcessorCount() to count CPUs on Windows.
Bump version to 0.7.
2011-07-08 03:53:20 -07:00
samr7
03f4e05ebf Fix arithmetic problems related to difficulty estimation of multiple
prefixes.
Be more specific when prefixes overlap.
Bump to version 0.6.
2011-07-08 00:54:30 -07:00
samr7
e9d063f70b Fix Win32 nmake build, increase warning level, resolve warnings 2011-07-07 13:15:46 -07:00
samr7
9bbefd2ce8 Vanitygen 0.5 as released (attempted) on forum. 2011-07-07 12:37:45 -07:00
samr7
6baae946a9 Vanitygen 0.4 as released on forum 2011-07-07 12:32:55 -07:00
samr7
9da77c3e76 Vanitygen 0.3 as released on forum 2011-07-07 12:31:55 -07:00
samr7
927c650808 Vanitygen 0.1 as released on forum. 2011-07-07 12:29:14 -07:00