The private key sometimes fails to print when the script finds a matching public key. This does not seem to happen with bonus keys. Printing the private key from within the thread before the exit event is called fixed the issue for me. I'd guess the process somehow exits before the private key is printed.
The private key sometimes fails to print when the script finds a matching public key. This does not seem to happen with bonus keys. Printing the private key from within the thread before the exit event is called fixed the issue for me. I'd guess the process somehow exits before the private key is printed.