Closed justemerald closed 2 years ago
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()
Yeah, but does the program automatically create a folder, or should I?
No folder is needed. The text file is saved to the same directory as the Btcbf.py
.
Okay, thank you)
Where are the results saved? Does the program automatically create a folder?