Earlier quoted context omitted.
Funny how 90% of the commenters seem to totally miss parent's point. We get why a pegged digital currency is useful, just not why it has to be a "blockchain". A pegged "cryptocurrency" can just be designed as a centralized service (e.g. a REST API backed by a traditional database) without losing any of its properties. The "crypto" and "blockchain" bits are marketing. A good rule of thumb is this: could someone have c…
A "Blockchain" is merely a public database. That's it. Git is a Blockchain. Do you think that git is useless?
No I don't think a "blockchain" is merely a public database nor that git is a "blockchain". The term "blockchain" was initially defined as the proof-of-work data structure that Bitcoin uses to store transactions and its definition was later slightly expanded to describe that same data structure used in other cryptocurrencies. If it now just means "public database" then we've lost a useful word.
> Git is a Blockchain. Do you think that git is useless?
Git also uses merkle trees but the similarity pretty much ends there.