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?
In theory you could use them for ERP systems like SAP to track components in global supply chains
-
Git uses blockchains to store pretty much all of the worlds software...
There is debate over whether a git history is a blockchain or a DAG (Directed Acyclical Graph). I'd say it was the latter.
-
Could you elaborate a bit how blockchain enables something unique here? I see that it enables trade between users, but if a single company controls the game and I assume supply of new cards, does the blockchain aspect for trading really matter?
Trading itself is basic and doesn't need a blockchain. I guess with it you have it implemented in a public and tamper proof way, but that second part doesn't seem to matter to me if the source is centralized.
So what exactly is gained from this approach over just your average ingame auction house?
i feel like the only real 'advantage' here would be that the cards couldn't be proxied which sounds like only an 'advantage' to the people on the rent-seeking end of the bargain.
-
No a blockchain is a chain of blocks. Its an append only datastructure that provides a cryptographically verifiable history. Proof-of-work is what allows for public concensus in crypto currencies like bitcoin, where as git uses signed blocks to identify different chains.
Git doesn’t sign commits, at least not cryptographically. I can download the Linux git repo and add whatever commits I like to it. I can even create my own commits under Torvalds’ name and email if I’d like, or rewrite all his commits under my own name.
It’s highly unlikely I can fool anyone it’s the real deal though. They will just download the kernel from the official repo instead.
-
Anything that requires a public, immutable database. Land registry would be one example. Notary public for electronic documents would be another.
You can leverage the majority consensus to create a trusted software build system. Each block would be a package build
If you have to have someone enforce the land registry or the documents, what is the benefit of the database being zero trust?
-
Like most of the tech bro industry, they take something with real value, completely misunderstand it, creates fake value, pumps.
LLMs are awesome, but the current AI industry is terrible and completely misses the actual value of LLMs.
NFTs are actually a great way to digitally prove ownership, basically the future of digital ownership certificates.
Crypto is a way to make money for the people by the people, and not for the rich, by the rich, through the people.
Blockchain is the core idea that makes crypto and NFTs possible. You can think of it as a decentralized DB, it's useful because it means that the majority controls the data and not a centralized authority.
Imagine that the government decided to print a million dollars and give it to some politician, it's small enough to not be noticed by the market, but it still devalues the money. They could only do it because they own the money management system. In Blockchain each transaction is confirmed by external parties (often multiple ones) and it has to align with the already existing db (which everyone has a copy of) so in that scenario if the government tries to "print" money it will be conflicting with the existing db and it will not be accepted, so they will have to either continue with an incompatible db (making it as worthless as monopoly money) or cancel the transactions by realigning with the common db.
Blockchain is not meant to be a database like the ones in web servers, it is meant to be a database for a consensus of users.
because it means that the majority controls the data and not a centralized authority.
Only until it doesn't. A centralized authority could overwhelm and become the majority. Or more concretely, the US government has the resources to more than double the contribution to Bitcoin, thus giving it complete control.
-
In other words, this is a solved problem without any blockchain nonsense.
wrote last edited by [email protected]Updates lag 4-6 months after filing, so not 100% solved.
also you can only guarantee the records have not been tampered with if you maintain a full copy of the records to compare. Even if you do have that full copy you will have a problem proving your copy is the correct one. A full crypto-verified ledger solves that.
If you empower e.g. every change filer (court, notary public) to run a node fudging records becomes effectively impossible.
-
But them the government can't unilaterally take your property from you for a pittance under eminent domain. Who wants a system like that?
You can only guarantee the records have not been tampered with if you maintain a full copy of the records to compare. Even if you do have that full copy you will have a problem proving your copy is the correct one. A full crypto-verified ledger solves that.
If you empower e.g. every change filer (court, notary public) to run a node fudging records becomes effectively impossible.
-
Updates lag 4-6 months after filing, so not 100% solved.
also you can only guarantee the records have not been tampered with if you maintain a full copy of the records to compare. Even if you do have that full copy you will have a problem proving your copy is the correct one. A full crypto-verified ledger solves that.
If you empower e.g. every change filer (court, notary public) to run a node fudging records becomes effectively impossible.
Usually, lag like that is due to an ancient codebase, database, and process setup. If you were to solve that, you still wouldn't need blockchain. The software and process engineering does need careful consideration--almost all the stuff like this has had at least one major attempt to replace it over the decades, and it obviously failed--but again, nothing you would be able to solve just because blockchain.
-
Gods unchained is a digital TCG that is the only good use of NFTs (and thus Blockchain) that I can think of.
The idea of NFTs is you have a specific instance of a thing that you can trade around. NFT art is stupid, because at the end of the day it's a jpg. However, with a digital TCG, each NFT can represent a singular copy of a digital trading card. It brings back the "trading" aspect of a digital TCG, made more convenient than physical cards due to digital transfers.
How is this different from MODO?
-
because it means that the majority controls the data and not a centralized authority.
Only until it doesn't. A centralized authority could overwhelm and become the majority. Or more concretely, the US government has the resources to more than double the contribution to Bitcoin, thus giving it complete control.
wrote last edited by [email protected]The money required to double the bitcoin hash rate and maintain double is immense. It's specialized hardware that would need to be manufactured (lead time while network continues to grow, plus who even has the capacity to do that other than TSMC or Samsung) and the network would see it coming and have a chance to do something about it.
It was a risk when it was smaller, but the ability to pull an attack off like that now and maintain the attack isn't practically in the realm of possibilities. (Edit and that's not even getting into where they'd get the power to power the network which is estimated at 173Twh a year and the need to keep expanding that power to maintain the attack in adversarial conditions.)
Attacking the network in other ways via corrupt laws with multi government cooperation would be far easier.
-
I would argue against this stance, but not completely. The need for decentralized authorities only comes about due to a lack or trust or failure of the custodians of the product.
From your example, you could turn concert tickets into verifiable tokens (I do think this would be a good idea), and it would solve a lot of after market sale and validation issues. The only reason we have these issues in [checks current year] is because monopolies like LiveNation/TicketMaster have so throughly turbo-fucked the system that venues and customers cant do anything about it.
IMO, blockchains are a cool concept, and I love that cryptography is now a common topic of discussion because of it. However, its a solution looking for a problem and the problems up until this point are manufactured by the people selling the product or straight up ponzi schemes.
wrote last edited by [email protected]You'd still have risks with a centralized db of the tickets which the tokens would solve.
Ticket master recently had an incident being hacked and that could literally happen to any company.
Granted a user could be hacked as well because of improper storage of the NFT. To really solve the problem it would also require everyone to be using good hardware wallets which I think is where things are going long term, but it's yet another complicated step which will slow adoption.
One day having a hardware wallet will just be normal.
-
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?
Besides money laundering, you mean? Not as such.
Merkle Trees were thought up in the 70ies or so. A blockchain is a Merkle Tree without branches. They are used in a number of application; for example git which predates bitcoin.
The actual innovation behind bitcoin is mining. A payment system needs someone who runs it. Bitcoin introduced a way for these people to get paid by creating new currency for themselves. That way, there is no single entity in charge. There is no contractual relation that would require government enforcement.
If a Merkle Tree is the only thing a blockchain is to you, then it has legit uses. But that was already widely used before a simplified version became called blockchain.
If you're thinking about a bitcoin-type blockchain, then evading government oversight is its sole use. The technical overhead and the economic inefficiencies exist only to obscure identities and legal responsibilities.
-
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?
Recording data on an "eternal" digital data storage is incredibly useful. You don't need much imagination here but I think we overestimated how much people actually want this and how ok we are with less perfectionist systems given that they work now just fine. Storing something on the web is usually just as good in practice despite being less perfect data store mechanism.
That being said what if we have incredibly important information that is difficult to share or preserve - an immutable blockchain with so much financial security is a really powerful tool here.
Thats what got me into bitcoin at the beginning but disappoingly it never reached the point where it would outcompete non-blockchain tech. Mostly because we live in a better world than many believe
-
i feel like the only real 'advantage' here would be that the cards couldn't be proxied which sounds like only an 'advantage' to the people on the rent-seeking end of the bargain.
If blockchain could be used for DRM, we'd see more of it.
-
Besides money laundering, you mean? Not as such.
Merkle Trees were thought up in the 70ies or so. A blockchain is a Merkle Tree without branches. They are used in a number of application; for example git which predates bitcoin.
The actual innovation behind bitcoin is mining. A payment system needs someone who runs it. Bitcoin introduced a way for these people to get paid by creating new currency for themselves. That way, there is no single entity in charge. There is no contractual relation that would require government enforcement.
If a Merkle Tree is the only thing a blockchain is to you, then it has legit uses. But that was already widely used before a simplified version became called blockchain.
If you're thinking about a bitcoin-type blockchain, then evading government oversight is its sole use. The technical overhead and the economic inefficiencies exist only to obscure identities and legal responsibilities.
wrote last edited by [email protected]It was an innovative way to use a blockchain/Merkle path, too. Even if you'd argue money but made in a different, harder to police way is a bad thing, it was new.
-
because it means that the majority controls the data and not a centralized authority.
Only until it doesn't. A centralized authority could overwhelm and become the majority. Or more concretely, the US government has the resources to more than double the contribution to Bitcoin, thus giving it complete control.
The conventional wisdom is basically that that's never going to happen, though, and the barrier to becoming the majority is strong enough to stop any actual attacker.
-
Good summary, a few additions from my side:
- Being public is not required. E.g. banks could form an internal block chain shared only with other banks.
- Blockchains are a database. An immutable and usually distributed database.
I would argue against blockchains being a database... its more of a 'signed sequential log' than a database.
-
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?
It's just a data store (database kind of implies extra features) that's trust-free and decentralised. It's not even the only way to implement one; Ripple for example uses a slightly different scheme.
How has nobody linked the XKCD on this exact question? Randall Monroe compares them in the alt text to grappling hooks: something cool that might have uses, but only in very specific niches. https://xkcd.com/2267/
-
There is debate over whether a git history is a blockchain or a DAG (Directed Acyclical Graph). I'd say it was the latter.
wrote last edited by [email protected]Who says blockchains cant also form a DAG?
Its a blockchain because each block contains a digest of the previous block(s), which creates a tamper-evident chain of digests for all history.Its just a type of blockchain, just like a subaru is a type of car.
You might have grown up thinking "all cars have 4 wheels", but my subaru has a fifth wheel in the back and its still a car because having exactly 4 wheels it not the defining charcteristic of cars.