Options:
-r Use regular expression match instead of prefix
(Feasibility of expression is not checked)
./vanitygen -r BTC
Pattern: BTC
Address: 1DQCGcFRXJGRCFTjMar49ySJ5iE9hBTCzp
Privkey: 5Kk28XxGb5mpDpfEnmahtC8H5QjU8V8WyK6icZxRFiwJvzGZRP4
Thanks, useful on a cpu. I have read the discussion that the -r only works on cpu.
Using the oclvanitygen, I would like to search for suffix pattern matches, that way if we would have a search pattern of "Bitcoin", it would only look for address matches 1xxxxxxxxxxxxxxxxxxxxxBitcon
looking thru some of the ocl code, it looks like there MIGHT be a way to change the search pattern from prefix only, to suffix only. (maybe there is already OpenCL code/libraries built to do suffix pattern search, and all we would need to do is change a few lines in the oclvanitygen code) . This is pure speculation from me. IF someone that understands this well, is it possible and what would we need to change?
Does anyone have any ideas? Thanks!