Post
Topic
Board Bitcoin Discussion
Re: Create vanity bitcoin addresses four times as fast
by
lifeboat
on 23/01/2014, 19:57:47 UTC
opencl vanitygen is only coded to find a prefix. You'll have to use cpu vanitygen to use regular expressions.

You could use the -o option to output results to a file and then use another program to search that file with regular expressions.