1
I Use This!
Inactive

Commits : Listings

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