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

how much keys will be checked in 1 second ? #5

Open
DM1980 opened this issue Jan 3, 2021 · 3 comments
Open

how much keys will be checked in 1 second ? #5

DM1980 opened this issue Jan 3, 2021 · 3 comments

Comments

@DM1980
Copy link

DM1980 commented Jan 3, 2021

Hi, how much keys will be checked in one second? (or in o minute)

Greetings

@trextrader
Copy link

These are the errors when running the command in an elevated cmd window and the program immediately terminates after entering a btc wallet string (see screenshot attached)...
Capture
Capture

Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.NoClassDefFoundError: org/bitcoinj/core/ECKey
at btc.btc2.btc.main(btc.java:28)
... 5 more
Caused by: java.lang.ClassNotFoundException: org.bitcoinj.core.ECKey
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:435)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
... 6 more

Let me know if there are any other log files you need to debug this so I can see if your software works to help me recover a few of my btc wallets Ii have lost the BTC wallet private keys for and the recovery word list is nowhere to be found. I hope someone is keeping this repo up to date as it seems like a great software to help people like myself in need of their btc...like now! :)

Thanks and hope to see an up0dated version very soon that resolves these errors. I don't believe its engine is working in the background as the processes are not showing it or any kind of a jump in CPU or GPU (if you have optimized for CUDA) utilization.

/Zap

@trextrader
Copy link

These are the errors when running the command in an elevated cmd window and the program immediately terminates after entering a btc wallet string (see screenshot attached)...
Capture
Capture

Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58) Caused by: java.lang.NoClassDefFoundError: org/bitcoinj/core/ECKey at btc.btc2.btc.main(btc.java:28) ... 5 more Caused by: java.lang.ClassNotFoundException: org.bitcoinj.core.ECKey at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:435) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ... 6 more

Let me know if there are any other log files you need to debug this so I can see if your software works to help me recover a few of my btc wallets Ii have lost the BTC wallet private keys for and the recovery word list is nowhere to be found. I hope someone is keeping this repo up to date as it seems like a great software to help people like myself in need of their btc...like now! :)

Thanks and hope to see an up0dated version very soon that resolves these errors. I don't believe its engine is working in the background as the processes are not showing it or any kind of a jump in CPU or GPU (if you have optimized for CUDA) utilization.

/Zap

Could someone please resolve this for us? It is not correct behavior to enter a BTC address and then the program instantly quits...right? So, how to fix?

@Mattboss10
Copy link

Mattboss10 commented Jun 23, 2021

I am having the same issue. Please fix the issue]
Screen Shot 2021-06-23 at 6 56 41 PM

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

3 participants