Open
Conversation
added 30 commits
January 12, 2025 16:50
…arameter. Updated CUDA kernel and Rust interface to accommodate the new parameter, allowing for more flexible matching criteria. Improved validation and handling of input strings in the grind function.
…. Updated memory management for prefix, suffix, and any strings, ensuring correct offsets and improved clarity in the code. This change enhances the flexibility of the key generation process.
…tion and output. Removed unnecessary debug prints and streamlined the logic for prefix, suffix, and any string matching. Now only prints match details when a match is found, enhancing clarity and performance.
…anagement and validation. Introduced a total buffer size calculation for better memory allocation, added initialization of the device buffer, and fixed output copy location. Implemented size verification for prefix, suffix, and any string lengths to enhance error handling and robustness.
…buffer size calculation to include alignment padding, improved error handling with bounds checking for buffer lengths, and refined output printing for matches. These changes enhance memory safety and clarity in the vanity key generation process.
…leet_transform to only transform numbers to letters, ensuring base58 compatibility. Modified search term processing to prevent transformation, maintaining original letter matching. Enhanced debug logging for clarity in the transformation process.
…ility. Introduced a character mapping for invalid characters and updated the validation logic to convert them to valid BS58 equivalents. Improved handling of prefix, suffix, and any strings for case-insensitive processing.
…ransformations and enhance search term handling. Updated the transformation logic to convert both letters to numbers and numbers to letters, improving flexibility in matching. Enhanced debug logging to provide clearer insights into the transformation process for both addresses and search terms.
…d match detection. Added debug logging for mismatches between CUDA and Rust results, providing detailed context for discrepancies. Updated suffix matching logic to ensure accurate validation against provided criteria.
added 3 commits
January 23, 2025 23:00
|
Oh nice, looks like you got postfixes like I was after, nice work! Lol though, might want to squash these commits a bit 😂 |
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
some things may be broken idk