Hacker News new | ask | show | jobs
by redog 2978 days ago
Isn't it just basically triple entry accounting?

Blockchain tech is ultimately about trust. Trust that the accounting hasn't been altered. You don't quite have it solved with just a double entry ledger right?

1 comments

> Blockchain tech is ultimately about trust. Trust that the accounting hasn't been altered.

A simple git repository offers this property. Really it's just any data structure where only growing it is permitted. You don't need a blockchain to get this.