Live data from Hacker News

The World’s Oldest Blockchain Has Been Hiding in the New York Times Since 1995

motherboard.vice.com

81–83 of 83 posts

Re: The World’s Oldest Blockchain Has Been Hiding in the New York Times Since 1995

#81
No the oldest block chain was invented by Acient Greeks, take Homer's Odyssey and Iliad. They are similar to blockchain as follows:

- Memorization of whole piece == Proof of work - You need lots of people to agree upon the story == 51 % of nodes - You can only append to the piece, because many others know and have memorized the piece so they will not agree to your version.

Re: The World’s Oldest Blockchain Has Been Hiding in the New York Times Since 1995

#82
post #36

It is a hash of a block, but not a chain. For this to be a chain, it would have to be published multiple times, each time containing references to previous blocks under the published hash. Other than that I am pretty sure we can find many more examples. Hashing and publishing the hash is pretty popular way to prove timestamp of a secret without revealing the secret, yet. I did it myself a couple of times when I wante…

It's a block chain. From the article:

> a copy of that seal and every other seal created by Surety’s customers is sent to the AbsoluteProof “universal registry database,” which is a “hash-chain” composed entirely of Surety customer seals. This creates an immutable record of all the Surety seals ever produced, so that it is impossible for the company or any malicious actor to modify a seal.

Another well known example of course is git (which slightly extends the definition to a directed acyclic graph).

Re: The World’s Oldest Blockchain Has Been Hiding in the New York Times Since 1995

#83

Earlier quoted context omitted.

Why should it need to be decentralized? A blockchain is a chain of blocks. Tautological, but the words mean something; it isn't just a name. If you hash blocks that contain hashes of previous blocks, you have a blockchain. At most it might be argued that a centralized blockchain has no reason to exist, but I doubt that's true.

> A blockchain is a chain of blocks. Tautological, but the words mean something; it isn't just a name. No, it doesn't work like that. "Blockchain" is understood to mean something and you can't decompose the compound word and say "well, here's a block. Oh, and here's a chain. I guess this is a block chain." Your description, e.g., applies to a Merkle tree [0], which git uses, and was published in 1979. But no one has…

You're on the right side of the linguistic prescriptivism vs descriptivism debate, but I think the meaning of that word might not have settled enough yet. Personally, I think it makes sense to restrict "blockchain" to a chain (or DAG) of blocks with hashes, and refer to Bitcoin etc. technology as blockchain + POW (rather than having "blockchain" subsume the POW).

That might be a losing battle, but not sure the battle is over yet...

Post reply on HN