Skip to content
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

Invalid Point #13

Open
marssystems opened this issue May 28, 2021 · 3 comments
Open

Invalid Point #13

marssystems opened this issue May 28, 2021 · 3 comments

Comments

@marssystems
Copy link

Exception in thread "Thread-5" java.lang.IllegalArgumentException: Invalid point
at org.spongycastle.math.ec.ECAlgorithms.validatePoint(ECAlgorithms.java:193)
at org.spongycastle.math.ec.AbstractECMultiplier.multiply(AbstractECMultiplier.java:22)
at org.spongycastle.crypto.generators.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:73)
at org.bitcoinj.core.ECKey.(ECKey.java:179)
at org.bitcoinj.core.ECKey.(ECKey.java:168)
at GuessKeyThread.searchForKey(GuessPrivateKey.java:128)
at GuessKeyThread.run(GuessPrivateKey.java:66)

hs_err_pid5204.log

@scorta
Copy link
Owner

scorta commented May 23, 2022

hi, what's your:

  • command to run the program?
  • file size of the bitcoin wallet file?

@marssystems
Copy link
Author

java -jar GuessPrivateKey.jar 4 1bit.txt

1bit.txt is 12318kb

@scorta
Copy link
Owner

scorta commented Dec 6, 2023

I can't say for sure. Have you tried to run the program again? And the command you use is search in random mode, which is almost pointless. At least you should try with up or down mode, eg:

java -jar GuessPrivateKey.jar 8 bit.txt up 666
# searching sequentially from 666 and upper

instead of 666, I'd pick a number between 2^65 and 2^66 (or some other big numbers in Bitcoin key range...). But also, I think other program like bitcrack or https://github.com/JeanLucPons/Kangaroo are better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants