Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
dhamijad
on 07/04/2017, 03:35:32 UTC
Lastly, is there a way to use GPU rather than CPU?

run this command:

Code:
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.