Hacker News new | ask | show | jobs
by AzzieElbab 556 days ago
They should place their Git backend on the blockchain to collect all the power stones.
1 comments

Git is already a blockchain.
Technically but not in terms people would describe a block chain. It's a chain of blocks yes, but its not the same.
Git repositories are hash trees. The distributed nature of git is a bit different but it shares similiarities. Definitly has the crypto checkmarks ticked.
AFAIK, the main thing that makes a blockchain a “blockchain” in the cryptocurrency sense, is the handling of consensus in case of double spend (race condition during a transaction), also known as Byzantine fault. Not really something Git has been built for.