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

Question about Plutus.txt #82

Closed
nubcahi opened this issue Feb 27, 2019 · 2 comments
Closed

Question about Plutus.txt #82

nubcahi opened this issue Feb 27, 2019 · 2 comments

Comments

@nubcahi
Copy link

nubcahi commented Feb 27, 2019

Is Plutus.txt stored in the Plutus folder? Also, if there are hits, is the data all written/appended to the single Plutus.txt file ? Thanks!

@MisterTeo
Copy link

with open('plutus.txt', 'a') as file:
file.write('hex private key: ' + str(private_key) + '\n' +
'WIF private key: ' + str(private_key_to_WIF(private_key)) + '\n' +
'public key: ' + str(public_key) + '\n' +
'address: ' + str(address) + '\n\n')

If exist plutus.txt, will write data inside. In old code, script create plutus.txt file and write inside all addresses found. This script have already the plutus.txt .

@nubcahi
Copy link
Author

nubcahi commented Feb 27, 2019

Thanks Mister Teo.

Repository owner locked and limited conversation to collaborators Feb 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants