Scam after scam, that's all blockchain is. Just another way to fleece the average consumer. There has not been a single valuable use, a single product, that actually improves anyone's day / process / life / anything. I am very open to changing my stance if someone presents evidence to the contrary.
Remittances are better/easier. That’s the only thing I’ve seen and the tech to do that is trivial now and Bitcoin is terrible for it specifically now.
The Limits to Blockchain Scalability
111–120 of 465 posts
Re: The Limits to Blockchain Scalability
#112Earlier quoted context omitted.
On January 29, 1886, Carl Benz applied for a patent for his “vehicle powered by a gas engine.” The patent – number 37435 – may be regarded as the birth certificate of the automobile. In July 1886 the newspapers reported on the first public outing of the three-wheeled Benz Patent Motor Car, model no. 1.
Do quote everything, while you're at it. > The first production of automobiles was by Karl Benz in 1888 in Germany and, under license from Benz, in France by Emile Roger. There were numerous others, including tricycle builders Rudolf Egg, Edward Butler, and Léon Bollée. Bollée, using a 650 cc (40 cu in) engine of his own design, enabled his driver, Jamin, to average 45 kilometres per hour (28 mph) in the 1897 Paris-T…
This seems an odd claim to make. Currently there's hundreds of Cryptocurrencies using blockchains as a foundation, and more than half a trillion dollars tied up in them. Right now it seems like they're at least speculative investments. If this does not count as a use-case then we'd better break the news to essentially all of finance.
Years ago before the values jumped you could do plenty of actual currency things with cryptocurrencies: there were ATMs, you could buy beers at a pub or pay for server hosting (something I did myself), etc. Because of all of the speculation cryptocurrencies have generally become too volatile for that. Nobody wants to find out at the pub there was a market crash and they can't cover their outing. At the time though, it all worked and had incredibly low transaction fees.
Then there's the applications for areas like logistics, supply chain, that are all under development. IMO it has absolutely established itself as a technology and like everything new people were quick to try to apply it to every problem and found it largely didn't fit most places. That doesn't mean it isn't useful.
Re: The Limits to Blockchain Scalability
#113Earlier quoted context omitted.
Perhaps we don’t change our minds because we haven’t seen a convincing counter-argument to the thesis that blockchains are fundamentally about getting rich quick through buying in early (or pre-mining) and then finding greater fools. The most successful actual applications thus far, as far as I can tell, have been silk road and paying ransoms. I know people that send money home and they don’t use cryptocoins. These r…
Polymarket is a real use case.
Re: The Limits to Blockchain Scalability
#114Is there anything blockchains can do in less time complexity than traditional computations?
In its raw form a DTL does not compute an output but ofc all participants compute signatures and such stuff to validate input and reach consensus.
This is not a competition to a single computer as load is no distributed its the exact opposite. Everyone checks the rules of the system. (not to be confused with mining that does nothing, its just a puzzle to decide who can write the next block)
Re: The Limits to Blockchain Scalability
#115If you want really widespread distribution of full nodes, you need to make a consumer-friendly distribution of the node software, and package it and keep it updated in a way that regular users can run it and forget it. This same convenience introduces a centralization problem that obviates the whole point of running a distributed ledger.
This is a point so obvious I hesitate to make it, but I've learned that in blockchain territory there is no flaw too obvious to point out.
Re: The Limits to Blockchain Scalability
#116Blockchain, Decentralization and Smart Contracts have had nearly a decade to prove their value and disrupt the marketplace. So far nothing but whitepapers, pipe dreams and exit scams - nothing my mother can use. What's the point? Nobody is using crypto as an alternative to fiat. Prove me wrong.
BitTorrent: good, somewhat decentralized. Not super profitable.
Re: The Limits to Blockchain Scalability
#117Vitalik is consistently one of the most interesting people to follow in the blockchain space. Even his (5+ year) old writing is quite interesting, if nothing else to see how Ethereum's research thinking has evolved over time. A few questions re: why "Ethereum is not going further than quadratic [sharding]." The first reason given: there's a minimum number of nodes required for shard for safety guarantees. So, a coupl…
[deleted]
Re: The Limits to Blockchain Scalability
#118Earlier quoted context omitted.
Proof of stake is six months away and always will be.
Ethereum proof of stake beacon chain has been live for 6 months now: https://beaconcha.in/
I hope I'm wrong.
Re: The Limits to Blockchain Scalability
#119The really obvious weakness in any blockchain setup is the software. Whoever controls the software upgrade channel will always have potential control of the blockchain, whether that's the official entity in charge, or some intermediary. If you want really widespread distribution of full nodes, you need to make a consumer-friendly distribution of the node software, and package it and keep it updated in a way that regu…
Re: The Limits to Blockchain Scalability
#120You could also just not scale the blockchain, and instead use layer 2 solutions, which is the bitcoin approach.
BTC’s layer 2 method also doesn’t scale because (among other reasons) you still need on-chain transactions to handle opening connections and creating wallets, which the main chain does not have the throughput to do at scale. That’s also not to mention all the practical difficulties of using lightning (have to constantly monitor for fraudulent closing of connections, locks up liquidity, etc) and technical issues (rout…