-
Notifications
You must be signed in to change notification settings - Fork 50
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
not generating key #24
Comments
Hi, do you have configured a producer? You need to configure a producerJava or producerOpenCL. Do you have an error in your log? |
thx for the fast reply. no error
|
Hi, same problem here, I running it with light lmdb and i am also using the config files mentioned in the quickstart (downloaded and not modified):
my RAM is used at its maximum (16Go) and my GPU usage oscillates between 50/90%, however the logs indicate that nothing is generated/tested. I also tested with only CPU producers and it seems to work, the problem only seems to be when using openCL I also have the same warning in the logs at initialization (with openCL and CPU) apparently not related to the problem |
It seems you are using Java 9, the current "release" is compatible with java 8 only. But I've already created a version which is compatible to Java 11 and newer. I'll publish a new release 1.1.0 snapshot now. Please try to use this and update the bat files also. There are some --add-opens and --illegal-access modifications. |
Please find here the new pre release which should working: https://github.com/bernardladenthin/BitcoinAddressFinder/releases/tag/1.1.0-SNAPSHOT |
Hi, indeed the version of java was the problem, everything works correctly now with the new snapshot and .bat |
Perfect, thanks a lot for the report and happy address finding :) |
i tried the new version its still the same. im using openjdk 11.0.17 2022-10-18 |
Hi, what did not work exactly? Which database are you using? You need to wait till |
An example log:
|
thanks. What happen when a key is found? will the program stop and notify me? |
If you find a private/public key pair which is existing in the database the program will print/log this information. It does not stop. You can test this very simple if you are set
to something like 22 and let
still 18. This means you will have a lot of hits for the puzzle transaction which are included in the light and full database. https://privatekeys.pw/puzzles/bitcoin-puzzle-tx |
how? |
how to configured producer? |
hi, after i ran the program its not generating any key.
2022-12-17 16:28:27,050 [Timer-0] INFO net.ladenthin.bitcoinaddressfinder.ConsumerJava - Statistics: [Checked 0 M keys in 15 minutes] [0 k keys/second] [0 M keys/minute] [Times an empty consumer: 115343] [Average contains time: 0 ms] [keys queue size: 0] [Hits: 0]
The text was updated successfully, but these errors were encountered: