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

138 Commits

Author SHA1 Message Date
orignal
d735ed95c8 correct hash for gost 2017-12-20 13:25:33 -05:00
orignal
fb63b01fe5 use gost-512 for RIPEMD160 2017-12-20 13:06:07 -05:00
orignal
d8baf2fcfe Merge branch 'master' of https://github.com/GOSTSec/vanitygen 2017-12-20 12:45:04 -05:00
orignal
cecca0796e streebog added 2017-12-20 12:44:34 -05:00
orignal
73310b9bcc
Update README 2017-12-19 17:31:21 -05:00
orignal
1402c2c428 use gost curve 2017-12-19 15:15:27 -05:00
orignal
0034885bb4 G prefix for gostcoin 2017-12-19 13:57:24 -05:00
samr7
cd1a728243 Merge pull request #14 from fizzisist/master
Display meaningful "value" in oclvanityminer
2012-10-24 01:11:11 -07:00
fizzisist
9981bbeed1 Change BTC/Mkey to BTC/Gkey 2012-10-21 19:59:00 -07:00
fizzisist
aa7ac184f9 Display total value for selected work
After selecting the work (pubkeybatch), display the total value in
BTC/Mkey so that the user has an idea what their expected earnings are.
2012-10-21 02:57:31 -07:00
fizzisist
9626e3a428 Fix units of "value"
Units of BTC/MkeyHr are meaningless. Change them to BTC/Mkey (expected
earnings per million keys generated).
2012-10-18 10:02:50 -07:00
samr7
8516fa63a1 Merge pull request #13 from FiloSottile/gitignore
added .gitignore
2012-10-11 22:33:08 -07:00
samr7
cb681f5c3e Merge pull request #12 from FiloSottile/options_n_1
added simulate (-n) and stop_after_first_match (-1) options
2012-10-11 22:32:49 -07:00
samr7
9e04497a12 Vanitygen 0.22 release. 2012-10-11 20:37:04 -07:00
samr7
8c2a7cb90b Vanity pool doesn't accept solutions using POST, despite their
documentation, so use GET instead of POST for solutions.
Use OPENSSL_free() instead of free() for hex public keys.
2012-10-11 20:17:53 -07:00
samr7
f95e89020f Use strings to compare public keys instead of EC_POINT_cmp().
Fix another bug in the bounty list parser.
2012-10-11 19:42:20 -07:00
samr7
7c93e8de60 Fix a ridiculous bug in oclvanityminer's bounty list parser. 2012-10-11 17:26:42 -07:00
Filippo Valsorda
7aa8787e35 added .gitignore 2012-09-24 15:52:30 +02:00
Filippo Valsorda
d25c8a42f2 added simulate (-n) and stop_after_first_match (-1) options 2012-09-24 15:36:03 +02:00
samr7
6969fee961 Fix error message in OpenCL engine config function. 2012-08-22 22:36:42 -07:00
samr7
7c1f495668 Bump version to 0.21 0.21 2012-08-21 19:33:26 -07:00
samr7
08034e064b Display bounty list when invoked with -v. 2012-08-21 18:42:57 -07:00
samr7
69a380c29c Don't skip the last case-insensitive variant of each prefix. 2012-08-21 13:54:14 -07:00
samr7
e10fdd5431 Insert patterns into the AVL tree in the correct order. 2012-08-21 01:34:39 -07:00
samr7
498a5dfd23 Improve error messages a little bit. 2012-08-18 00:26:10 -07:00
samr7
ec0e204962 Fix some spots that weren't checking for NULL returns from
vg_ocl_map_arg_buffer().
2012-08-18 00:18:46 -07:00
samr7
7a7837d9d4 Bump version to 0.20 0.20 2012-08-17 23:25:44 -07:00
samr7
74e9eaaa6e Support multiple pattern input files, with different case-sensitivity
settings.
2012-08-17 23:15:29 -07:00
samr7
d50e81a149 Fix bug in oclvanitygen that would cause namecoin/testnet/Xcoin
addresses to be incorrectly displayed as type-1.
2012-08-17 15:47:25 -07:00
samr7
2f6353b0d4 Provide strtok_r on Windows. 2012-08-17 15:32:26 -07:00
samr7
17f97ce112 Don't display error messages when last prefix is found by a different
OpenCL device.
2012-08-17 15:31:39 -07:00
samr7
9c6fae2965 Minor tweak to prefix case-enumerator 2012-08-17 15:13:31 -07:00
samr7
af42e55a22 Initial multi-device OpenCL support for oclvanitygen and oclvanityminer. 2012-08-17 10:39:18 -07:00
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