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

wallet.py doesn't work on MacOS! #23

Closed mishushakov closed 5 years ago

mishushakov commented 6 years ago

Hey, i tried executing wallet.py, basically i can not choose any available options, if i press 1 then enter, nothing happens :( does it only run on windows?

cosme12 commented 6 years ago

Are you using python 2.7? Python 3 should work as expected.

cosme12 commented 6 years ago

Probably something like this? input bug

mishushakov commented 6 years ago

Alright, i will try with python3! Thank you for your effort!

Aareon commented 6 years ago

@MishUshakov has the error disappeared after using Python 3?

terminalnode commented 5 years ago

I'm also on macOS (High Sierra 10.13.6) and tried this out. It seems to work for me. I was able to generate a new wallet and check transactions.

capture d ecran 2018-11-05 a 12 03 55 capture d ecran 2018-11-05 a 12 04 14
terminalnode commented 5 years ago

"Press any key to exit..." is the only thing that doesn't work. I can't just use any key, it has to be enter it seems like.

adanielpincab commented 5 years ago

That's easy to solve, since we only need to change "Press any key" to "Press ENTER"

cosme12 commented 5 years ago
      That's easy to solve, since we only need to change "Press any key" to "Press ENTER"

Sorry guys, I have been (and still are) really busy. So feel free to push that small fix!

catalinpit commented 5 years ago

@cosme12 fixed the typo