10gic / vanitygen-plusplus

A vanity address generator for BTC, ETH, LTC, TRX and 100+ more crypto currencies.
GNU Affero General Public License v3.0
268 stars 94 forks source link

multiple patterns in file #82

Open tofutim opened 1 year ago

tofutim commented 1 year ago

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.

Aziz87 commented 1 year ago

yes, you can use multiple many regexs