Alright, so I'm trying to figure this shit out.
Here's the parameters I'm using:
oclvanitygen -k -t 256 -d 0 -f c:\temp\pattern.txt -o c:\temp\match.txt -s c:\temp\random.txt
-k: keep searching
-t 256: 256 threads; seems to net me the most MKeys/Sec
-d 0: my GPU
-f c:\temp\pattern.txt: A list of 7 patterns I'd like
-o c:\temp\match.txt: output any matches here
-s c:\temp\random.txt: seed with text from random.org
I've been running for days; patterns are prefixes between 4-10 characters long and I've been unable to find anything. Here's an output of it running now:

From what I've read 30Mkeys/Sec is pretty good, but how come I haven't found anything for like 4 or 5 days? I've got 6 patterns that are 1XXXX and one that is 1XXXXXXXX.
One additional question, which letters/numbers are prohibited? I heard somewhere 1's and l's and I's are not allowed?