Bitcoin Forum
April 25, 2024, 10:22:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Vanitygen quick question...  (Read 735 times)
BitPhotos (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


MTA, ACA


View Profile WWW
March 24, 2014, 01:19:33 AM
 #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!

1714040578
Hero Member
*
Offline Offline

Posts: 1714040578

View Profile Personal Message (Offline)

Ignore
1714040578
Reply with quote  #2

1714040578
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
tagged
Sr. Member
****
Offline Offline

Activity: 406
Merit: 251


View Profile
March 27, 2014, 10:50:34 AM
Merited by LoyceV (1)
 #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
BitPhotos (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


MTA, ACA


View Profile WWW
March 27, 2014, 11: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!

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!