OK but there are actually great uses for blockchain that are completely disconnected from anything you typically see
For example, banks may begin using blockchain for maintaining their internal ledgers. It will help solve a ton of issues around reconciling the transactions from all over the globe
Blockchain has reasonable uses. Really good ones. Crypto and nft bros just completely ruined the image of it
EDIT: I love all the comments demonstrating how little people understand about blockchain. Bitcoin was not the first blockchain, nor is its design the only type of blockchain. Assuming that all blockchain looks like the crypto/nft paradigm is just showing your ignorance.
https://www.vice.com/en/article/j5nzx4/what-was-the-first-blockchain
Blockchain is only potentially useful if there’s no single entity that can be trusted. If banks can’t even trust themselves to manage their own internal ledgers, they have much bigger problems to deal with.
Trustless systems aren’t a bad thing that has to step in when the good thing fails. Trustless systems are inherently better because you don’t have to trust a bank (or anyone for that matter).
Additionally, ledgers can be gamed/corrupted/falsified. This is significantly more complex (bordering on impossible) on the blockchain.
There are often easier, more reliable, and far cheaper ways to achieve the same things without using a blockchain. Some of the principles are even used in normal web browsing to ensure secure untampered connections.
Blockchain just solves a subproblem that only arises when there’s no appointed central entity.
Blockchains aren’t hard, unreliable or expensive
Here is an alternative Piped link(s):
https://piped.video/bBC-nXj3Ng4
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
guys they are putting micro chips in the cheese and using block chains to track the micro chips https://www.businessinsider.com/edible-microchips-on-parmigiano-reggiano-used-to-fight-counterfeiters-2023-8
Blockchain has been around as a technology for nearly two decades. If financial institutions thought it could help them you can bet they would be all-in on it by now. As it is, blockchain has no significant advantages over traditional financial ledger systems, so what incentive is there for them to use it.
It’s not something new or cutting edge any more, just waiting for a bright spark to discover the technology and put it to use.
If financial institutions thought it could help them you can bet they would be all-in on it by now.
Maybe do a simple Google search next time?
Rather than resorting to that age-old cry of the cult member “do your own research!” can I respectfully suggest that if you’re aiming to change somebody’s mind, the onus is on you to provide the evidence, not on them. By all means take hours out of your day to search google and compile a list of things that you think will convince me. Me, personally, I have better things to do with my life.
I didn’t ask them to do their own research. I asked that, if they are skeptical of a claim I made, either do a simple Google search to check if it’s very easily verifiable, or ask me directly instead of immediately saying “you’re wrong because I would have heard of it”
Like, I’m happy to provide citations when requested, but lemmy isn’t a scientific journal where I’m expected to provide every source for my information up front
Well, why would banks replace the system which allows them to charge fees for every other interaction with their services? A blockain solution would allow multiple different banks (and, possibly, even regular people) to access the data with no middlemen, and, therefore, no fees. Or, well, no fees that directly end up in the bank’s pockets as profit, that is.
Getting rid of that is bad for business. So, unless something magical happens and the EU, for example, pass a law requiring the banks to switch to a more de-centralized, more fair system, it’s not going to happen.
That’s kind of my point. Blockchain evangelists have been banging the drum for many years saying “This is a perfect fit for the financial industry. Why won’t fintech wake up and recognise that?”
When in fact fintech took a long, hard look at blockchain a long time ago and decided “nope, there’s nothing here that would tempt us” outside of a few very niche applications.
How is the blockchain different from a read only ( write only once to be specific) DB that follows ACID?
Blockchains add cryptographic signing and limit actions based on those signatures.
Big words that mean nothing
To you maybe. Maybe other lemmings reading this understand them.
They mean nothing in the sense its nothing you cant do with DBs, so like I said, big words that mean nothing
Cryptography - means that only you can make changes. No database administrator. No hacker. No-one but you.
Limited actions - means the changes you make must follow rules that cannot be altered by anyone.
Both impossible to implement on a normal DB, which is why bitcoin was revolutionary.
-
thats not what cryptography means, and is a huge fucking downside especially for banking which us centrally controlled
-
It’s called triggers, user roles etc, once again you dont want this to be unalterabale for banking because what if regulations change…
Only thing bitcoin revolutionized was the speed with which scammers can dupe people out of their money.
-
It’s distributed so no single entity can take it down. Among many other possible benefits depending on architecture and infrastructure.
It’s far more complex than coins and NFTs. Blockchain is like a new internet. Coins and NFTs are like those shitty GIFs you used to see everywhere. Evocative of old internet, but not the internet itself.
Distributed databases have existed for decades. It’s how large healthcare systems maintain electronic health records for their patients across dozens of hospitals in real time.
How is that useful in a bank ledger?
Simple, it’s not. If it were, they’d have been using them for decades (blockchains were invented in the 70s).
The consensus algorithm, which is not the blockchain itself, was invented later. But banks don’t need to reach concensus with themselves. They all maintain their own data, and heavily guard it. So the only bad actor they could have is themselves. And they banks all keep watch each other.
Preaching to the choir here.
This isn’t true: there are not-distributed blockchains.
The definition of a blockchain is a ledger where every entry is cryptographically signed with a hash of the current entry plus a previous entry. There’s no requirement that this be at all distributed. In fact, QLDB uses a non-distributed blockchain as its audit log.
Blockchain are often used in distributed systems because of the verifiability of the records; its a way of providing security of history in a fundamentally insecure environment. But there’s no requirement that they be distributed, and they add value in non-distributed environments as well - in any case you want to be able to review a history of changes and know that someone hasn’t been cooking the books, for instance.
I’ll give a real-world example. One place I worked we had databases that had data constantly streaming in from many different sources. Something that would frequently happen would be some data issue that would break applications; often, this was bad data from sources outside of our control. Ops*, who’s only priority was to get the applications back up and running, would often track down and directly modify records and fix the data. The issue was that some time later, sometime days later, a customer would call and complain about data being incorrect. By then, it was impossible to figure out what had happened: did we get the wrong data from the source? Did one of the import processes mangle the data? Did someone poke around in the database and change the data? We had no way of telling, and investigations would take many hours, often from several senior people, who would frequently in the end have to shrug and say, “we don’t know.” There were lots of things that could have improved this, with varying levels of success, but a global audit log would have been the first step. A verifiable audit log would have been better, because often it’d come down to us being convinced the data a third party was giving us was bad, and it became an our word vs. their word since we shared the same client. If we’d had a blockchain layer through which every transaction was recorded, we could have rolled back in time and figure out exactly how a record came to be what it was and been able to prove it to the client.
Blockchains are awesome. People who say otherwise have their heads up their asses, and are unable to differentiate between blockchain the technology, and the sometimes questionable uses they’re put to. Iron is used to make guns and bombs; that doesn’t make iron bad.
Edit clarification
-
- “Ops” as in “operations”
Thank you for being in this thread. I felt like I was taking crazy pills with all these other replies. So many people think bitcoin was the first blockchain. And that the paradigm used by crypto is the only type of blockchain there is.
I will never forgive tech bros for making blockchain a buzzword tied exclusively to crypto and NFTs. The amount of lost potential is infuriating
It’s become one of my pet peeves.
I have a conspiracy theory that a lot of the anti-cryptocoin stuff that gets posted is an organized disinformation campaign run by some governments and central banks who are particularly threatened by crypto, and that it extends to bad-mouthing any technology related to cryptocoins. I also believe that there are a fair number of secondary internet users who read “crypto bad” and have picked up the messaging because (a) they’re kinda pissed they didn’t get in on the ground floor, (b) they lost money playing in the markets, © because, whether they’re self-aware enough to know it or not, people love a good mob mentality, and/or_ © because crypto farms really are shitty wastes of resources and are easily villified. I guarantee, however, that not a single one of those people could describe - in even then most general terms - how a blockchain works. Not even at a programmer level, although the programmers who do this are the worst, because they should know better. And this is what infuriates me: “Blockchain is bad!” “Why?” “Because I read it on the interwebs that it causes global warming and is a pyramid scheme!”
Pet peeve.
What do you have against bombs?!
Very interesting perspective, thanks :)
-
How can you trust that the database is really append only? Blockchain provides a way to verify the state of the database and the ordering of the transactions. Beyond that, not much benefit to be had. However, for certain situations, that is a very big benefit!
Name fucking one situation
Sure! So some students of mine were working on a multiplayer video game that was started by a different group of students the previous semester. The first group of students made a design choice that, to over-simplify, basically tracked achievements and milestones on the client side and then synchronized those achievements to the server. Players could cheat the system by sending malicious packets of achievements to the server. Some achievements could only be completed by a single person in the game, so this was a big problem for the 2nd group of students to overcome. Faced with the choice of rearchitecting the game to be more authoritative on the server and less resilient to frequent disconnections, which affected some aspects of the game, or creating a logical and verifiable sequence of in-game events on the server side. The students went with the latter, and implemented a Lamport clock using a blockchain to verify the authenticity of the events, and prevent a rogue student from updating the game later to give themself a bonus. Basically, along with needing an authoritative sequence of events that is protected from user interference, it also needed to be protected from developer interference.
It was kinda similar to that situation a few years back of the EVE online developers playing the game and giving their guild members certain bonuses and special in-game items. The solution there was to fire the malicious developers, but I can’t exactly fire an entire class of students from an educational project.
EDIT: What seems to be the problem here? I was asked to name a situation where a blockchain would be useful and I did? It’s a computer data structure, there are pros and cons that are context dependent like any other data structure. It I so weird to me to receive downvotes because of the politics surrounding a data structure.
To your edit; it was a great example, but if you say anything positive about blockchain (or Apple, or capitalism, etc) you’ll likely be heavily downvoted on Lemmy.
Yeah, I think that seems to be the case here. It just feels so weird to me to have a politicized data structure.
“Remember kids, only coke-fiends and meth-heads use Binomial Heaps.”
Ha!
But yeah, like others have said in this post, it had a bad light cast on it due to the jpg and gif NFTs. Folks started to realize: “wait… this token just contains a link to a web server hosting a jpg file??”
Well, yes. But also the rights.
“The heck you mean ‘the rights’??”
I mean, your Drunk Monkey in Teal Color Theme artwork is yours to use, you’ve purchased the license in the form of an NFT.
“But it’s just a link that anyone could just copy!”
Well, that would be stealing.
So NFTs in that regard are like any movie or TV show, or video game you rent or purchase. That utility may or may not seem to have any value to any one person, but it is a utility, and a pretty cool one if you ask me. But the usage, its implementation, is what matters. Whatever that usage requirement is for the individual or business, blockchain will do it well. Even if it is used to license junk.
Replication and verifiable timestamps, which you can add to regular databases too BTW
Why would you want the computational power of a bank system have anything to do with whether it’s ledger is correct?
Banks/hackers can manipulate data if they want to. Manipulating data on blockchains is way waaaaay harder.
Using a blockchain to maintain their internal ledgers means they have complete control over that blockchain, so they can manipulate it all they want. Blockchains aren’t magic.
Oh, didn’t see the “internal”. Yea, that’s stupid then.
Who are “they” in the above message?
If you trust all your employees then an internal blockchain is useless, but do banks really totally trust their employees?
A blockchain won’t solve incorrect transaction information any more than an audit log in this case. This is an entirely internal process controlled by the bank and access would be restricted, so they couldn’t just edit audit logs. How do you think a blockchain would be used to improve this?
The actions that an employee could perform would be limited by their private key’s abilities. Blockchain can be preventative. It’s not only for retrospective analysis.
The actions that an employee could perform in any database would be limited by their account permissions. Blockchain doesn’t change this. I pointed out a retrospective mechanism because a completely internal blockchain wouldn’t prevent tampering either.
deleted by creator
i for one would have liked a media licensing system that operates agnostic of any centralized authority
for instance, irrefutable and independently verifiable proof that you own a valid software, music, or visual art license and are therefore immune to prosecution for piracy.
A registry of licenses like this could shield creators from copyright claims on social media applications such as youtube. Could also automate revenue sharing and royalties for artists whose works are used in derivative media so the people who actually perform the work get paid. Would be nice to cut the publisher middleman out. And there is absolutely no reason there has to be anything like a “proof of work” system burning down entire fucking rainforests’ worth of energy to verify every single gods damned transaction because this sort of system isn’t for trading shit, it’s strictly for proving a valid chain of custody between producers and consumers and you don’t need megawatt-hours to just fucking LOOK SOMETHING UP.
imagine if, for instance, fucking warner brothers couldn’t “takes backsies” content that they SOLD to end users through a distribution network; the license is yours, and anyone can look up the fact that the license was sold to the user id you happen to control.
imagine if, for instance, you buy a video game through a digital distributor like steam but then the store goes out of business and no longer exists to serve you a copy or recognize the sale, but on this massively distributed and decentralized database you can prove that you did indeed compensate the developers of that software and thereby legally acquire entitlement to access it in accordance with the end user license agreement.
imagine if ownership of stuff you bought fair and square can never be taken away from you
THAT’S what we could have had
instead of this fucking bullshit.
I feel like here you get to the NFT problem of having proof of ownership of something doesn’t mean much when that thing is being hosted on servers you don’t control
so if you have an entry with a licence for a steam game, and steam gets closed, you are out of luck
it’s that holding a license for a game entitles you to operating a copy of it regardless of where you bought it.
it’s the whole basis for why emulation and ROM images were LEGAL
because you had a right to retain a backup of the software you own through the license.
with an independent licensing infrastructure, if GoG closes you can take your licenses with you, download the game from anywhere, and if anyone tries to charge you for stealing it, you can just present your license: “See, i bought it fair and square.”
if i bought a dryer from SEARS, it didn’t stop being mine when SEARS closed.
NFT’s don’t show you have proof of ownership of anything other than the NFT. Think of all the people who got their metamask account hacked and lost all their apes with zero recourse.
Why would anyone want anything required for daily life attached to something so insecure and irreversible as that?
It’s like if losing your wallet automatically burns down your house. Sounds amazing, let’s do it!
imagine if, for instance, you buy a video game through a digital distributor like steam but then the store goes out of business and no longer exists to serve you a copy or recognize the sale, but on this massively distributed and decentralized database you can prove that you did indeed compensate the developers of that software and thereby legally acquire entitlement to access it in accordance with the end user license agreement.
What you’re arguing for is forcing the distributor to distribute in perpetuity, which has nothing to do with how you show ownership of your license.
Right now, I can show steam I’ve purchased, say Delistopolis, and they will agree I am indeed perfectly allowed to have and play it. But they are not required to provide me with a copy.
A blockchain system will not solve this.
no. you’re putting words in my mouth. if the distributor wants to stop distributing they can.
they can take down their servers, they can even cease to be, but it would no longer affect the availability of product they sold.
Then I don’t think I understand you. Are you suggesting we put millions of full games on a bloxkchain?
Only the keys need to be stored cryptographically, really, because the game files themselves are nigh inevitably available on torrenting networks. it’s inevitable that people are going to rip backups of all game files for the delicious delights of datamining and as long as enough of them will seed them (which shouldn’t be a problem as long as there’s any INTEREST in a game existing…) that availability never arises as an issue. And if it’s not popular enough to put there, it’ll probably end up on The Internet Archive.
Would be nice if there were an infrastructural ‘backup of last resort’ such as the library of congress, which is something the LoC already does for other audiovisual media. It’d just be nice if that service were extended to software.
So more of a blockchain KMS then? I don’t see how you could construct such a thing.
The requirements of allowing a publisher control of their game for some time (for example, allowing them to retract some keys when violating the EULA, but not all keys when “unpublishing” a game), but also allowing people to resell keys, which are somehow publically accesible but only for the legit owner, and the owner has to allow third-party acces without publically sharing a private key.
This is the age-old identity problem with blockchain. It’s all well and good that Bob’s name is written on a smart contract, but that doesn’t remove the issue with how to identify Bob.
All such copyright licenses are rooted in local jurisdictional law, so your country’s copyright office should be the authority because anything else means the courts can tell you that your on-chain transactions are invalid
Well, if those licenses are entries on the blockchain, they could be transferred on the blockchain. You could sell your game used when you’re bored of playing it. You can’t play it after you sell it but someone else can. Publishers hate resale markets though, when people buy used games they don’t make any money. So they’ll probably never go for this.
yeah on top of that, if your computer breaks or something now you lost all of your keys.
say goodbye to whatever you own on the blockchain when the keys are gone. poof!
this is the biggest problem with any scheme tying private keys (digital) to anything in the real world.
Once my mom threw out all the cases for my computer games and put all the disks into a cd binder to save room.
It was devastating.
She wanted you to hear some of her favorite chiptunes but she didn’t know how
I don’t know what this means
Serial key generators would play chiptunes in the background - give a listen!
As people said, you can backup your private keys to a flash drive. You can put them in a safe deposit box. You can give them to your lawyer or other fiduciary with a legal responsibility to act in your best interests (who also knows how to protect digital property if they keep digital copy). You could write it with lemon juice onto the back of the Declaration of Independence at the National Archives. You could have a laser thingie that displays it on a wall surgically implanted into your arm. Pretty much all the ways people protect gold or cash in the real world you can do with a piece of paper with your private key.
With smart contracts on blockchain you can do exactly that. Everyone involved in the process can ensure they get their cut.
blockchains do not do jack shit with reconciliating records.
Please go and attempt understanding the thing you are talking about before talking about it.
Walmart seems to have had success here, and logistics is their whole thing.
https://hbr.org/2022/01/how-walmart-canada-uses-blockchain-to-solve-supply-chain-challenges
I love how you can’t provide even a single example of useful Blockchain functionality. Doesn’t mean it *doesn’t exist, but says something… And no, “banking” and “internal ledgers” is not detailed enough to be a sufficient example.
How about Git?
You just… linked your own comment. I mean, most of us are nerds, but can you just… use language? What benefit does it provide?
I linked you to my other comment where I provide FIVE links to the thing you said I “can’t provide”. I had literally already provided it elsewhere. So that’s where I sent you. Excuse me for not retyping the same thing for every single person.
I don’t owe you my time. I provided a one-click path to what you asked for but you couldn’t even be assed to ponder why I linked you that comment.
Done with you now.
as hostile as people are to block chain due to NFT’s and bad implementations, the technology itself has its use cases. It’s a great solution for information exchange that requires verification and Immutation. This makes them perfect for ledgers or transaction networks.
It’s just there is so much bad PR regarding it everyone just discredits it. Not all of the block chain technologies are massively energy intensive per transaction, it’s just many of the cryptocurrencies use the most intensive one because it’s also arguably the most secure
Absolute immutability is kind of a terrible property for a financial system though, cos it completely ignores the fact that mistakes and fraud happen and you need a way to forcefully recover funds other than “lol sucks to be you I guess”.
The one actually genuinely useful application for this kind of technology that anyone has come up with is Certificate Transparency, but crypto people don’t get excited about it cos it’s not possible to make money from it.
You can implement clawback while still having an immutable blockchain. The transaction will always stay on the blockchain, but the funds can be recovered
this is how it should be anyway, you do not want any ledger or database to be mutable because it allows for integrity violations and will cause you to lose the ability to trust it. Even non-blockchain styles follow that principle.
You can revert transactions with immutable storage. For example git can do revert-commits.
Reverts work because users have equal write access to all the data. You can mess things up in the codebase, and even if you die of a heart attack 10m later, my revert is just as valid as your commit.
It’s not really the same when every user has “sovereignty” over their address in the ledger. A bad actor has to consent to pushing a revert transaction onto the chain, or they have to consent to using a blockchain system where 3rd-party reversion is possible (which exists on some systems, but also defeats the concept of true sovereignty over your address).
So, would the bitcoin equivalent be sending the BTC back?
Yes. Clawback might be executed by having some entity or system of trust that is able to reverse a transaction by creating and posting the opposite of the faulty transaction. This is not built in to the current BTC.
Its a good concept, but it violates other concepts of the blockchain and would mean implementing a central authority with the power to force a transaction. Try telling a cryptobro to use a coin with a central bank and imagine the reaction you’d get.
At least with the way the regular banking system is set up, you can get a court order to enforce a correction without needing the consent of all parties, which is useful for fraud, theft, and even probate cases when one party is deceased and can no longer consent to a transaction. There are enough problems with our system to write an entire library of books ON TOP OF the library that already exists, but this feature is one of the few benefits.
It could be done on a blockchain. It doesn’t require a central authority.
It could be escrow-based. It could use majority rule or even Monte Carlo methods.
the technology itself has its use cases.
Cool.
Name one successful example.
I mean, it’s been, what, 15 years of hype? Surely there must be a successful deployment of a commercially viable and useful blockchain that isn’t just a speculative cryptocurrency or derivative thereof, right?
Right?
I can’t find the case study, but this blockchain project by IBM was implemented in Singapore and was shown to reduce customs processing times from several weeks to just several hours.
The general idea was that with a successful blockchain implementation, the Singapore government was able to expedite parts of their customs process which normally require intensive human labor, and the use of smart contracts removed the need for having documents sent and resent when all parties had access to the smart contract directly.
There are specific use cases where it can benefit existing processes, but people just think blockchain = crypto.
First thing I found when I searched for “Maersk IBM blockchain”:
A.P. Moller - Maersk and IBM to discontinue TradeLens, a blockchain-enabled global trade platform
The only selling point of blockchain is that it’s trustless. This becomes a less-useful property when it comes to things in the real world, as you tend to need to trust at least one party.
For example, anything they achieved there with blockchain, they could have achieved with a simple government-run web service and a traditional database.
Except it’s not though. Because you have to trust the majority, hence why you’ve had forks like Bitcoin Cash. Because those people wanted to trust someone else. “trustless” is just a buzzword, like everything else with Bitcoin
I can’t find the case study, but this blockchain project by IBM was implemented in Singapore and was shown to reduce customs processing times from several weeks to just several hours.
the real question is what part of this was specific to blockchain, something that would be difficult or impossible to do without it. if you want to put forward this argument you need to at least provide a simple, clear, coherent answer to that.
in this case, i could easily argue a sqlite db hosted on gitea would work better and theres no way to prove im wrong.
Yes, both git and blockchain tech use merkle trees. No, that doesn’t make git a blockchain
Meh. Doesn’t solve the double spending problem.
Who are you? Go make bad arguments elsewhere.
In any case here is a bunch
I stand corrected. One project in Italy and two proofs of concept that never went anywhere.
Truly revolutionary.
deleted by creator
I mean… the original Bitcoin?
Blockchain never promised anything related to economic viability or stability. Only that it would ensure a P2P network would remain practically safe from malicious transactions by utilizing a system that rewards verification.
By that standard, every other crypto that people use happens to be a pretty successful blockchain use case.
If you want something stable and not a straight cryptocurrency then I’m pretty XRP qualifies because it also handles fiat and other commodities.
Otherwise, most DDBSs don’t use blockchain because they don’t need verification requirements relating to transactions and ownership. DHTs are way more common like IPFS.
https://csa-iot.org/certification/distributed-compliance-ledger/
Matter Distributed Client Ledger. In use by Apple, Amazon, Google, Samsung, and many more.
Contains all the attestation information for on boarding Matter devices. Where once it was Google Home vs Apple HomeKit vs Amazon Echo / Alexa, supporting devices can now work cross ecosystem.
Since many of these companies are competitors working together. A distributed ledger makes sense to keep everyone honest and provide a level of tech supported governance.
I’m not understanding what problem this is solving.
The ESRB is a “cross-ecosystem” institution to keep games producers honest—what does this… DCL(?) actually do?
From what little I’ve read here:
https://csa-iot.org/developer-resource/white-paper-distributed-compliance-ledger/
All I can say is that this protects companies from homebrew “infractions” on their software copyright by making it difficult to install un-attested firmware updates.
I’m not even confident in that summary. What does this do?
Company A submits a new device for certification signed by their private key.
Company B certifies the device signed by their private key.
Company C on boards a device for an end-user and is confident it came from Company A and has been verified by Company B since the device has a certificate that can be verified from Companies A and B.
Yes it prevents home brew (though you can do home brew by replacing Company C with your own controller), but it also prevents knock offs.
When this information is distributed (like Lemmy federation), between instances, one has a degree of assurances all these records originated from the signer.
While the ledger part is not required, it provides a nice audit trail for the companies who do not trust each other enough without the transparency. Sure a central authority like the ESRB could do the same, but we could also all be on Reddit and not Lemmy…
There is nothing Crypto can do better than regular database. Immutability is not a desirable property.
It can coordinate disjoint actors without a 3rd party.
Does it though? Because to me the fact that the largest cryptos have had several forks is proof that no, in fact, the magic of crypto can’t coordinate people. People coordinate people and then decide what to do with the technology.
“There is nothing math can do better than math.”
Crypto != database
Precisely
deleted by creator
Monero actually has very good uses. It does use POW but their algorithm is made to encourage using CPUs instead of GPUs and slower, power efficient devices, which makes it a lot less energy intensive than other POW cryptocurrencies.
It’s only use is illegal commerce. It’s the only one thar actually has a purpose, and it’s to help criminals.
That’s kind of epic, though, I’m pretty sure HRT is cheaper on the black market instead of going through your medical provider, and I need steroids in bulk so I can hulk out and become jacked.
I mean… I know there are some backwards countries like the US where you don’t have access to safe HRT, but would you really roll the dice and get some random injectable shit from the dark web…? I mean…
Provided you’re willing to learn enough to verify and test it yourself, I suppose. That being foisted onto the consumer is kind of problematic, but it’s not really the fault of the dark web provider I would say as much as the corrupt medical industry driving people to do that in the first place. In any case I still think it’s kind of a good band-aid that’s risen up to fill the gap, even if the situation as a whole is shitty.
Privacy is a crime? I pay for several online services with XMR (or BTC swapped from XMR): Jmp.chat (mobile service), EteSync (E2EE contact sync), Proton Mail, Mullvad VPN, Usenet (might have an argument there).
Why can’t I access Google’s individual transactions but they should have access to mine?
Why can’t I access Google’s individual transactions but they should have access to mine?
why are you giving google access to your transactions to begin with? all my credit card transactions are between me and visa and my credit union and the federal government, but not google.
I’m not, it was just an example data broker. You are 100% sure that data is not getting sold?
I picked Google because back in my days of ignorance, their rewards app would ask if I made X purchase at Y store down to the penny. I wasn’t using GPay/GWallet, just my a debit or credit card. The Y I get with location services. Them having the transaction amount leads me to assume credit card companies/payment processors/etc are sharing this data in near real time. Probably anonymously but with enough data points to trace it back to an individual with a degree of confidence.
So I use XMR when I can. Locations services are also off.
You are 100% sure that data is not getting sold?
lol no, im 100% sure its being sold in some way, no matter how many things I opt out of. while i do have a lot of privacy focused things in my life, from email to chat to phone, i just can’t find myself caring that much about someone tracking my gasoline consumption or knowing that I go to the same bar every week for game night.
the obvious downside to something like XMR is that its a ticking time bomb from a privacy perspective. at some point the security will fail as all security does, and then the data is totally public.
I find the actual technology very interesting. At one point I wanted to create a distributed research journal, and I spent some time trying to develop a trustless, immutable ledger that didn’t have the high overhead that most blockchains have for proof of work. It was extremely cool, but nobody gives a shit unless it has coins lol
I look forward to 20 years from now when it gets resurrected and used for interesting things that don’t involve cryptocurrency.
I remember reading a few years ago that the US postal service was looking into using it for voting. I haven’t seen anything about it since, but it did peak my interest. I’d love to see it used for research if possible, too, but then I can barely understand these decentralized social media platforms so my opinion isn’t worth much with tech
That, to me, seems like an ideal use case. My only reservation is that I think it would be bungled in implementation, then pushed without enough testing and validation, then hacked due to the bungled implementation, and then rejected forever because it was hacked once lol
This makes them perfect for ledgers or transaction networks.
It doesn’t scale well, so it generally works best for ledgers of relatively small scale. Anything that might need to go beyond that small scale will run into technical/performance issues.
the technology itself has its use cases.
https://www.youtube.com/watch?v=15RTC22Z2xI I would love to hear the counterarguments. video is <15 mins, academic setting.
Just responding that I did see this, The video has peaked my curiosity and I plan on watching it later when I have more free time outside of midterm’s season
His arguments are:-
We don’t need blockchain to stop problems from happening because we have a [super efficient, cheap, accessible, well constructed] legal system to correct those problems when they occur.
We don’t need distributed ledgers to store the data because we can just trust Amazon Web services.
That’s a unique interpretation
You wanted counter-arguments.
Trusting the legal system (9m23s,11m34s) and Amazon (12m35s) are vastly inferior to what blockchain offers.
I did, and am still
Here is an alternative Piped link(s):
https://www.piped.video/watch?v=15RTC22Z2xI
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
thats fine, but installing youtube-local and a redirector addon is probably better than relying on some bot to pick one of 10 possible alternative front ends.
Blockchain is a nebulous buzzword with a vague meaning. But I have yet to see a sensible definition of a blockchain that doesn’t include git. At the end of the day they are both just Merkle trees.
Git is pretty useful imo.
Well yes but can you pump and dump git commits ?
Only non-fungible commits.
Blockchain is pretty well defined.
Git doesn’t have update rules that are only valid if signed by a particular private key.
Please share a source! I can’t find anything as robust as a whitepaper (the bitcoin whitepaper doesn’t use the term).
NIST informally defines it as:
A distributed digital ledger of cryptographically-signed transactions that are grouped into blocks. Each block is cryptographically linked to the previous one (making it tamper evident) after validation and undergoing a consensus decision. As new blocks are added, older blocks become more difficult to modify (creating tamper resistance). New blocks are replicated across copies of the ledger within the network, and any conflicts are resolved automatically using established rules.
Which git certainly meets this.
IBM informally defines it as:
Blockchain is a shared, immutable ledger that facilitates the process of recording transactions and tracking assets in a business network. An asset can be tangible (a house, car, cash, land) or intangible (intellectual property, patents, copyrights, branding).
Which git meets.
Git is hash linked, not cryptographicly linked. Only cryptographicly valid changes are allowed to blockchain state. All data can be modified in git.
Yes. IBMs definition is bad and could equally apply to git. They’ve totally forgotten about the private key aspect.
I’ll see if I can source a better definition online, but make no promises.
Edit: https://aws.amazon.com/what-is/blockchain/ the last line is not applicable to Git
Oh a 3rd definition, that definitely hurts the case that blockchain is vague ill defined term. If it were a well-defined term, there would be whitepapers defining it like merkle trees or bitcoin. Blockchain is just a marketing term defined by businesses, not scientists or engineers and thus is vague and variable.
I also don’t think your definition is a very good definition. Do you think git fundamentally changes when it moves from sha1 to sha256? Or are you referring to the fact that the payloads of cryptocurrency’s blockchain is required to be signed (just like you can optionally require git commits to be signed)? I don’t think that’s fundamental to blockchain either.
Only cryptographicly valid changes are allowed to blockchain state. All data can be modified in git.
No. You can’t modify the chain in git. Each commit is an immutable snapshot of the repository. To change history you have to create a new hash and then broadcast that to everyone that they should stop using the old one. Depending in how your network is setup you may onky have to convince a centralized server, or you might have to convince 51% of the actors on your network or you may just choose to only form a network that agrees with you. You could alter bitcoin’s blockchain too, but you’d need 51% of the network to agree with you.
Oh a 3rd definition, that definitely hurts the case that blockchain is vague ill defined term.
The phrases used to describe the technology to the public may change, but the technolgical approach doesn’t
If it were a well-defined term, there would be whitepapers defining it like merkle trees or bitcoin.
There are hundreds of blockchain whitepapers, all of which link blocks of data via hash functions and only accept state changes if they are valid and cryptographicaly signed.
Blockchain is just a marketing term defined by businesses, not scientists or engineers and thus is vague and variable.
If we were discussing web3 or Metaverse then you may have a point. But no-one in tech is confused about what blockchain is anymore.
Do you think git fundamentally changes when it moves from sha1 to sha256?
No.
Or are you referring to the fact that the payloads of cryptocurrency’s blockchain is required to be signed
Yes. Exactly this.
(just like you can optionally require git commits to be signed)?
Optionally is the key word. Blockchain transactions must be signed, and they must be accepted as following the blockchain rules by validators.
I don’t think that’s fundamental to blockchain either.
Find me a blockchain that doesn’t require signed transactions to make state changes.
No. You can’t modify the chain in git.
I didn’t say anything about modify the chain.
Each commit is an immutable snapshot of the repository.
A commit can contain any data it likes. A commit to a blockchain is highly restricted. Only cryptographicly valid rule following changes are allowed to blockchain state.
Optionally is the key word. Blockchain transactions must be signed, and they must be accepted as following the blockchain rules by validators.
But this is just a policy decision, not a property of the technology. You can easily implement a script that checks if every commit from remotes are signed, accepts them if they are and drops them if they aren’t or the signature is invalid.
If you contribute to a project where the majority require signed commits, then you need to sign commits in order for your change to be integrated into the consensus.
That has nothing to do with the technology itself, just with the application.
So if you state that signatures are required to be a blockchain, then you can use git to create a blockchain, by just having that policy.
(IMO I wouldn’t say that signatures are required, just that blockchains usually have them.)
You can easily implement a script that checks if every commit from remotes are signed, accepts them if they are and drops them if they aren’t or the signature is invalid.
Now add some logic to check whether the actual data is valid (i.e. bob has enough coins in his account to send to Charlie).
Make some incentive to ensure only the main branch survives and forks are either eliminated or merged.
Automate
Now git replicates blockchain’s functionality.
So if you state that signatures are required to be a blockchain, then you can use git to create a blockchain, by just having that policy.
Yes, but add automatically processing the content of the commit for validity and incentives to reduce the number of forks.
(IMO I wouldn’t say that signatures are required, just that blockchains usually have them.)
Without public key cryptography you just have a hash linked list (like Git).
Hash is cryptographic function.
A hash function doesn’t check if a signature is valid. Neither does git. Blockchain does check.
And?
How does it “certainly meet it”? There is no consensus mechanism in git, new blocks are not replicated across the network, there is no network at all, git works offline. You can replicate changes with remotes but there is no “git network” in any similar sense. And conflicts are definitely not resolved automatically. And the git hashes are certainly not cryptographic.
That’s 4 ways it doesn’t meet the definition. You could maybe stretch the meaning of a network to make it 3.
While blockchain is well defined, it in itself is not a product but a technology. I think what the other commenter is getting at is that simply saying something “is blockchain” means very little because what the blockchain does depends on the implementation, so when used in marketing it’s just a nebulous buzzword in that it doesn’t actually give you much information about what the product is. Same with terms like cloud, AI, virtual reality, etc.
Yes. There were a lot of companies selling “blockchain base” solutions where blockchain wasn’t really needed in the solution at all.
Then it was Metaverse based solutions. (I would argue VR is well defined)
Now it’s AI solutions.
But I think “cloud” is now post that marketing phase, and blockchain is heading that way.
Git might not count because you can have branches that then merge? But yeah, git is useful, it’s decentralized and distributed, it could be used P2P…
Git might not count because you can have branches that then merge?
AKA referencing to two past states.
Who decides to commit changes though? A human. A human who can be corrupt.
The best use case for blockchains in my opinion is elections. The dude who owns the election server won’t be able to manipulate results in any way.
While manipulating results isn’t impossible in case of a blockchain, it is still very very difficult.
Who decides to commit changes though? A human. A human who can be corrupt
I’m not entirely sure what your getting at here, but git can be run as democratically as a crypto currency where the canonical version of the project is the one with the longest chain. Seems like a bad idea to me though. I think you may be assuming the way most people rely on github/gitlab etc as an inherent part of the system, when it’s really just the most convenient way of doing things.
The best use case for blockchains in my opinion is elections.
I’ll believe it when I see a real implementation. I think the problem is anonymity, I don’t see how we can set a system up such that the results are auditable but also impossible for anyone to tie a specific vote to a specific person.
I’m not entirely sure what your getting at here, but git can be run as democratically as a crypto currency where the canonical version of the project is the one with the longest chain.
Which means elections. Which means a dude/committee in charge of a server. See the problem?
I’ll believe it when I see a real implementation. I think the problem is anonymity, I don’t see how we can set a system up such that the results are auditable but also impossible for anyone to tie a specific vote to a specific person.
This is a very very interesting topic that I’ve spent a rlly long time thinking about. I wish I had more energy to go in depth for this. The gist is this:
There will be a tradeoff between anonymity and “vote buying”.
You can have absolute anonymity by implementing a monero like blockchain. Each registered voter address gets one token. The thing that you can cast a vote for is also an address. The voter sends this token to an unknown address (that theoretically belongs to the voter themselves). Then, the voter votes from this address. This way, absolute anonymity is maintained as noone knows who sent the token to the address in the middle. BUT. I could buy votes like this too. I could bribe a voter to send their token to the middle address, which I control.
To prevent voter buying, you can have an open blockchain where all transactions are visible to everyone. However, you get pseudo anonymity here. Every registered voter address gets one token like above. No one except for the election commission knows which address belongs to whom. So while the election commission cannot manipulate votes, it can leak who voted for whom.
Now that being said, normal elections aren’t as theoretically anonymous as well. For ballots, your name is on the envelope. A compromised election commission could leak this info as well. For EVMs, one line of code could leak who you are. The person granting you entry can note down your information. The EVM can ping this person as to which vote was cast while you were in there.
Hence, in my opinion, the second option of the open blockchain is the best one provided that the election commission is under strict regulation (which it generally is in any case).
Which means elections. Which means a dude/committee in charge of a server. See the problem?
No you don’t need a centralized server or a committee.
So who conducts elections then?
I don’t know what you are talking about.
You said you could democratically manage git, hence bypassing blockchains. Democracy means elections (unless you mean some exotic form of democracy like Athenian democracy). But elections need to be conducted.
I said you would need a central authority (like an election commission) to conduct elections. You said that there was no need for that. So I asked for your method of conducting elections.
The dude who owns the election server won’t be able to manipulate results in any way.
Sure he will. He can just ignore votes for one candidate and not add them to the chain. Blockchains are only resistant to manipulation if they’re distributed and people agree on the canonical version. Even then if enough people agree to manipulate them they can, like they did with Ethereum.
The integrity of blockchains isn’t immune from malicious activity. It is just way way harder to be manipulated. No blockchain means 1 server needs to be manipulated. Blockchain means more than 1 servers need to be manipulated.
You actually make a better case for replacing politicians with benevolent AI than for replacing ballots with transactions on a blockchain.
How so? AI is not smarter than people.
Even when it becomes smarter than humans in the future, I would still oppose this idea. We humans have seemingly benevolent leaders who become malevolent. At least we can replace them as they are around as smart as us. A malevolent creature that is waaay smarter than us that rules over us? No thanks.
Man, I remember how back in 2009 we were hyped about this possible chance for a fairer world that a independent currency might bring. Guess we were quite wrong. :)
The independent currency was still worth standard currency… So the ones already hoarding all of that existing make-believe-number money just bought up and schemed us out of new make-believe-number money.
How did we not see this coming? :(
not smart
Not gonna claim any foresight.
But now in 2024. It dose seem rather insane to me. That no one predicted the energy problems of proof of work.
We were well aware of the co2 cost of computing.
No one expected that dozens of crypto currencies would pop up. Most of us actually expected it to just fail and dissolve. But there was the naive, little glimpse of hope that this might destroy the petro dollar (which was much stronger in 2009 than today).
I think the only project I’ve seen so far where I’ve felt that a blockchain has actually been the correct choice is Alfis, which is a decentralized DNS that uses the blockchain as the public append-only ledger that it is, and it uses proof-of-work to add arbitrary costs to updates - to make spamming or namesquatting expensive.
Amazon has a database project called QLDB that uses blockchain for its audit log.
What do you call an audit log that’s cryptographically verifiable? A blockchain.
So why not do the same with a bank ledger?
Here is why
Web3 is more about smart contracts and alt coins, you didn’t address my point
Edit: you can downvote if you like but your post objectively shows you don’t know the difference between web3 and block chain, and choosing to debate web3 instead of making changes to bank ledgers in my original post is a logical fallacy
Banks should.
But there is too much technological debt to implement.
I’ve read through this whole thread, and I still haven’t really come to any solid conclusions on it. I’m skeptical of crypto as a kind of idiotic speculative market, but that’s also every market ever. But then, the blockchain is apparently different from crypto, even though they’re both hype-laden marketing terms that have been completely fucked up. I think doing [redacted] with crypto is still potentially cool, though I think it still has limited anonymity, from what I’ve heard, and the speculative market also fucks it up.
Is “the blockchain” just like some nerd shit that’s for internal hospital ledgers, and beyond that it’s all kind of moot garbage, or what? Someone spoonfeed me.
One is the tech, the other is an example of a type of the tech. A square is a rectangle, but a rectangle is not a square.
For most applications, this isn’t necessary:
There are some examples like in biotech/finance that I personally believe will require a blockchain to be truly “fair” at the end
I like this flowchart but honestly most third party data handling solutions are just asking for a major breach: stoking vulnerable people over the coals.
Ignore the FBI hack, and the SEC hack, and the DoD hack, and the FINRA hack, and the…
Diagram is missing a “do records need to interact” control box.
Now add that trustlessness is impossible and you can scratch the blockchain box for good.
You cannot get rid of trust in some form. You need entry to the system, so you need to trust its gateway. You need to trust the network to not have some vulnerability like a 50% attack. And eventually you need to trust the developers not to add critical bugs (that alone is virtually impossible) or pull off some scam.
So, since you need to trust someone, might as well choose some government regulated party like a bank or a lawyer and choose conventional and efficient tech.
I’m stupid, can you give me a like, more clear practical example of a good use of blockchain? Cause I get the sense that a good amount of this conflict, going off that flowchart, is going to be due to the evaluation of these situations as like, not needing to arise in the first place, or maybe like, a philosophical objection to the necessity of the technology, maybe. But I think a clearer example could help with this.
can you give me a like, more clear practical example of a good use of blockchain?
Do you see how all the answers are generic, tend to be long and read like a sales pitch? That’s because the actual answer is: no, there is no practical legal application that isn’t better solved with conventional tech.
The only application that is successfully used in practice is paying for organized crime: buying goods and services on the dark web and paying for extortion like ransomware attacks.
Blockchain technology can improve health care services in a decentralized, tamper-proof, transparent, and secure manner.
This can also be used for research institutes to be able to research with each others’ findings.
Here is a paper on the topic: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8555946/
Blockchains are also great for the verification of digital goods as tangible assets. While I’m not sure we reach this level of meme, people could 100% mint their own house’s deed and trade that as a legit way to buy/sell their house.
I am very carefully avoiding the words “NFT” because they are another horrible use-case of a blockchain (and a prime example of how capitalists turn a good tech into something stupid for a quick buck), but this would theoretically be a tokenized-security with a 1:1 to the actual deed to the house.
Is that more secure than the normal process of buying a house? Do you really need it to be external to a 3rd party when the transfer of homes already exists? No not really lol, hence why we probably see it the most in highly regulated industries like biotech and finance first.
HIPPA/Securities-laws (or lack-thereof) will require a tough regulatory framework that “could” realistically be done via a 3rd party, but you have to ask yourself if you trust big-pharma and wallstreet enough to regulate themselves like that.
Edit: Looked up and saw c/lemmyshitpost, maybe I’m spending too much time elucidating a response on a meme thread but this is my take on the tech.
No no, thank you for this.
I understand blockchain as a concept, and kind of hownit plays into cryptocurrency, but understanding a true example of blockchain use outside of finances is something I needed more info on, thank you
The big improvement is the removal of the need to trust some 3rd party but also to add the precision and complexity of computer language to some domain. For example health care data, a block chain system would make one standard for how the records are stored, it would make it so the data in encrypted by the patient and they alone could grant access. When a new provider wants access there is one standard way that is automated and secure. None of which is dependent on a 3rd party who can be compromised or become corrupt and no longer act in good faith. Obviously there is a lot of details here dependent on making the block chain work flawlessly.
Imo block chains have 2 core issues to over come in order to really solve problems. First is being constructed so that they are bug free. Software is not a mature enough discipline for that as of yet. Second, is what happens when you loose you key or it gets stolen. If someone steals you Bitcoin private key, you can’t get them back after they transfer them out. Or if you just loose the key your up a creek. What is required is a way to prove you are you to the system that can’t be stolen and can’t be lost. That is a far harder question.
I just wrote out another comment, and I think I kinda figured out my core question, but, is there a way to save my medical information without doxxing myself, if this is supposed to be like, a public database, you know, if that’s kinda the point, is that everyone can look at everyone else’s stuff? I got the impression that a lot of the current blockchain stuff wasn’t capable of the necessary levels of storage that would be required for like, health records, on their own.
I dunno, maybe you could have some situation where you have a key, that opens up some cryptography on the blockchain, and that blockchain piece when unlocked gives you another key that lets you access your medical records, or something like that, and that might be able to fit. But, then, I don’t really see how that’s any different from just having like, the key to the person’s medical records be contingent on person. Like biometric security, or government ID, or something.
Point out wherever I’ve made wrong assumptions here, I’m just kind of talking out my ass, and hoping that I’m correct inso that the conversation can continue and I can scrape more out of it, I don’t really expect to be right.
The blockchain is essentially a ledger that tracks transactions (including the creation of currency). One thing that is not always clear is how important it is for a blockchain to be decentralized. When I say “decentralized,” I mean that many different people are operating a server that performs transactions on a larger network. These people are rewarded in currency for their efforts, and are sometimes referred to as “miners,” though this term is changing somewhat.
There are thousands of these servers in a network that are operating on and tracking the ledger for blockchains like Bitcoin or Ethereum. Any updates to the ledger are verified by all of these nodes. As long as 51% of nodes can verify a transaction, it will be added to the ledger. This means that as long as someone doesn’t own 51% of the network, they can’t just inject whatever transactions they want (i.e., fraudulent activity). In practice, this makes these networks very resilient to fraud.
I think this paves the way for a lot of the practical examples you’re looking for. For example, there’s no way for the network to decide to just give tons of money to a single entity for some “economic policy” like Too Big to Fail (i.e., corporate bailouts). This means you don’t have to wake up one morning worrying about whether or not your currency will rapidly inflate because of things like corruption. Another example is the true ownership of digital assets. NFTs have (rightly) gotten a lot of flack for being overpriced JPEGs, but there are real use cases here. A random middleman can’t just decide to price gouge because they own all the tickets first (Ticketmaster). Instead, artists can mint tickets on the blockchain (very important: this ensures authenticity) and then fans can buy them on the blockchain - no middle man required. You still show a QR code at the door for verification like you would now.
As long as 51% of nodes can verify a transaction, it will be added to the ledger. This means that as long as someone doesn’t own 51% of the network, they can’t just inject whatever transactions they want (i.e., fraudulent activity). In practice, this makes these networks very resilient to fraud.
Could like, 51% of the owners just coordinate to kind of, do a fraud? I mean it sounds like an inherently democratic system, but from what I’ve understood of, say, miners, right (dunno how this works for proof of stake, but I imagine it has similar problems), those rigs are gonna be bought by people who disproportionately have higher earnings and can afford more GPUs in finland or wherever, and then that’s going to just kinda recreate the same power dynamic that we see in the real world already. Which ends up in the same kind of speculative market garbage we have with stock ownership in companies already.
I also don’t really understand how a ticketing system would really work on the blockchain. I probably don’t know enough about cryptography to know how it might work, but I got the sense that nfts weren’t even overpriced jpegs, they were overpriced links with pseudo-legal contracts, that were still prone to link rot, and didn’t really indicate any IP ownership. If you had a code on the ticket instead that could only be verified as real, rather than fake, by a ticketing person, instead of like, a link, that would probably be the use case, right? am I getting that correct, is that something cryptography can do? probably, right?
Also, can someone just like, steal your ticket still? Or like impersonate you as the ticket guy, or what? Like from the others have told me and also just from what I know already, you can’t really change the chain unless, like you said, you have 51% of the owners, so how would you be able to like, put something in the chain that identifies the owner as being the owner? Wouldn’t it be more secure to have just like, a verifiable code or something, that you can delete, that isn’t public, between the artist and the buyer? Then you could ensure anonymity between the buyer and the venue and stuff, you could work in establishing characteristics like oh here’s my driver’s license, here’s my government ID, without putting that stuff on the blockchain, which seems like a bad idea.
In practice, this makes these networks very resilient to fraud.
Could like, 51% of the owners just coordinate to kind of, do a fraud?
Sybil attacks sound like the kind of thing you’re talking about. I don’t have the expertise to go into it, but one person (or a group) creates lots of nodes and uses that influence to do bad things to the network, potentially including fraud. Or as you suggest, legitimate users can just coordinate to do whatever they wanted (see ethereum vs ethereum classic if you want a chuckle).
I want to make a note that the networks are only resilient to a specific type of fraud - people trying to enter data in a way that doesn’t meet the criteria of the system. That’s all well and good for wallet to wallet transactions, but when you have transactions going off chain (like buying something, trading for other kinds of coins, doing anything with crypto exchanges), there are still plenty of other kinds of fraud that are possible and happen all the time, because while the chain is fairly trustworthy, nothing else about the system is. Most kinds of fraud involve doing things that technically you have permission to do, because you lied to people to access their password or promised them bigger returns in the future or missold a product or service etc and all of that is still possible under crypto. In some cases crypto is more vulnerable to these things because of having no central authority or regulator or laws or whatever.
A blockchain can provide an irrevocable record, and it can provide a mechanism for uncooperating parties to agree that the record should be created. This is usually used for financial transactions involving coins of dubious value, but it can also be used for recording transactions of real world assets as long as those transactions can be faithfully linked to the event on the blockchain. Therefore the blockchain doesn’t really prove that a transaction is fraudulent or not, all it proves is that a sufficient number of parties believe it is not.
as long as those transactions can be faithfully linked to the event on the blockchain.
That kind of seems like the big glaring video game boss style weak point, to me. I feel like you’d still need some external third party to verify that everything is properly linked up to the blockchain, or like, someone could just impersonate someone else through whatever things are used to link something to the blockchain, and then it’s just kinda back to square one, I would think. I dunno, I think also maybe I just don’t really quite get it.
The oracle problem has had some attempts at being solved.
A the moment external data on a blockchain is more about transparency than trust.
Git is not a blockchain. There is no distributed ledger; no consensus algorithm.
Ledger: repository database.
Consensus algorithm: repository access key.
Key word distributed ledger. Git repositories don’t talk to each other except when told to do so by users.
I shouldn’t need to explain why an access key is not a consensus algorithm. Seriously?
https://en.m.wikipedia.org/wiki/Distributed_ledger no need to talk automatically, only distribution necessary without single point of failure. say „synchronized“, if you mean realtime synchronized then not in git, but synchronized manually.
https://en.m.wikipedia.org/wiki/Consensus_(computer_science) only need to determine which block to commit to database, access key do that. if meant in term of „which repo is real one“, signed commit optional feature, maybe that speak against it being blockchain because not by default.
Well in decentralized, autonomous (user run) systems you have actually 0 trust.
Blockchain is often described as a solution in search for a problem. It’s a clever technology, but people don’t really know what it can be used for besides storing cryptocurrency transactions.
People have thought about storing other kinds of data in the blockchain, like health records, but no one can really point out to why this would be better than other solutions.
To achieve something similar with health records without blockchain, all that is needed is just a cryptographic signature. The hospital cryptographically signs a digital health document and email it to you. The hospital in turn stores it in some shared database accessible by other hospitals. Done.
If the health record is somehow lost from the shared database, then you got your own copy of it as backup. They can’t modify the health record either, because then it would diverge from your own copy.
The worst thing they can do is to add falsified health records without your approval, but that’s a problem with blockchain as well. Blockchain cannot verify that the input data is truthful (garbage in, garbage out).
The cryptographic signature step is a part of blockchain either way, so there’s no extra technical overhead in the non-blockchain way.
The cryptography has much simpler algebraic analogues - what we are looking for is a “one-way function”. This means a mathematical symbol that only works on the left side of the equals. The simplest one is the remainder of a division. For example if I told you that I had a remainder of 5 after dividing by 20, you wouldn’t know if the original numerator was 25, 45, 65, 85, and so on. This operator is called
mod
(modulus). Even if you don’t know what value I started with, It’s not hard to guess what possible numerators could be with modulus. That’s where the cryptography comes into play: a cryptographic hash is designed so that it’s practically impossible to guess the original numerator. We’ll stick with the modulus for explanatory purposes, but imagine that you can’t list off possible numerators like I did.Now we can invent a puzzle for a computer to solve. We’ll start off with the same values as before, but - again - we are disallowing easy guesses. This forces us to check
1 mod 20
,2 mod 20
,3 mod 20
,4 mod 20
,5 mod 20
and so on. Eventually we’ll hit25 mod 20
giving us the solution toX mod 20 = 25
. Now you can go back to the person that gave you the puzzle and prove that you’ve done 25 steps of work to arrive at a solution (or have made a lucky 1/25 guess). This is called “proof of work”. A cryptographic has consists of a certain number of bits, such as 256 bits - this means a series of 1’ s and 0’s 256 long. The puzzle presented to the computer is “find the numerator that results in the first 50 bits being zero” (the more bits are required to be zero, the longer it will take to find the answer). Because of the incredibly slim chance of guessing the correct numerator, it doesn’t really matter if the computer counts up (like we did with modulus) or guesses. So, in practice, everybody trying to find the solution starts at a random number and starts counting, or trying other random numbers, until someone wins the jackpot. It’s basically a lottery, but the correct numbers have to be discovered instead of being dropped out of a glass ball at the end of the week. Once a computer finds a solution, everybody else playing the game can check their numerator as [probabilistic] proof that they have done work.Now we can use this lottery to create a blockchain. We start with 5 things: a globally agreed on solution we are looking for (789), an initial block (which is just a number - lets say 12345), Bob’s account #5 of $100, and Sally’s account #6 of $200, and a huge amount of players of the above game. Sally wants to transfer $20 to Bob, so she says to all the players: “I’m #6 and want to give #5 $20. There’s a $1 prize for finding a new block for me.” All the players make a new denominator, by placing the numbers next to eachother - so
12345 6 200 5 100 20 1
- or just1234562005100201
. All the players start trying to find the number that will result in 789. Eventually someone finds 1234562005100990 after a lot of work/guesses. Everybody checks their work1234562005100990 mod 1234562005100201 = 789
. The winning player receives their prize, and now everybody has a new block to start from:1234562005100201 1234562005100990
. Next time someone wants to send some money they will use12345620051002011234562005100990
as the initial block instead of 12345. Hence, we have set up a chain starting with:12345
->12345620051002011234562005100990
-> …There’s your block…chain. Anybody can independently verify that the work has been done by checking the answers. It’s incredibly elegant but, as we’ve seen, incredibly destructive.
PoW is destructive. Blockchain doesn’t have to be PoW.
Hash linked list part was good.
You missed out public key cryptography which is also key to blockchain.
Good explanation. I am extremely bad at math, I never made it past kind of, high school algebra, and I still can’t do basic math very well, but this explained it pretty well, thank you. So, someone has to start a transaction before mining can start, if that’s how it works?
I’m Bitcoin there is a built-in reward to keep things moving forward even if there are no transactions. Different coins do different things.
A blockchain is just an verifiable chain of transactions using cryptography and some agreed upon protocol. Each “block” in the chain is a block of data that follows a format specified by the protocol. The protocol also decides who can push blocks and how to verify a block is valid. The advantages it has comes from the fact the protocol can describe a method of giving authority across a pool of untrusted third parties, while still making sure none of them can cheat. Currently the most popular forms are Proof of Work (PoW) and Proof of Stake (PoS).
Bitcoin for example is just an outgoing transaction to a specific crypto key (which is similar to a checking account) as a reward for “mining” the block, followed by a list of transactions going from a specific account to another account. These are verified by needing a special chunk of data that turns the overall hash of the entire block to a binary chunk containing a number of 0 bits in front, which makes it hard to compute and a race to get the right input data. This way of establishing an authority is called Proof of Work, and whoever is first and gets their block across the network faster wins. Other cryptocurrencies like Ethereum use Proof of Stake where you “stake” currency you’ve already acquired as a promise that you won’t cheat, and if someone can prove you cheated your stake is lost.
The problem it solves is not needing a trusted third party to handle this process, such as a government agency or an organization. Everyone can verify the integrity of a blockchain by using the protocol and going over each block, making sure the data follows the rules. This blockchain is distributed so everyone can make sure they are on the same chain, else it’s considered a “forked” chain and will migrate back to the point of consensus. This can be useful for situations where the incentive to cheat the system for monetary or political gain outweigh the cost of running a distributed ledger. It can also be useful when you don’t want anyone selectively removing past data as the chain of verifiability will be broken. The only issue with this is you need some way to reach a consensus of who gets to make each block in the chain, as someone need to be the authority for that instant in time. This is where the requirement of Proof of Work (PoS) or Proof of Stake (PoS) come in. Without these or another system that distributes the authority to create blocks, you lose the power of the blockchain.
Examples I’ve heard of are tracking shipments or parts (similar to how the FAA already mandates part traceability) and medical records. This way lots of organizations can publish records relating to these to a central system that isn’t under any single entities control, and can’t change their records to suit their needs.
These systems are not fool proof though, PoW has the ability to be abused using a 51% attack and PoS requires some form of punishment for trying to cheat the system (in cryptocurrency you “stake” currency and lose it if you try to cheat the system). Both of these run into issues when there is no incentive to invest resources into the system, a lack of distribution across independent parties, or one party has sufficient power to gain a majority control of the network.
Overall you are right to be skeptical of cryptocurrency, it’s been a long time since I participated due to the waves of scam coins and general focus on illegal activities such as gambling. The lack of central authorities also perpetuates the problem of cryptoscams, as anyone can start one and there are limited controls over stopping such scams. This is not dissimilar to previous investment scams though, it’s just the modern iteration of such scams. The real question is does it solve a real problem, as Bitcoin did in the sense it helps facilitate transactions outside of government controls. You might not agree with that but it does give it an intrinsic value to a large number of people looking to move currency without as much paperwork. Now if it makes it worth $68.5k USD (at current prices) is a different story, different people have different use cases and I only highlighted one of those.
I read all the replies in kind of, an order going from simplest to what looked to be like the more complicated ones, and this seems like the least charged and best explanation of the sort of, externalities, and it seems like a pretty good overview of it. The other guy did a good summary of how the technology works for a dumbass like me but I’m still not sure I got all of it.
So, like, you could kind of conceive of a use for these technologies generally, right, but it would seem like, even from your explanation and also from what I kind of passively know already, this is kind of, reliant on a libertarian conception of society, which isn’t necessarily bad. I think more concerningly it also seems like both of the basic technologies, there, PoW and PoS, are vulnerable to abuse from the powerful, or from those who have more resources, with maybe PoS being less so, I dunno, still don’t really get how that one works specifically which might change it. Which is sort of, antithetical to a libertarian conception of society. I mean unless you’re an ancap but those guys are dumbasses.
So I dunno. It seems like a kind of inherently conflicted technology to me, like, paradoxical. I kinda hope someone can conceivably work out the problems of power abuse, but that would seem to be what I define as a “whole enchilada” style of issue, there.
Still, I do like the ability to freely buy drugs and circumvent the government, that’s kind of epic. Well, most of the time, anyways. Maybe not when the CIA does it, or when narcos and cartels do it, but I dunno how much either of them have tied up in crypto, it’d probably make more sense for both of them just to deal in fiat currency or trade resources or something.
It’s the whole web 3 concept of the community powers the infrastructure to run the community. It’s an enticing concept, The people using the service pay with their CPU and internet connection to use the service. It makes what would be a rather expensive infrastructure almost free.
With blockchain they’re doing some smart things, you can wrap code around the ledgers, in the end it’s just varying fancy levels of receipts verified and secured by the community. It’s verifiable but anonymous.
But then you’ve got cryptocurrency doing complex math burning through tons of electricity looking for unicorns to add to the ledger, in a massive pyramid scheme. Okay, it’s not exactly a pyramid scheme. Whoever starts a given currency makes the vast majority of the money off of it when the coins are easy to find, but at some point it is pretty close to any other given financial system, with the benefits of being anonymous and verifiable.
The bitcoins are just entries on the ledgers. But then s*** like NFTs are on ledgers. Someone sells you a receipt for a JPEG on a URL. It’s all only worth what someone will pay you for it. And without a whole bunch of regulation, it’s not exactly a safe market.
we need the blockchainsaw
I’ll likely get downvoted but Polestar, the EV automaker that used to build performance variants for Volvo, uses blockchain to track minerals used in their EV’s.
Circulor Circulor’s blockchain technology enables tracing of extracted raw materials, particularly those with significant impact to communities and the environment.
I like that they use blockchain to ensure the minerals they use aren’t coming from negative sources but I’m sure someone will argue and say it’s stupid or that SQL can do the same.
Polestar uses contracts and audits to ethically source materials, not blockchain. It uses blockchain as a shitty append-only SQL database to (apparently) tell you where the materials came from. Let me quote from Circulor’s website:
data can be fed seamlessly to the blockchain via system integration using RESTful Web Service APIs with security and authentication protocols
So the chain is private and accessible only through a centralized, authenticated REST API. This is a traditional web application. A centralized append-only ledger is not even a blockchain.
So you’re saying Polestar is lying about using blockchain?
https://media.polestar.com/global/en/media/pressreleases/500098
Polestar enters strategic partnership with blockchain provider Circulor
Collaboration targets blockchain traceability and CO2e tracking
Progressive in scope and ambition, partnership enables unprecedented supply chain transparencyWell, I’m saying Circulor is most likely lying about their “blockchain” actually being a blockchain, or that they’ve pointlessly set up extra nodes to perform redundant work in order to avoid technically lying.
Blockchain is completely pointless without 3rd parties being part of the network. It’s like me saying I run a personal social network for just myself.
It must be exhausting being so cynical.
Buzz words. It doesn’t matter if it’s true, as long as it sells. See, you remembered, so it worked.
This guy ICTs … Keep up the great work!
Yes, it can probably be done with a traditional database
You could do literally the same thing with a series of private key signed envelopes containing the prior chain of signed content. Boom, verifiable chain of custody without any rainforests being burned down.
I’m hoping you’re being hyperbolic about burning rainforests because not every blockchain is power hungry like Bitcoin or the old the POW Ethereum.
Besides, the rainforest is being burned down to make way for more cattle to provide more beef. Not sure why you chose the rainforest as example of intense computational power.
It’s somewhat hyperbolic, but in relative terms, it is pretty wasteful to implement it with a blockchain over what I just suggested. Cryptographic consensus doesn’t solve anything for the given example that the verifiable chain of custody in my proposed alternative does not and there’s zero way it’s less expensive than a bunch of asymmetric signatures that can be verified offline on demand. If anything, it’s better than a blockchain since it would only require a majority of parties to be complicit in a lie to rewrite history in a blockchain full of parties that have no business with any given transaction other than to enforce immutability whereas it would require every single node in the chain of custody before you to be complicit in my proposal.
And I’m surprised that the rainforest thing confuses you. It and burning tires are the go-to colloquialisms for complaining about things that are unnecessarily environmentally hostile, particularly when talking about crypto crap. But yeah, blockchains are a solution in search of a problem, so the derision is intentional. There’s no legitimate problem that can be solved with blockchain that can’t be solved in a better way. Cryptocurrency only in theory and this supply chain problem are the closest it gets to blockchain making sense and it still fails to be better than non-blockchain alternatives.
No, because it would be trivial to make a change and regenerate the entire chain.
Yeah, you would only need to have every single private key for all nodes that follow you in the supply chain. Super trivial.
OK. So you are proposing a private blockchain with minimal data validation rules.
How do you decide who gets to add the next record?
You would also need some protection against all nodes sharing their keys.
It’s not a blockchain. It’s closer to a series of forwarded emails with certificate signing. Who gets to add the next record? How about the party that is doing that step of processing in the supply chain. And I have a great idea for protecting the keys. It’s called asymmetric key pairs. You can verify a signature using a public key without having the private key required to be able to generate that signature.
It’s not a blockchain. It’s closer to a series of forwarded emails with certificate signing.
You’ve got hash linked data, signatures, verification procedures, distributed storage. It’s not very sophisticated, but you are definitely on the path to reinventing the blockchain.
Who gets to add the next record? How about the party that is doing that step of processing in the supply chain.
Oh, so you want a new database for every item. Let’s have one database handling lots of items and validated in sequence.
And I have a great idea for protecting the keys. It’s called asymmetric key pairs.
Brilliant. And how is your invention different from a private permissioned blockchain?
Blockchain is the shitty reinvention of PGP, my dude. I don’t agree to this silly retronym for nearly 50 year old cryptographic methods. Yes, if you remove all the supposed advancements and advantages of blockchain, you’re left with the cryptographic foundation which was the only thing that had merit. Congratulations.
@itsmect mentioned this too but it is wild how this community just hates cryptpo. There’s a good chance the instance you’re on accepts it for donations. Why would they do that if it is so unusable and bad? Open source everything except the money. Makes no sense.
Lol after this comment Bitcoin surpassed silvers market cap making it the 8th most valuable asset in the world. So glad people who don’t understand it and hate it don’t get to ruin it for the rest of us.
There is a lot of propaganda pushing the price down. It’s funny that they think the cryptobros have half a trillion dollars and still keep pushing the price up.
Why would people do something stupid and against their best interests? Hm, I wonder.
Open source everything except the money.
this is a truly perplexing statement. what about a currency that is controlled predominantly by early adopters has anything to do with open source?
Bitcoin Core is MIT licensed.
There is value in having core functions of society like social medla and money decentralized and running on open source software even though it will not fix wealth inequality.
Like the rest of society, some people get ridiculous wealth by luck of being at the right place at the right time. That is no reason to not have open source money.
There are many issues with bitcoin but that one I do not buy.
Bitcoin Core is MIT licensed.
the software is, but what relevance does that have to people using it as currency?
It is similar to open source social media. No single entity is in control. No single company or government that can use that power to control the users. For the end user the result is that bitcoin is more like paper cash than other digital money. You and only you are in control. It is extremely hard to stop you from sending or receiving money.
Just like with the fediverse, there is no Elon Musk or Mark Zuckerberg to kick you out. With bitcoin there will be no Putin or Trump to freeze your bank account.
It is similar to open source social media.
thats federation, not open source. reddit was open source for a while, but not federated – and now we are here. whatsapp uses an open source protocol, but isnt federated – some asshole hawaiian (resident of hawaii, not the other option) controls it. Signal is open source, but won’t federate, its controlled by people who are way more into crypto than helping their users (moxie was actively against federation, using such examples as email to prove how federation is a failure)
100% that being open source is not enough. Just like the fediverse the protocol is really important.
But if the fediverse protocol and all servers and clients are proprietary we would be in a bad place.
The bitcoin protocol makes it possible for everyone to run a bitcoin core node very similar to that anyone can run a fediverse server.
Btw, that signal is actively working against federation makes me so incredibly disappointed…
The big difference between bitcoin and cash is: When my employer pays me in bitcoin, they can see which wallets I give it to. If all stores and online shops use bitcoin, they’ll publish their bitcoin adresses on their website etc. like they already do with bank account numbers. That means my employer could see where I’m shopping at.
yeah i dont think anyone seriously buys into bitcoin=private in 2024 thankfully. they are still deluded on monero, but its only a matter of time.
Bitcoins indeed have much worse privacy than cash.
As you outline, if people use the worst possible privacy choices the privacy is ridiculously bad. It does not have to be that bad.
The current best practice for on-chain transactions (as in not all the layer 2 stuff needed to scale) is to use a new address for every incoming transaction. That way a shop would not have one address but thousands, none of which your employer can easily know about.
This type of privacy is still not anywhere near cash. To get that type of privacy you would need to mix your coins with others. Essentially putting all the coins into a sack, shaking it, then handing out coins to everyone. It is not perfekt but we are getting to cash like levels of privacy. Cash is not perfekt either, bills have serial numbers, etc.
The elefant in the room is that for most people what will really matter is the layer 2/3 solutions and what properties they have. On chain transactions does not scale to planet level. The thinking these days is that the bitcoin blockchain should be used more like a court and less like the ledger it was initially intended to be.
Like the rest of society, some people get ridiculous wealth by luck of being at the right place at the right time. That is no reason to not have open source money.
thats not the point, there have been studies that show bitcoin is fairly vulnerable to 50% control due to early adopters and other wHaLeS controlling the currency. and the studies can show this because bitcoin isnt private.
Alright, do you mean concentration in hash rate (mining)?
don’t recall, it covered both bitcoin and etherium and investigated who owned what. ill see if i can’t find it. edit: this seems to be the academic version of it, but theres a prettier journalism version with more stories and pictures: https://arxiv.org/abs/2206.02871
in this case i seem to have misremembered owners vs miners, but I’ll keep poking around. this one is also older than i remember.
That is super interesting! But yeah, that was really early days. Hash rate centralisation could of course still be a problem today but it was most likely 100 times worse in 2011.
I’m kinda amazed I haven’t seen anyone mention the biggest upcoming use case for block chain here. In a world where anyone can create any media with Ai we are going to need robust systems of cryptographic proof of origin and history that anyone can access and that is not controlled by anyone who may wish to manipulate information. The exact strength of block chain.
As for cryptocurrency I’m seeing a lot of confusion here in how people think it works. While scaling has been an issue its not an insolvable one and multiple solutions exist. The issue with crypto is its image not the tech in general. And thats a combination of people using it to scam and governments/banks doing their best to discredit it.
That is not a use for blockchain.
Say I want to say that I created an image. I could post that image’s hash to a block chain, and point to it as something anyone can check.
But you already have to trust me for that to be valuable. So I can just host that hash in any of a myriad of conventional methods that are simpler, more performant, and less wasteful.
Your missing the history part. Obviously any signature in isolation is only as good as your knowlage of that person. Thats how cryptography has worked classically. A block chain is not just a hosting service. Of course that could be done cheaper. The point is to have imutable history of what information is provided. This allows a reputation system as well as the ability for parties to endorce or rebuke information in a way that can not be covered up later.
Trust requires reputation. No anonymous person in isolation can be trusted. The point is to allow collaborative verification with proof. And that can not be done by a centralized host or authority without giving that authority control over what is “true”.
The only thing a malicious host can do is to omit information, which can be mitigated simply by using more than one host, which is still cheaper than using a blockchain. You could have each signature include the previous one, which will allow anybody to verify that they have a complete prefix of the history. Host them on, say Imgur and Imgchest, and it would even be free, whereas hosting it on say the ethereum blockchain would cost about 10$ per image (Based on this: https://etherscan.io/gastracker#costTxAction. I’m lowballing my estimate. If its too high, please tell me by how much, and how you arrived at your number.)
In other words, even in the best case scenario, using the blockchain would only provide negligible benefits compared to much cheaper alternatives.
Omitting information is a pretty serious attack in a reputation based system. It would be like if all 1 star reviews on a product are omitted. You can have multiple hosts but then its on the viewer to find and verify on other hosts. And there is no garentee a history will continue to be hosted long term. Likley many histories will be lost over time. Especially considering these hosts then need a profit motive or some other motive to continue hosting them. You can have chains of signatures together similar to how SSL certs work but you will still need an authority at the end of that chain and it would result in many versions of the chain as multiple entities interact with it.
The cost of using a block chain is what keeps the motives in line. Hosting costs money. And if hosting costs are not covered then it leaves the door open for loss of data or malicious motives. Tho I agree base chain transactions are often too expensive. This is solved by any one of the many scaling solutions that exists. Tho I admit they are all still pretty early tech. With such solutions costs should be at least 10x smaller.
I would argue the ability to have a single distributed ledger and its forever history, colloraboration tools and inability to have information left out is considerably more then a marginal improvement.
This does not need blockchain, this is exactly what NFTs were about, and it completly failed
It failed because owning digital collectables is dumb or because block chain failed to create immutable cryptographic proofs and history that could be read by anyone? I think your missing the forest for the trees. Confusing a demo case for the tech that made it possible.
It failed because an “immutable cryptographic proof” that the information being represented is valid is about as useful as a handwritten certificate that says you own Sagittarius.
Cryptography cannot verify your ownership of Sagittarius; it is not an authority. It cannot prevent you from claiming you do, either: anybody can enter whatever they want into the system.
And funny enough, this cryptographic lock and key isn’t even undisputable. If you have a dated record from 2020, and someone else wants it, they can just verify theirs on a different chain. Who is to say which chain is “more correct”? The dates? Dates don’t matter. If you were unlucky enough not to publish your work before someone else does, you don’t cryptographically own your work. If you were lucky and you had published, someone else can just lie that they weren’t ready and you stole it from them. So, even with all of our fancy math, we’re still back to he-said, she-said.
Worse, most blockchain records I know of are way too small for images, let alone video, so all they do is cryptographically “verify” URLs to the work. What exactly is the point of this? Can the files served by these URLs not simply be… changed?
I know they can be changed because C2PA has this very same, exact problem.
The blockchain is, at best, a database. The fact that it’s public doesn’t mean anything—it might be worse, even.
Why bother reinventing all of this? We have institutions already that keep records. What social good is bought from having the most public of all records?
Great response on why NFTs are lame for what most are being used for.
I play some blockchain games where the NFT represents digital items, and the only real use case for it being on blockchain is having the marketplace to trade in game items for money. And that doesn’t even need to be blockchain, it’s like an overengineered steam marketplace.
The way NFTs are currently impliented is just down right dumb haha. And their stupidity hurts blockchain’s image and puts so much mud in the water when it comes to people understanding the tech. Add all the greedy people who try to exploit that confusion and the whole thing gets really ugly really fast.
Sadly this all then becomes the focus and its all people seem to see when they try and understand the tech.
Blockchain is a synchronization and consensus mechanism that provides an authoritative record. None of your issues are unique to blockchains if multi possible authorities exist they way have conflicting rules and records. Blockchains just allow the addition of new entities and users without the traditional costs and scaling issues of existing organization is.
The use case here is proof of origin and history not ownership of a hosted file. You can’t directly apply NFTs to this.
The verification of hashes of files is the point. You want to be able to say “this video I’m watching was unaltered and signed by source X who has a verifiable reputation of providing data which has been verified by other entities who also have been verified”. You don’t store the media on the block chain.
Again the key here is that its a reputation system. Everything in life comes down to he said she said. But having perminant history of what they said and the evidence used is what allows you to weight the claims. Or yes, you could just pick one entity to tell you want to believe…
I would argue public records are a utility in their own right. But the point is that if you allow an institution to hold all the records they decide which ones can be seen and have ability to manipulate the truth. I realize that many Lemmy users seem to be fine with that but IMO your just picking and agreeing with your chosen leader at that point. A free open and transparent system of reputation that is not controlled by anyone ensures access to information for everyone while hindering the ability of bad actors to manipulate the " truth".
I find the “we already have people who keep history for us” argument odd. Sure, we do. But then is it really an issue to have another open system along side them? What cost is it to you? Why be opposed to multiple ways to try and achieve a goal? I’m not saying traditional organizations should not exist. I’m saying this tech provides a pretty rubust solution and should be taken seriously.
Anyways I know we arnt going to agree. But I wanted to put my argument here for anyone reading.
Its always worth exploring multiple solutions to a problem.
One technical reason is that it’s more traceable than cash.
For a reputation based system and proof of origin and history traceability is exactly what we want.
For untraceable internet cash just look to monero
deleted by creator
git is a blockchain, just without PoW
… or data validation.
People are always like “it doesn’t do anything we couldn’t do with SQL,” as if riding a horse isn’t an improvement in transportation over walking. Things don’t have to be impossible to accomplish in any other way in order to be marginally more useful or efficient depending on the goal. Public ledgers are indeed useful. Blockchain is one technology among a small handful that might be appropriate for your project depending on trust dynamics it demands. Consensus protocols are also useful.
One example, right now our global food supply’s movement and distribution is based largely on market dynamics. Say we want to focus on distribution based on need instead. A blockchain based ledger could allow a fred to ‘commit’ a few bushels of carrots which george ‘commits’ to transporting to mike, who in turn has committed to do do a supply run to Uruguay with his barge. Could they have done this in excel? Probably. Would it be more organized on blockchain? Yes. Would a regular database with a lot of contributors that is carefully designed to keep out bad actors work too? Yes, sure.
Ok but the Fossil version control system (which uses a mini-blockchain to store software version history) is pretty cool
You didn’t actually read the page you linked to, did you?
Let’s just jump to the conclusion:
This author believes it is technologically indefensible to call Fossil a “blockchain” in any sense likely to be understood by a majority of those you’re communicating with. Using a term in a nonstandard way just because you can defend it means you’ve failed any goal that requires clear communication. The people you’re communicating your ideas to must have the same concept of the terms you use.
(Emphasis mine)
Hint: a blockchain is always a Merkel tree, but a Merkel tree is not always a blockchain.
To clarify further, a blockchain requires some kind of distributed consensus. If you have two versions of the same blockchain, there must be a way to figure out which one of these is the one everybody else is following. In Bitcoin this is achieved with proof of work (i.e the version of the chain that has wasted most electricity).
If you don’t have distributed consensus, then you just have a git repo.
No no ANY possible application using blockchain tech HAS to be bad.
Can you name another technology that has such a high hype to delivered value ratio?
Triple A games
VR goggles
Bose Speakers
3D movies in theaters
Fidget spinners
Russian Military
Blue Origin Rockets
Just wanted to point out real world application for blockchain currently in use. IBM Blockchain is used by Cigna Healthcare, HSBC, Kroger…etc. It’s all extremely boring stuff so no one ever talks about it.
Can someone tell me how decentralized money became the enemy? It is decentralized currency that is like everything we stand for literally using mastodon protocol here.
it’s not the creators fault that the first thing the userbase did was centralize it onto these marketplaces lol. I’m reminding people that this is conceptually great but terrible implementation, across the board.