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

Proof of work function can't be cancelled #1

Closed cosme12 closed 6 years ago

cosme12 commented 6 years ago

The proof of work function will keep running until it finds a solution. It should stop working if any other peer node got it first.