vanitygen-plusplus
vanitygen-plusplus copied to clipboard
multiple patterns in file
If I have a list of multiple patterns, am I correct that the current code searches them one at a time? Is there anyway (outside of regex) to search them in parallel? It seems like on a large search we would end up going through many keys that may match one of the items in the file.
yes, you can use multiple many regexs