|
|
|
|
|
by tscs37
3107 days ago
|
|
It's not a redefinition, it's a definition that has been around since the 1990's [0], the only requirement for a blockchain is A) directed linked list (block points to previous block) and B) cryptographic security (use hashes as block index) Bitcoin is merely the first application to use Blockchain in a decentralized proof-of-work manner. |
|
http://en.wikipedia.org/wiki/Merkle_tree
A bitcoin blockchain is also a Merlke tree.
But a git repository is not a blockchain.