Hacker News new | ask | show | jobs
by dhdgrygev 1315 days ago
There are no real world use cases of blockchain tech besides crypto. Or can you demonstrate one?
6 comments

Maersk uses blockchain for cargo tracking[1].[2]

[1] https://merehead.com/blog/maersk-blockchain-use-case/

[2] Entirely possible this could be done without a blockchain, yes.

99.99% is done without blockchain, that's a pilot project with little adoption.
"can you demonstrate one?"

Blockchain is just bookkeeping. I don't know, can you demonstrate a use case for accounting or book keeping?

Up to now we always had to do accounting in books that can be cooked and have to be trusted.

Blockchain is accounting with books that can't be cooked and don't have to be trusted.

It has other problems which are real, but so what? Everything has some kind of problem.

With blockchain the problem is if you go for convenience and use a centralizing key custodian, then someone else controls your keys and everything they protect, and if you don't, then it's too easy to lose your keys and everything they protected with no recovery.

Well those are real problems but they are no different from the problems of using a plain database that can be copied, modified, hidden, stolen, has to be trusted even though you know you actually can't trust the owner, etc...

> Blockchain is accounting with books that can't be cooked and don't have to be trusted

Not really. It’s books that a couple people tediously agree on.

Blockchain has pretty powerful use cases in the enterprise. Ethereum provides one such solution which allows companies to have a private blockchain and programmable smart contracts in place—and with that a nice internal audit trail as well.

Blockchains can use proof-of-authority or proof-of-stake not as a means to accumulate “wealth” but firstly to secure the network from tampering while facilitating the resilient, chain of transaction records.

Ethereum is a distributed Turing machine (completely programmable)—first and foremost—and that is much more powerful than a simple coin.

Distributed programmable Turing machines are indeed very powerful. We're talking through a network of distributed programmable Turing machines right now. It does not involve a blockchain.
Thank God it’s not—lest your tasteless sarcasm would be trapped for all eternity. ;)
Academia is currently exploring multiple use cases, and some are already being used in real world scenarios. Permissioned blockchains for example can have multiple use cases in enterprise.

An example is supply chain management [0] and supply chain traceability, which is already in use at Walmart [1].

[0] https://scholar.google.pt/scholar?q=blockchain+supply+chain+... [1] https://jbba.scholasticahq.com/article/3712.pdf

The Matter IoT protocol uses a blockchain for device attestation
A few more that havent been mentioned: Source control, public cryptographic beacons (eg randomness beacons, beacons containing public keys). Chaining blocks with cryptography is actually very useful.