if that's only for 10k libertarian tribes, then I guess it does a good job. Unfortunately the nice hardware and electricity grid actually needs a society to build and maintain. And these are much more people thank 10k libertarians.
Just because it still pops up and noone responds to it at all. How many transactions can bitcoin handle nowadays? And how much energy does it consume again for that?!
> Unfortunately the nice hardware and electricity grid actually needs a society to build and maintain.
How much energy, money, human resources were spent already on research of, say, Fusion Energy? Has it produced anything close to being net-positive? Should we call it quits? Who gets to represent "society" to make such a call?
> How many transactions can bitcoin handle nowadays?
How many tons of cargo could the first airplanes carry?
Sorry for being flippant, but it gets tiring to get the same "argument" over and over and over again. Yeah, current implementation of the system is far from ideal. It needs work. It is being worked on. The fact that it is not it is the highest priority does not make undesirable. It just means that are other things that need to be worked on before we put more focus on these kind of optimizations.
The first airplanes had a clear commercial advantage over other methods of transport: speed.
High-value, low-mass packages were transported by airplanes by 1911; by 1918 the USPS had an official air-mail service. That's fifteen years from the Wright Brothers' flight, and only ten years after the first flight of a full mile's distance.
So airplanes were economically a net positive 15 years after their invention. Chaum's ecash, which I think is reasonably comparable to the Kitty Hawk flight, was 25 years ago.
The primary use of Bitcoin that I encounter in my daily life is in ransom requests. If I want to make a legal million dollar payment, it's easier and safer to have the bank do it than to use cryptocoins. If I want to make a $20 payment, it's much easier and safer to use a credit card than cryptocoins. While I quote these extremes, everything [legal] in between is also easier and safer than cryptocurrency.
If the "things that need to be worked on before" don't include any of these cases, what do they include?
> The first airplanes had a clear commercial advantage over other methods of transport: speed.
And blockchain enables people to send value without intermediaries around the world in less than a few minutes.
Key point: without intermediaries. Any comparison with existing banking systems is moot.
> If the "things that need to be worked on before" don't include any of these cases, what do they include?
- How to get the systems safer to use, so that people can reduce their dependence on existing banking/financial structure.
- How to create other use-cases beyond transmitting value: to create credit systems (along with credit ratings, insurance instruments), to eliminate notaries and have blockchain be also used as a record of private property, deeds, etc.
- How to find a better point in the trade-off decentralization/permissionless/operational cost x centralization/permissioned/economies of scale. That is what Layer-2 solutions are about.
- How to develop and architect applications that make use of this technology without destroying value.
All of these things except "without intermediaries" are already solved with intermediaries. Intermediaries are desirable: they solve problems so that the end users don't have to do it. It's fundamental to programming, in fact: you don't handwrite machine code, you use a language with libraries that gets interpreted or compiled to run on an operating system that provides lots of useful facilities and abstractions so that you don't have to care whether the machine is connected via a 3Com 905b or a Lucent Orinoco, and the same code that worked over those obsolete interfaces still works over a 10gig fiber NIC.
In particular, intermediaries allow people to fix mistakes. And people make mistakes all the time.
People like banking; it's individual banks that they hate. Better regulation fixes that. Unregulated transactions are terrible: the entire history of finance proves that people will lie, cheat and defraud each other if given half a chance.
Financial safety comes from the ability of a trustable third party to adjudicate and correct mistakes and disputes.
If you want to compile a credit rating, you need an accurate history of transactions. Blockchains don't give you accurate histories, they give you timestamped signed logs of entries that are really really difficult to amend. "This landlord reported that I was late on rent but I've never lived in that state" is a complaint that a credit agency must accept and evaluate.
Eliminating notaries: the purpose of a notary is not just to say "this event happened at this time" but to say "I witnessed this event happening at this time". A blockchain can't do that. You need to trust the notary as well as the notary's log, and random people adding entries doesn't make them trustable.
Record of private property and deeds: you literally want a single authoritative database here, where every write operation is done by a trusted person.
Each of these cases is not "we need a blockchain" but "it's good to have a signed, difficult-to-forge journal that can be inspected and verified".
Your last point is basically "we don't know what cryptocurrencies are good for."
"Scale" is not the point. Independence and resilience is.