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

Where are the results saved? #33

Closed
justemerald opened this issue Mar 30, 2022 · 4 comments
Closed

Where are the results saved? #33

justemerald opened this issue Mar 30, 2022 · 4 comments
Labels
question Further information is requested

Comments

@justemerald
Copy link

Where are the results saved? Does the program automatically create a folder?

@vlnahp
Copy link
Owner

vlnahp commented Mar 31, 2022

It is saved to a text file.

f = open("foundkey.txt", "a") # the found privatekey and address saved to "foundkey.txt"
                f.write(key.address+"\n")
                f.write(key.to_wif()+"\n")
                f.close()

@justemerald
Copy link
Author

Yeah, but does the program automatically create a folder, or should I?

@vlnahp
Copy link
Owner

vlnahp commented Mar 31, 2022

No folder is needed. The text file is saved to the same directory as the Btcbf.py.

@justemerald
Copy link
Author

Okay, thank you)

@vlnahp vlnahp added the question Further information is requested label Apr 1, 2022
@vlnahp vlnahp closed this as completed Apr 1, 2022
@vlnahp vlnahp mentioned this issue May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants