Post
Topic
Board Bitcoin Discussion
Re: Create vanity bitcoin addresses four times as fast
by
tagged
on 30/03/2014, 12:40:41 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/


Ok, linux newb question, what is the easiest way to downgrade the AMDAPP SDK files? I do not have keyboard access to this rig, doing via SSH, and I think its FTP ports are blocked....   the link posted is not a direct weblink i can wget from. So, how do i download, and then how to I install those? Thanks a ton!