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

14 Commits

Author SHA1 Message Date
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
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
samr7
08034e064b Display bounty list when invoked with -v. 2012-08-21 18:42:57 -07:00
samr7
e10fdd5431 Insert patterns into the AVL tree in the correct order. 2012-08-21 01:34:39 -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
b6ca74fb9e Move version tag to pattern.h. 2012-07-03 21:49:23 -07:00
samr7
d717f45f41 Fix a memory leak and some compiler warnings in oclvanityminer. 2012-07-01 16:22:48 -07:00
samr7
4700be088f Add oclvanityminer. Move OpenCL engine code to oclengine.c. 2012-07-01 01:11:11 -07:00