Post
Topic
Board Bitcoin Discussion
Re: Create vanity bitcoin addresses four times as fast
by
lifeboat
on 28/03/2014, 22:05:10 UTC
I have it installed and running on my BAMT, vanitygen runs fine, oclvanitygen just tosses out CPU/GPU Found errors

Are you using the version of oclvanitygen at lifeboat.com? If not, where did you get it from?

https://github.com/samr7/vanitygen.git

Use the source at https://github.com/scintill/vanitygen/tree/compressed_opencl

Change line 459 in oclengine.c from:
Code:
return quirks;
to:
Code:
return quirks & ~VG_OCL_AMD_BFI_INT;

You also need to downgrade AMDAPP SDK to 2.7. You can find this SDK at http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/download-archive/