Ask HN: What is a real life use case for Blockchain?
After googling and reading up on it, the biggest difference is the "Decentralization" ( I will come back to why I put it in "" ).
The second difference is the immutability or the way the data is handled, you can only append new data/blocks to the blockchain. Once added it cannot be modified, edited or removed from the chain.
there are more features to the blockchain, I would like to focus on these and ask, what would be the point of me using this?
So the decentralization is nice in theory but all Blockchains are in the end hosted in big cloud providers. Why? Because it gets ridiculously large because of the blockchain and updating everything. The transactions between the different blockchains is also super slow. especially if there are multiple things that need to be appended.
So what I see is I have a DB which is scattered, huge and slow.
So can someone elaborate this to me?
11 comments
[ 3.2 ms ] story [ 30.5 ms ] threadIgnored it as long as I could it never really interested me, but my company starts to flirt with the idea of blockchains and I was curious if it really is better then some traditional approach, turns out nope.
But thanks, I think thats a healthy mindset to have.
https://unchained.com/blog/bitcoin-not-blockchain/
If a single entity is using Blockchain then the only usecase I can think of is for audit and, fault-tolerance and high-availability.
All of which can be achieved in a more efficient manner without blockchain.
About the only reason I can think of for a single entity to use blockchain is if they wanted the *appearance* of decentralization.
Agreed, but you never know when people can get on a hype train and use it even when there is no need.
> if they wanted the appearance of decentralization.
Even that is not required for a single entity. Why would a single entity want to be decentralised?
Marketing. They might want to *appear* this way to help them sell something.
And beyond anyone's control. If anyone does gain control over a majority of nodes, then it is no longer "decentralized" as it's integrity depends on the controller --- just like any other db. Back to square one.
The central, crucial problem of blockchain is how to incentivize others to operate a node since it is not cost free to do so. The primary solution being employed currently is to "mint" crypto in order to reward the operators.
Is anyone aware of a truly "decentralized" blockchain that doesn't involve crypto?