|
|
|
|
|
by TheDong
3087 days ago
|
|
No, that's what a write-ahead-log is, or quite a few various databases, or a git branch are. The key innovation of the blockchain was the use of proof-of-work in order to associate an amount of computer-time with a given block, and then pick, from competing views of a blockchain, which view took the most energy to arrive at... all while being resistant to a small number of subversive actors. In short, the blockchain solved the Byzantine Generals’ Problem, and happened to use a append-only cryptographic ledger as part of it. |
|