albertobsd / keyhunt

privkey hunt for crypto currencies that use secp256k1 elliptic curve
MIT License
640 stars 349 forks source link

Output of matches to a text file #238

Closed Musashih closed 1 year ago

Musashih commented 1 year ago

Hello! Again, I didn't find a command to write matches to a text file, is there such a command?

mirameshs commented 1 year ago

if keyhunt find anything, wite automatically in KEYFOUNDKEYFOUND.txt

On Sun, Jul 9, 2023 at 2:31 PM Musashih @.***> wrote:

Hello! Again, I didn't find a command to write matches to a text file, is there such a command?

— Reply to this email directly, view it on GitHub https://github.com/albertobsd/keyhunt/issues/238, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4VUUUYE2RVF6B2P2BT4DTXPKFR5ANCNFSM6AAAAAA2DNUX2I . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Musashih commented 1 year ago

Okay, thanks

marissia commented 1 year ago

sorry. what about vanity addresses? it doesnt save in directory, LAptop can close any time and I will lost all data, no any file, just print on terminal. it possible to fix?

albertobsd commented 1 year ago

sorry. what about vanity addresses? it doesnt save in directory, LAptop can close any time and I will lost all data, no any file, just print on terminal. it possible to fix?

Vanity are saved in the VANITYKEYFOUND.txt file

marissia commented 1 year ago

doesnt save I swear, directory empty, if key found I see file, but vanitykeys no,,,

albertobsd commented 1 year ago

I guess that you don't have the privilegies to write in that directory...

Please learn about chmod and chown. And NEVER run keyhunt as the root user or with sudo

marissia commented 1 year ago

I try by command > keys.txt it works , but asks privilegies, added sudo chmod -R 777 keys.txt, only this way success.

marissia commented 1 year ago

can you give me command please how i can open all directories for writing, tired to add every time with new file, windows-ubuntu

albertobsd commented 1 year ago

No i can't I am not here to teach you how to use linux, search a good course for it and don't use this Issue section to ask those basic things