cosme12 / SimpleCoin

Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
http://copitosystem.com
MIT License
1.78k stars 397 forks source link

NOW NEW ADDRESSES ARE GENERATED IN A .txt FILE #14

Closed adanielpincab closed 6 years ago

adanielpincab commented 6 years ago

Since it's difficult to copy/paste from the console, now when you create a new address the keys are generated in a new .txt file.

cosme12 commented 6 years ago

Why did you close it? Wasnt it working? I couldnt look at it yet, but it maybe be a good improvment.

adanielpincab commented 6 years ago

I thought it was incomplete. I have added another feature and all it's now at the new pull request 😃