gpu.js icon indicating copy to clipboard operation
gpu.js copied to clipboard

Is there a fairly easy way to use this with an cl file

Open techdrag0n opened this issue 3 years ago • 1 comments

I have the cl file from vanitygen plus, and would like to work with it from JavaScript, as I don't know c, I started trying to convert the c into is but haven't figured out how to call the cl file and pass the variables back and forth yet.

I'm hoping once I can get the original working to strip it down to just the point addition as I don't need the BTC address for my final project. I hope to filter the results by the new x values.

How important is this (1-5)?

5

techdrag0n avatar Jun 06 '21 10:06 techdrag0n

If the .cl file is a string of opencl code, you can just copy it into any other opencl system such as lwjgl2's opencl API or Lazycl which uses that.

benrayfield avatar Jun 17 '22 16:06 benrayfield