..trying vanitypool at the moment.
On windows (not mine! heh) I get this error:
oclvanityminer64.exe -u
https://vanitypool.appspot.com/ -a 1xxx
Get work request failed: Peer certificate cannot be authenticated with given CA certificates
edit: it's "vanitygen-0.22-win.zip", with the executables inside and the .pem cert..
Any hints?
Will check in a second on my linux..
edit2:
What dependencies does oclvanityminer have on linux..? I installed
libpcre3 libpcre3-dev libssl-dev curl libcurl4-openssl-dev
so far.. still have
oclengine.c:37:19: error: CL/cl.h
now.. *sigh*
Ente
You need AMD-APP-SDK installed. I have v2.4 installed toopt/AMD-APP-SDK-v2.4-lnx32/ on my BAMT install. Then from the folder where I have vanitygen (/opt/miners/vanitygen), I did `ln -sopt/AMD-APP-SDK-v2.4-lnx32/include/CL/`
There's probably some flag you could use instead, but this was easy. Once the link is in place, run make again.