1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 20, 2024 — Oct 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #14 from fizzisist/master More... almost 13 years ago
Change BTC/Mkey to BTC/Gkey More... almost 13 years ago
Display total value for selected work More... about 13 years ago
Fix units of "value" More... about 13 years ago
Merge pull request #13 from FiloSottile/gitignore More... about 13 years ago
Merge pull request #12 from FiloSottile/options_n_1 More... about 13 years ago
Vanitygen 0.22 release. More... about 13 years ago
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. More... about 13 years ago
Use strings to compare public keys instead of EC_POINT_cmp(). Fix another bug in the bounty list parser. More... about 13 years ago
Fix a ridiculous bug in oclvanityminer's bounty list parser. More... about 13 years ago
added .gitignore More... about 13 years ago
added simulate (-n) and stop_after_first_match (-1) options More... about 13 years ago
Fix error message in OpenCL engine config function. More... about 13 years ago
Bump version to 0.21 More... about 13 years ago
Display bounty list when invoked with -v. More... about 13 years ago
Don't skip the last case-insensitive variant of each prefix. More... about 13 years ago
Insert patterns into the AVL tree in the correct order. More... about 13 years ago
Improve error messages a little bit. More... about 13 years ago
Fix some spots that weren't checking for NULL returns from vg_ocl_map_arg_buffer(). More... about 13 years ago
Bump version to 0.20 More... about 13 years ago
Support multiple pattern input files, with different case-sensitivity settings. More... about 13 years ago
Fix bug in oclvanitygen that would cause namecoin/testnet/Xcoin addresses to be incorrectly displayed as type-1. More... about 13 years ago
Provide strtok_r on Windows. More... about 13 years ago
Don't display error messages when last prefix is found by a different OpenCL device. More... about 13 years ago
Minor tweak to prefix case-enumerator More... about 13 years ago
Initial multi-device OpenCL support for oclvanitygen and oclvanityminer. More... about 13 years ago
Follow HTTP redirections on bounty servers. More... about 13 years ago
Process bounties with the same public key as batches. More... about 13 years ago
Move AVL tree out of pattern.c. More... about 13 years ago
Fix case-insensitive search for O, I, and l characters. More... about 13 years ago