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 400 forks source link

multiple miners and external ip #74

Open ghost opened 3 years ago

ghost commented 3 years ago

I'm trying to run this on a local machine. I've setup two copies of the miner and miner_config scripts with the correct information so they reference eachother and do not clash. But there is an issue, one miner starts then it fails because the other miner is unreachable. And when I try to bind to an external ip it immediately dies.