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

is it possible to use the wallet.py without starting the miner.py #84

Open Hole-code opened 2 years ago

Hole-code commented 2 years ago

is it possible to use the wallet.py without starting the miner.py if the miner.py is already running on another computer?

OxideDevX commented 2 years ago

Unlikely

zephr1213 commented 2 years ago

Same

cosme12 commented 2 years ago

You will have to change L75 and L94 urls with the one on your network.