kdmukai / nostr_vanity_npub

Nostr vanity `npub` generator
MIT License
31 stars 8 forks source link

Private key sometimes fails to print #1

Closed PhaserArray closed 1 year ago

PhaserArray commented 1 year ago

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.

image

PhaserArray commented 1 year ago

Fixed by commit 1207f26