-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux #13
Comments
Never tried. But Java and OpenCL should be compatible. A test would be great. |
no problem, i check |
Not work. Big problem run |
Do you got an exception? Can you run the unit test and build the project using maven ( https://github.com/bernardladenthin/BitcoinAddressFinder/blob/main/build.bat )? |
Yes. No problem |
it run on linux (debian). a few steps to make it work:
the released jar from the repo run without error but does not generate any key (on linux but work on windows), after these few steps everything works on the other hand the number of key/s generated is much lower than under windows my windows pc: 16 GB of ram, old I7 and a GTX980Ti this is my .sh in case somethink was wrong:
|
Thanks a lot for the information and tests under linux. I've no setup for a Linux machine currently but I'll do this in future. For the performance decrease I need to check if the consumer (key lookup in database) or the producer (open cl key generation) getting slower. I'll try to create a test for performance benachmark which can be executed with junit to find the reason. |
I created a rough
Directory structure (additional directories to what is in the repo):
Makefile, customize the paths and config as necessary:
Then you can run:
Currently this gives me ~2700k keys/second using OpenCL on Linux. Happy hacking. |
Linux work?
The text was updated successfully, but these errors were encountered: