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

Host the core to acces from another location #66

Closed Edouard127 closed 2 years ago

Edouard127 commented 3 years ago

So i want to host the simplecoin on a server to make transaction with another people, we can do that ?

CobbCoding1 commented 3 years ago

Probably not a good idea, SimpleCoin lacks a lot of security and you wouldn't want to use it for any real-world things.