|
|
|
|
|
by zaarn
2856 days ago
|
|
You don't need decentralization for a blockchain. All you need is 1) a reverse linked list of entries and 2) have the list be cryptographic in nature. Even git can be used for a blockchain since it uses a cryptographic hash for commits and can use GPG signing. Validation, consensus and decentralizations are additional properties that you can add on top that make it useful for certain use cases. |
|
This is one of the problems with the generic use of “blockchain”. People think you just need Merkle roots including previous blocks, like you do, but that’s useless and pointless without the rest.