Author

Topic: Vanitygen quick question... (Read 748 times)

sr. member
Activity: 336
Merit: 250
MTA, ACA
March 27, 2014, 07:41:09 AM
#3
OK so I know how to use vanitygen and all but i can not get oclvanity gen to work! i googled the error to no avail! im hoping someone can help! heres what im getting:
Error loading kernel file 'calc_addrs.cl': No such file or directory
Im using windows and that file is in the same dir as oclvanity gen! anybody know why this is happening? thanks!

did you do the following steps:
Code:
># sudo apt-get install opencl-headers libcurl4-gnutls-dev
Code:
># cd PATH_TO_Vanitygen_DIRECTORY
Code:
># vim Makefile

Locate this line

most: vanitygen keyconv

You need to add or change this line so it looks like this

most: oclvanitygen oclvanityminer vanitygen keyconv

If you have edited the Mafefile using the suggested vim editor and presuming you have previously installed this, exit and save the file by pressing your esc key once and ":wq" this saves the file.

then
Code:
make
or
Code:
sudo make

I got the problem fixed plus I was using windows not Linux but thanks for you help anyway! I'm sure it will help others!
sr. member
Activity: 406
Merit: 251
March 27, 2014, 06:50:34 AM
#2
OK so I know how to use vanitygen and all but i can not get oclvanity gen to work! i googled the error to no avail! im hoping someone can help! heres what im getting:
Error loading kernel file 'calc_addrs.cl': No such file or directory
Im using windows and that file is in the same dir as oclvanity gen! anybody know why this is happening? thanks!

did you do the following steps:
Code:
># sudo apt-get install opencl-headers libcurl4-gnutls-dev
Code:
># cd PATH_TO_Vanitygen_DIRECTORY
Code:
># vim Makefile

Locate this line

most: vanitygen keyconv

You need to add or change this line so it looks like this

most: oclvanitygen oclvanityminer vanitygen keyconv

If you have edited the Mafefile using the suggested vim editor and presuming you have previously installed this, exit and save the file by pressing your esc key once and ":wq" this saves the file.

then
Code:
make
or
Code:
sudo make
sr. member
Activity: 336
Merit: 250
MTA, ACA
March 23, 2014, 09:19:33 PM
#1
OK so I know how to use vanitygen and all but i can not get oclvanity gen to work! i googled the error to no avail! im hoping someone can help! heres what im getting:
Error loading kernel file 'calc_addrs.cl': No such file or directory
Im using windows and that file is in the same dir as oclvanity gen! anybody know why this is happening? thanks!
Jump to: