orignal
|
92cf91023e
|
pass correct length
|
7 years ago |
orignal
|
d735ed95c8
|
correct hash for gost
|
7 years ago |
orignal
|
fb63b01fe5
|
use gost-512 for RIPEMD160
|
7 years ago |
orignal
|
d8baf2fcfe
|
Merge branch 'master' of https://github.com/GOSTSec/vanitygen
|
7 years ago |
orignal
|
cecca0796e
|
streebog added
|
7 years ago |
orignal
|
73310b9bcc
|
Update README
|
7 years ago |
orignal
|
1402c2c428
|
use gost curve
|
7 years ago |
orignal
|
0034885bb4
|
G prefix for gostcoin
|
7 years ago |
samr7
|
cd1a728243
|
Merge pull request #14 from fizzisist/master
Display meaningful "value" in oclvanityminer
|
12 years ago |
fizzisist
|
9981bbeed1
|
Change BTC/Mkey to BTC/Gkey
|
12 years ago |
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.
|
12 years ago |
fizzisist
|
9626e3a428
|
Fix units of "value"
Units of BTC/MkeyHr are meaningless. Change them to BTC/Mkey (expected
earnings per million keys generated).
|
12 years ago |
samr7
|
8516fa63a1
|
Merge pull request #13 from FiloSottile/gitignore
added .gitignore
|
12 years ago |
samr7
|
cb681f5c3e
|
Merge pull request #12 from FiloSottile/options_n_1
added simulate (-n) and stop_after_first_match (-1) options
|
12 years ago |
samr7
|
9e04497a12
|
Vanitygen 0.22 release.
|
12 years ago |
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.
|
12 years ago |
samr7
|
f95e89020f
|
Use strings to compare public keys instead of EC_POINT_cmp().
Fix another bug in the bounty list parser.
|
12 years ago |
samr7
|
7c93e8de60
|
Fix a ridiculous bug in oclvanityminer's bounty list parser.
|
12 years ago |
Filippo Valsorda
|
7aa8787e35
|
added .gitignore
|
12 years ago |
Filippo Valsorda
|
d25c8a42f2
|
added simulate (-n) and stop_after_first_match (-1) options
|
12 years ago |
samr7
|
6969fee961
|
Fix error message in OpenCL engine config function.
|
12 years ago |
samr7
|
7c1f495668
|
Bump version to 0.21
|
12 years ago |
samr7
|
08034e064b
|
Display bounty list when invoked with -v.
|
12 years ago |
samr7
|
69a380c29c
|
Don't skip the last case-insensitive variant of each prefix.
|
12 years ago |
samr7
|
e10fdd5431
|
Insert patterns into the AVL tree in the correct order.
|
12 years ago |
samr7
|
498a5dfd23
|
Improve error messages a little bit.
|
12 years ago |
samr7
|
ec0e204962
|
Fix some spots that weren't checking for NULL returns from
vg_ocl_map_arg_buffer().
|
12 years ago |
samr7
|
7a7837d9d4
|
Bump version to 0.20
|
12 years ago |
samr7
|
74e9eaaa6e
|
Support multiple pattern input files, with different case-sensitivity
settings.
|
12 years ago |
samr7
|
d50e81a149
|
Fix bug in oclvanitygen that would cause namecoin/testnet/Xcoin
addresses to be incorrectly displayed as type-1.
|
12 years ago |
samr7
|
2f6353b0d4
|
Provide strtok_r on Windows.
|
12 years ago |
samr7
|
17f97ce112
|
Don't display error messages when last prefix is found by a different
OpenCL device.
|
12 years ago |
samr7
|
9c6fae2965
|
Minor tweak to prefix case-enumerator
|
12 years ago |
samr7
|
af42e55a22
|
Initial multi-device OpenCL support for oclvanitygen and oclvanityminer.
|
12 years ago |
samr7
|
53903a714c
|
Follow HTTP redirections on bounty servers.
|
12 years ago |
samr7
|
dece236223
|
Process bounties with the same public key as batches.
|
12 years ago |
samr7
|
0ffb0d7c55
|
Move AVL tree out of pattern.c.
|
12 years ago |
samr7
|
5dc518a683
|
Fix case-insensitive search for O, I, and l characters.
|
13 years ago |
samr7
|
c21e99a58b
|
Basic support for concurrency in OpenCL engine.
|
13 years ago |
samr7
|
06af705498
|
Fix problem with the -X parameter.
|
13 years ago |
samr7
|
10e4aa187b
|
Bump version to 0.19.
|
13 years ago |
samr7
|
dfc1eebeb6
|
Remove regular expression option from oclvanitygen.
|
13 years ago |
samr7
|
7c7caf5eec
|
Initialize search context before use.
|
13 years ago |
samr7
|
81bd7b9b9c
|
Bump version to 0.18.
|
13 years ago |
samr7
|
ad2876a7f4
|
Note that Linux and OS X use the same makefile.
|
13 years ago |
samr7
|
b60c5b1ee5
|
Add -G option to keyconv, to generate an address and display the hex
public key.
|
13 years ago |
samr7
|
b6ca74fb9e
|
Move version tag to pattern.h.
|
13 years ago |
samr7
|
ca840bde63
|
Support Mac OS X in the master Makefile.
|
13 years ago |
samr7
|
d717f45f41
|
Fix a memory leak and some compiler warnings in oclvanityminer.
|
13 years ago |
samr7
|
217351c30b
|
Clean up timing statistics on thread shutdown.
|
13 years ago |