you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 7 months ago (1 child)

Cryptographically immutable append only ledgers (aka merkel trees) have existed since at least 1979. A blockchain is different because it has distributed consensus. If your consensus algorithm is trust, then it's not a fucking blockchain.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 0 points 7 months ago (2 children)

    A blockchain is nothing more than a data structure. It's essentially a linked list using the hash of the previous block. Distributed consensus is something blockchains are useful for, but it doesn't define it

  • source
  • parent
  • hideshow 4 child comments