For a long time, I thought of the blockchain as almost synonymous with cryptocurrencies, so as I saw stuff like “Odyssey” and “lbry” appearing and being “based on the blockchain”, my first thought was that it was another crypto scam. Then, I just got reminded of it and started looking more into it, and it just seemed like regular torrenting. For example, what’s the big innovation separating Odyssey from Peertube, which is also decentralized and also uses P2P? And what part of it does the blockchain really play, that couldn’t be done with regular P2P? More generally, and looking at the futur, does the blockchain offer new possibilities that the fediverse or pre-existing protocols don’t have?
Blockchain (simplified) is a giant excel spreadsheet that you can never edit, only add to. I struggle to think of any applications that is a benefit for, and even then append only databases would already do it better.
One of the benefits is supposed to be decentralization, but people tout that as a benefit for things like house deeds, or identification, or whatever. Imagine how massive an append only excel file of every house with every owner change etc etc included in it would be. Then we once again only have the people who can afford to store that much data storing it, and we are back to where we are now.
It doesn’t really solve any problems, it just is a worse version of what already exists.
Something about this comment didn’t seem right to me, so I did some quick math:
There are approx 144,000,000 homes (incl apartments, etc) in the US. https://www.census.gov/quickfacts/fact/table/US/VET605221
Assuming every home is sold 5 times on average, that’s 720,000,000 sale records/deeds.
Existing blockchain implementations use IDs that are around 32 bits, or 4 bytes.
A “home sales record” or deed on the blockchain needs to include the buyer and the time/date of sale (8 bytes), along with a cryptographic signature (4-16 bytes). The seller’s identity doesn’t need to be included because it’s always doing to be the previous owner.
So each record is 16-28 bytes, and there are 720,000,000 records. If we go with 28bytes, it would take about 20GB to store all of the deeds for the US. A 500GB hard drive costs $20.
…and 20G that needs to be replicated to tons of nodes if it should be really decentralized.
16-28 bytes seems extremely understated, I think it could easily be off by orders of magnitude.
What do you think I’m missing in my estimate? Do you have any experience in CS?
You’re just talking about ownership of a title right?
A deed contains a lot more information than the owner. Mine is 4 pages long. Contains a map of the street, various easements, et cetera.
Yeah, but that kind of data would be better in an auxiliary database. There’s no reason to include it in the blockchain.
well but doesn’t that beat the purpose of using the blockchain in the first place? why not just store everything in the auxiliary database?
Depends on why you want to use the blockchain, I guess. If you want a system to allows anyone to verify ownership of property without 3rd parties (government, etc) being involved then the auxiliary database should work fine.
What purpose were you thinking of, that would be defeated by an aux DB?
You forget that the blockchain is all about not trusting some middle-man/site, so you need to stock that blockchain yourself, everyone needs to stock that blockchain.
So multiply not only the cost, but also the ecological impact just buying all those drives.
And that’s only for *US" housing (I didn’t get the timeframe you used to calculate it, is it for like year 2050? Old data stays forever.).
BTW found the guy buying 0.5TB Hard drives ;-)
Yes, everyone would need a copy of the 10s-of-GB blockchain. That’s a fraction of the amount of space a single computer game would use, does that seem unreasonable/impractical to you?
And I buy used enterprise 2-3TB drives on eBay :) . I was going to use a 32GB flash drive for my example, but a 500GB HDD is the same price
Fair enough about the size.
Checked out eBay, there are some cheap 2-3Tb drives there! How does it pan out quality wise? I guess they sell them off like after 5 years of usage right?
Yeah, that’s my understanding. Tbh I don’t have a lot of experience with them yet, but I’m building an 8 disk RAID6 array and I decided to go with those used drives. 10 matching disks will be around $120, and I’ll have 2 extra drives so I can rebuild the array asap if a drive fails.
Edit: I also backup all of my important files, so it wouldn’t be the end of the world if the entire array fails. And a little downtime isn’t that big of a deal for my home server, unlike a commercial data center.
Would a git repo count as a blockchain? It kinda fits your simplified description
No because you can do a git revert and remove the addition to the git tree.
Set all branches to fast forward only!!
I thought it sounded interesting when it was new but the more I’ve learned, the more convinced I am that it’s completely useless. I’ve never seen anything done on a blockchain that couldn’t be done faster, cheaper, and more securely in a SQL database. Even the not-a-scam applications are ridiculous and fall apart upon examination. Blockchain as a definitive record of ownership? Absolutely not. There’s no way to force a person to update a record. Lose your house in a bankruptcy? The sheriff on his way to evict you isn’t going to care that you’ve got some NFT saying you still own the house. Anything involving contracts at all? If a court can’t unilaterally update the blockchain record, then the record is unreliable. But if the government can unilaterally update a record, then you’re not relying on community consensus and immutability in the first place.
Blockchain isn’t useful for anything important, and it’s not a logical choice for anything trivial aside from literally just playing with blockchain stuff for the sake of playing with blockchains. I think it’s a dead-end technology.
Blockchain as a definitive record of ownership? Absolutely not.
Oh, its worse than you think.
https://www.cs.princeton.edu/~arvindn/publications/mining_CCS.pdf
Once BTC hits enough halvening-cycles, the entire protocol doesn’t work anymore. Its more beneficial to fork the blockchain (and collect ~50 transaction fees), rather than work on the head (and only collect ~5 transaction fees).
So if the last block confirmed 100-transactions (aka: collected 100 transaction fees), its more beneficial to undo that block and “steal” ~50 transactions, knowing that you’re leaving ~50 transactions for another miner to follow onto your block. (Ex: there are now two blocks: one with ~5 transactions available, the truth… and ~55 transactions available. The lie / false block you created. The lie is more economically beneficial to the next miner, so they’ll switch to your block).
It turns out that BTC forgot how to handle ties after the end of the “Free reward”, and there’s a good chance that “definitive record” is not so definitive.
What’s wrong with that though? BTC handles forks just fine. Eventually one fork will win out and life will continue on as usual.
The bigger issue this paper presents is that miners become incentivized to mine empty blocks. But can’t you just enforce a minimum transaction count on blocks?
But can’t you just enforce a minimum transaction count on blocks?
Miners can just create their own nonsense transactions.
There’s only incentive to do that if the mempool is empty. If the mempool is full, there will be plenty of transactions for both the first miner and the next miner.
Wait… This entire paper only makes sense if the mempool is near empty. If the mempool is full, then there is no reason to mine an empty/partial block because there will always be transactions left for future miners.
So basically:
- Mempool full = miner would mine full blocks just like intended.
- Mempool empty = miner would mine empty blocks but that isn’t a problem because there are no transactions to process in the mempool.
Asset Tokenization and Smart Contracts are two things that will be increasingly used in Finance. That is why the recent BIS report on CBDCs included both of those as essential features of a Central Bank Digital Currency.
What Blockchain does is provide these features of a digital currency in a way that doesn’t require a trusted intermediary. This makes Blockchains resistant to censorship in a way that a central bank digital currency can never truly guarantee. It is true that a centralization system like a database or ledger can be faster, more efficient and more secure but that you will always have to trust that provider of that service that they will continue operating in a manner that is congruent with what a user may want.
A recent example of this would be the news that Ubisoft is deleting inactive accounts on Uplay, which is potentially resulting in many users losing access to games they bought on that platform. Were the rights to those game tokenized on a Blockchain or CBDC, the users could potentially redeem that on another platform. Another example would be the case of the user losing his 900 hour character in Red Dead Redemption after Google shutdown stadia. Had that player’s character been tokenized as an NFT he might have the capacity to move it off of stadia and onto another game platform.
Get a little nervous about your Steam Game collection worth 1000s of dollars that is completely locked into Valve’s ecosystem? How about a decentralised, immutable and censorship-resistant record of your ownership of those games? That is what asset tokenization is about and it will become more important in the future as our lives and our assets become more digital.
Then there are multitude of uses for smart contracts which, again, don’t require a blockchain provided you are ok with relying on a trusted intermediary to execute the contract as it was termed. Given that contracts by their nature often involve agreement between organisations or individuals with diverging interests, it almost a certainty that having an immutable, censorship resistant network to run those smart contracts is desirable.
The “blockchain” I use on a daily basis is git, where the sha of the previous commit affects the next.
A commitchain
Given that git was invented before the word “blockchain” started being used, shouldn’t we call blockchain applications “git-like” rather than retroactively calling Git a blockchain?
I thought Git was a blockchain. Isn’t it?
This is my first time hearing this claim, and while I’m no expert, as far as I can say, not really. As said in another comment, they both use a similar principle (the “Merkle Tree”, which was invented in 1979), but Git was invented by Linus Thorvald in 2005 and the term “Blockchain” came with Bitcoin invented in 2008 by someone known as Satoshi Nakamoto (I did a little trip to Wikipedia for these dates).
My principle of “blockchain’s fundamental value” is simply this: A blockchain that secures valuable information is valuable.
To break that down further:
- “Valuable information” isn’t data - it’s something that you can interpret, that has meaning and power to affect your actions. So, price speculation taking place on a chain isn’t that valuable in a broad, utilitarian sense, but something like encyclopedic knowledge, historical records, and the like might be. The sense of “this is real” vs “this is Monopoly money” is related to the information quality.
- “Secures” means that we have some idea of where the information came from, who can access it, and whether it’s been altered or tampered. Most blockchains follow the Bitcoin model and are fully public ledgers, storing everything - and just within that model(leaving aside Monero etc.) there are positive applications, but “automatically secure” is all dependent on what application you’re aiming for.
You don’t need to include tokens, trading, finance, or the specific method of security, to arrive at this idea of what a blockchain does, but having them involved addresses - though maybe without concretely solving - the question of paying upkeep costs, a problem that has always dogged open, distributed projects in the past. If the whole chain becomes more valuable because one person contributes something to it, then you have a positive feedback loop in which a culture of remixing and tipping is good. It tends to get undercut by “what if I made scam tokens and bribed an exchange to list them”, the maxi- “we will rule the world” cultures of Bitcoin and Ethereum, or the cynical “VC-backed corporate blockchains”, but the public alt chains that are a bit out of the spotlight with longer histories, stuff like Tezos and NEM/Symbol, tend to have a more visible sense of purpose in this direction - they need to make a myth about themselves, and the myth turns into information by chance and persistence.
What tends to break people’s brains - both the maxis, and people who are rabidly anti-crypto - is that securing on-chain value in this way also isn’t a case of “public” vs “private” goods. It’s more akin to “commons” vs “enclosed” spaces, which is an older notion that hasn’t been felt in our political lives in centuries, because the partnership of nation-states and capital has been so strong as a societal coordinating force - the state says where the capital should go, the people that follow that lead and build out an empire get rewarded. The commons is, in essence, the voice in the back of your mind asking, “Why are you in the rat race? Do you really need an empire?” And this technology is stating that, clearly and patiently: making a common space better is another way to live.
And so there is a huge amount of spam around “ownership”, but ownership itself isn’t really a factor. That’s just another kind of information that the technology is geared towards storing. The social contract is more along the lines that if you are doing good for a chain and taking few risks, a modest, livable amount of credit is likely to flow to you in time. Everyone making “plays” and getting burned is trying to gamble with it, or to advance empire-building goals in a basically hostile environment that will patch you out of the flow of information.
So the actual tech behind could lead to some interesting ways to utilize it, but it’s admittedly squandered on cryptocurrencies and shitty NFT “art”.
Like, you could probably get rid of identity theft being an issue if you had unique tokens that would have your personal info like your legal name, birthdate, SSN, etc to ensure that it’s you and not somebody pretending to be you. Instead of entering in this info, you could just share the necessary tokens with the other party - so if a bank needed your info, for example, you could just give them the tokens containing the different info they need into their wallet. No idea how feasible that would be, but I do think there’s more actually creative and useful ways to utilize the blockchain tech versus just relegating it to shitcoins and ape art.
What you’re describing kinda just sounds like ID cards or passwords… I mean, these can be stolen, falsified ot lost, but even assuming the “falsified” part is and remains impossible, couldn’t it be possible to obtain or duplicate someone’s token? The crudest example I could think of would be someone just stealing a computer on which someone else’s crypto keys are saved, but through hacking there’d probably be more ways to do it…
From my understanding (and it could be wrong tbh, this is a bit out of my wheelhouse), you cannot duplicate NFTs - it’s already recorded on the blockchain, so it’ll be the only unique one on the chain. Even if somebody were to create another token with your info, you can still say that the duplicated token is not your token because you can prove when the duplicated one was created after your token was, and can even prove each transaction done with your specific token. Plus, to even hack the blockchain, iirc it would require one party to have over 50% of the processes running it - which is reportedly hard to do, so take that for what you will.
I think what they’re asking is how do you protect your token?
You have to have some way of storing and presenting that token so what would stop somebody from stealing or replicating the method of presenting said token? The way it is done now with cryptocurrency is far, far from ideal and can easily lead to permanent loss of access.
Ohhh, I see. Yeah, that would be probably one of the major obstacles that would need to be sorted before something like that would be feasible, because you are right - right now you’d be just as screwed if you lost access to that token as you would be if you lost your SSN card or something.
Sam Altman’s Worldcoin is addressing this issue in a way. Your proof of humanity is tied to a unique eye scan. Similarly, a wallet whose private key is tied to biometric verification could greatly, but completely, secure one’s digital identity held in that wallet.
What if you lose your eye in an accident? What if you lose your finger or hand?
no longer human then.
I advocate for using a dick pic for dudes and a booby pic for the ladies to verify your identity in those extreme cases.
If you take a longer historical view, there have long been strong opinions about how we should base our currency. Because money impacts us all so viscerally, even the most uninformed develop deep seated emotional stances about very obscure topics.
https://en.wikipedia.org/wiki/Cross_of_Gold_speech
This link is an example of a historical moment where a stance taken against the gold standard was influential in national elections in the US.
The people who would have been emotionally exercised about bimetalism are probably the same people who we call crypto-bros today.
In all, the furor over blockchain, especially currency and NFT, has yielded heat but no light. Where’s the killer application? It never takes this long for a truly useful technology to find that killer app, not in today’s technology environment. Maybe it just isn’t that useful and people should calm down?
I see blockchain technology and it’s potential as analogous to a globally shared spreadsheet where nobody can go back and change history.
Now, just imagine what billions of humans could do if they could all work on the same spreadsheets without needing to trust each other.
- Many financial institutions would be unnecessary
- Ownership can be verified without need of paper and it’s risks of destruction, or trusting corporate computer networks. This applies to houses and boats just as much to movies and songs. Imagine commodity/utility music streaming validating your ownership of music via NFT ownership, not locked down by Apple, Amazon, or anyone else?
What?
I just wrote in Cell A5441 that you owe me 354000,- EUR.
Ownership has to be calculated by all participants, making a Blockchain unneccesary environmental load. You should revisit more reliable sources about the technology.
Cryptocurrency does work. It wasn’t so good at scaling or maintaining a stable price. Or converting between other currencies. Really, it was more of a speculative gambling or money laundering vehicle than a currency, but it can handle transactions. Both sides have to cryptographically sign the transaction (using their wallet’s private key); one side can’t just unilaterally decide that transactions happened and now it’s rich.
Edit: I realize I just addressed part of your comment. For the other part: the high environmental load was a choice, intended to be used to control how new currency is issued. There is a computational cost for maintaining the ledger, but it doesn’t have to be as ridiculous as Bitcoin/ether mining got.
Sure, point me to one.
You would need to start with a literature research. https://scholar.google.com
I understand your point but that is the worst attempt at discussion I’ve ever seen lmao
“Too lazy to formulate an argument, look one up yourself”
You are right and I did think about it and the comment wasn’t written easily. I did open scholar.google.com but I didn’t wanted to put energy into an argument online about a topic I have no passion about.
I once wanted to get an overview about Blockchains because I wanted to see if the hype was real. There was no citable literature I could make use of in order to link it to my own understanding. A literature research can’t ne done by somebody else.
This topic is too hard for me. I just felt some medium-knowledge vibes, so I did post a rude comment. But I did attempt to do good and point one to building his own opinion.
Sorry to be not helpful.
So Google, Amazon, Apple, and many other large companies in the IoT space are using a blockchain as a federated data store: https://github.com/zigbee-alliance/distributed-compliance-ledger
It stores the data needed for Matter [ https://en.m.wikipedia.org/wiki/Matter_(standard) ] device attestation.
I think its an interesting use case on how entities that don’t particularly trust each other can operate a federated system. Accounts are linked to an identity out-of-band in order to have write permissions to the chain. When an account writes, all the readers of the chain have reasonable assurances of the author of that write. No company can inject false state as another company without that company’s guarded private key. All transactions are also auditable as an additional assurance the data isn’t undergoing a malicious act.
tl;dr; interesting use cases for tamper proof federated ledgers.
I’ve heard of a couple interesting applications (interesting doesn’t necessarily mean good)
-
I’ve been out of the industry for a couple years, but at the time I left both the US’s NAR and CA’s CREA were looking to create blockchains that would eventually hold an immutable history of every salable property in North America. The sales pitch is that no one will ever be able to hide things like flood damage or zoning changes if they’re all those events are in a trusted database. Carfax, but for buildings.
-
Several US states with legalized Marijuana have what are known as Seed To Sale laws. One company was trying to move into this space and eventually into all of agriculture. The idea being that if you buy pot, scanning a QR code would tell you what clone# the seeds were from, where and when it was planted, what pesticides/herbicides were used on/near it, when it was harvested, any tests it had gone through, etc.
So I have two questions about this:
- Why use blockchain for that? Both of these sound like they will be centralized databases and blockchains just add a bunch of overhead for no benefit.
- How does a database prevent me from … just lying to it? The blockchain won’t magically detect if I paid off some guy to claim he inspected my house or weed and just hand out a certificate.
Probably transparency. It’s a public ledger. That’s one of the benefits I’m aware of.
-
Could be used for coordinating large scale decentralized projects. Say we want to organize logistics of food so that everyone gets some. After calculating need for each locale independently, Blockchain could be used for people to commit to, for example, bringing 4 crates of carrots to a location for shipping. Additional blockchain ledgers might keep track of space on the transportation vehicles etc. The ledger’s main job here would be to ensure that a given task (or a given cubic foot for the space example) is not double booked, and to allow interested parties to see where there needs to be more commitment in order to feed everyone (or fill up the ship in the space example).
What value does Blockchain provide here? It feels like none whatsoever.
I’ve been thinking about this for a while, and would love to have other, more knowledgeable (hopefully!) opinions on this:
I’ve been dwelling on how we might be able to enforce some sort of set of rules or widely agreed upon “morals” on artificial general intelligence systems, which is something that should almost certainly be distributed in order a single entity from seizing control of it (governments, private individuals, corporations, or any AGI systems), and which would also allow a potentially growing set of rules or directives that couldn’t be edited or controlled by a singular actor–at least in theory.
What other considerations would need to be made? Is this a plausibly good use of this technology?
Blockchain is at its core just an Excel spreadsheet. The only thing it adds is some form of distributed consensus (which may or may not work depending on who you ask).
If you can figure out how to use an Excel spreadsheet to enforce morals in an AI system, then you’re good to go.
As we see here on the Fediverse, decentralization works fine without monetization using an actively anti-scaling append only database that emits the pollution of a medium sized country.
The only other good thing that came out of it is it increased the prevalence of digital payment system in the world, but I struggle to think of anything that would actually directly benefit from blockchain.
I haven’t been able to quite figure it out. But I keep having this idea that blockchain would be really good for journaling and validating elections. I haven’t been able to solve how you handle both anonymity and spam bots simultaneously because you can only give each person one vote. But the concept of peer 2 peer journaling sounds perfect for handling trust
That’d probably be a component. The problem with digital elections is that they’re EXTREMELY complicated. Complexity means risk of error and you don’t want to fuck up an election. We’ve already seen the fuss people make when an election is generally successful.
Many have devoted a lot of thought about how to make digital election systems. So far, no one has figured out a better alternative than paper ballots.
Blockchain doesn’t bring any closer to a solution.
A Blockchain is part of a solution but not the whole solution. A Blockchain is for all intents and purposes a digital paper trail, something that high can be audited and cannot be modified later.
The problem is how do you use that system with a sceptical public that doesn’t understand or trust it. A technical enough person night understands it, but to the vast majority of people it may as well be “trust me, bro”. It’s a lot easier to trust a physicial piece of paper.
Not to mention that an important part of voting is anonymity, which a Blockchain doesn’t really give you. How do you validate that a vote on the chain is legitimate without some kind of trail back to an actual human?
The only thing you need to emulate blockchain voting is just a list of all votes everybody can download. Then people can verify that their own votes have been counted, and that the total count matches the election results. You don’t need a blockchain to do this.
The reason why this is rarely done is because the vote is no longer secret. If you can verify your own vote, you open up the possibility for vote buying/blackmailing, which prevents a fair election. Blockchain does nothing to solve this.
Another reason why paper ballot is still used is that it’s robust against large scale attacks (if done correctly). With digital voting (including blockchain based), if someone finds a loophole, they can probably pull off a large scale attack.
One such attack on a blockchain based voting system could be that the government issues millions of voting tokens just for themselves. Blockchain allows this. You need to rely on the government to distribute the voting tokens either way, because they’re the only ones who knows who are eligible to vote.
So I don’t think blockchain brings any closer to a solution. You still need to rely on a central authority, there are potential for large scale attacks, and votes can be bought.