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

Question : how many simplecoin we have? #71

Closed mehanalavimajd closed 3 years ago

mehanalavimajd commented 3 years ago

I'm trying to making my own cryptocurrency with learning this project. I have a question : how many simplecoin we have and how can I change to for example 120,000,000,000

0xnim commented 3 years ago

ok so you dont want to use this to create ur currency use something else I can give you a generator if you want

0xnim commented 3 years ago

https://github.com/sandoche/Proof-of-Stake-Cryptocurrency-generator is a repository for creating a coin it self that will actually run this code here isn't safe and can e broken easily like said in the video its not recommended to start a actual coin on this

0xnim commented 3 years ago

looks like we have infinite coin for now

cosme12 commented 3 years ago

Exactly, this project has the bare minimun things to get an idea of how things work. So there is no way to create coins out of nowhere (at least not without exploiting one of the missing features).

0xnim commented 3 years ago

@Ariya383323 can i tag along with the coin creation ?

I've tried it myself Im a NOOB