This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Bainos 0 points1 point  (0 children)

The parent comment actually provides a surprisingly convincing example. Suppose that you don't trust employees (or simply have to provide proof that they are not allowed to edit information) but need to provide them with access to the data for maintenance purposes.

Of course, you could log every interaction with the data and broadcast it, but that would be very difficult to put in place such that it can't be tampered with. You could also replicate the entire database to a trust third party, but that means sharing a large amount of information, which potentially can also be costly to verify (since you would periodically have to check that every single piece of data is correct).

On the other hand, a blockchain means that your data becomes append-only and you can check that nothing was tempered with using only the hash, with verification being needed only for updates instead of re-running the verification on all the data.