is there any legitimate use of blockchains?
is there any legitimate use of blockchains?
Hello,
I have been researching about blockchains and stuff and it all seems like a big scam. It's not sustainable and can be replaced by a simple database.
is there any legitimate use cases of blockchains or it is all just a big scam?
Any application where you want to record something publicly without the possibility to alter it and in absence of a central authority.
A database requires a central authority so it doesn’t cover the same use cases.
Good summary, a few additions from my side:
Also worth noting that the computations don't have to be expensive either, it's only there in cryptocurrencies to artificially limit the number of blocks generated on a public system and tie it into the reward system.
So for a bank, that could be a plain single iteration of a sha256 hash, and once share everyone agrees those were the transactions and you can't go back and change one without having to change the whole chain.
Make it sha1 and you basically have git.
A blockchain is more or less just an append-only database. Or even an append-only replication log with built-in checksums.
I would argue against blockchains being a database... its more of a 'signed sequential log' than a database.
The lack of a trusted central authority is key. If you have at least one authority you can trust just barely enough, the whole idea of a blockchain collapses. There needs to be an urgent trust crisis for this to work.
Also, if you have no trusted parties, you have a huge "First Owner" problem.
If we were to set up a blockchain to track the ownership of fluffy hats, what's to stop me from seeing your fluffy hat, and quickly registering it as mine?
It’s also a problem of ownership. For exchanges between banks, a blockchain is better because no bank would be the owner of the database.
Plus it’s safer because altering a database is usually trivial while altering a blockchain is virtually impossible.
Could this be a true voting record? Votes would be transparent, but as you say, unalterable.
If the political vote is public, voters are exposed to blackmail or they may sell their vote. It’s a bad idea unfortunately.
https://xkcd.com/2030/
I appreciate that when you find a relevant xkcd, the explainxkcd page also has relevant information to the discussion:
https://www.explainxkcd.com/wiki/index.php?title=2030%3A_Voting_Software
i’ll add a concrete example to this… i’ve described a startup i built in another comment but TLDR:
compliance obligations when protecting kids from sexual predators are difficult to prove: sexual abuse usually comes out 30 years later, so standard record keeping is pretty fraught… companies (like the company monitoring compliance - our startup for example) might not exists any more, paper gets lost, database formats become difficult or impossible to read
writing signed proof of compliance to the blockchain is a way of ensuring that an organisation was doing what they could at the time… how this is achieved is tricky for anyone but the source of record, but with blockchain it’s possible (described in the post)
That was.. Very well said
this was a no nonsense answer, unlike the others discussing Cryptocurrency ;~;