Lastly, is there a way to use GPU rather than CPU?
run this command:
oclvanitygen -CP 0257DEAE526EEF77D275447D70F233DCF0DBF50AF0C239AD0C46CE1A6D48849B1F xJDCLAMZ
C for 'compressed', 'P' for 'public key'.
The 'oclvanitygen' program uses the GPU.
I tried it. I was getting "command not found." Found out that I have to compile it separately with "make oclvanitygen" I'm getting an issue though.
oclengine.c:37:19: fatal error: CL/cl.h: No such file or directory
compilation terminated.
: recipe for target 'oclengine.o' failed
make: *** [oclengine.o] Error 1
Found out it has something to do with OpenCL. I'm working on it. I'll update my post after I figure out how to install OpenCL.