Earlier quoted context omitted.
> once proof of stake finality arrives Which it hasn't, despite being six months away for years now. You cannot handwave away problems by promising you'll fix them with X in Y months, when you consistently fail to deliver X.
> You cannot handwave away problems by promising you'll fix them with X in Y months, when you consistently fail to deliver X. You are free to reject such appeals to your patience and choose to use other products and services. Yet, people are also free to ignore your opinion that "blockchain is bad because of X" when they believe they are able to solve X.
Ethereum Has Issues
301–310 of 377 posts
Re: Ethereum Has Issues
#302What useful has Ethereum created apart from providing an ever-bloating platform for generation of infinite digital-only tokens? As of 2022 the oracle problem still hasn't been solved, so actual decentralized, objective real life object-to-blockchain interaction is impossible. Monero added fully anonymous crypto that is used by most of the dark web. USDT, USDC provided stablecoins that can circumvent what fiat can't.…
Reading this blog post kinda flies in the face of crypto being more transparent than fiat. The raw data may be transparent, but the misuse/abuse are incredibly cryptic. And can only be rectified the goodwill of open source code contributors.
Re: Ethereum Has Issues
#303Earlier quoted context omitted.
I wonder if anyone talking here has every made any kind of insurance claim? Doing it with a smart contract is as feasible as dating a smart contract. You can only really “insure” against globally agreed on data, for example the price of wheat. That is an options/futures market not insurance though.
Nexus Mutual offers insurance against smart contract hacks, coin depegs, custodial provider withdrawal issues, etc, and they've been operating fine for several years. The one advantage I really appreciate is the transparency it enables over the decision making process. There's no reason this couldn't be expanded for other use cases, including home, car, etc. It really isn't limited to just smart contract data as you…
That's just a traditional insurance company.
Re: Ethereum Has Issues
#304Earlier quoted context omitted.
>The fact that you can take out a loan You can take out a loan in crypto that's fully secured against some other crypto. It's turtles all the way down, and has zero relevance to what most people think about when they talk about taking out a loan.
How so? I just recently borrowed USD to buy a car at a lower rate than I could find elsewhere.
Re: Ethereum Has Issues
#305Earlier quoted context omitted.
The "little guy" is always at a disadvantage in capitalism (or small business, or mom & pop shop) I suspect there's a disconnect between people talking about democratization of access, and people pointing out crypto doesn't actually make things fair. Crypto doesn't make things fair for the little guy. It does add additional transparency to financial markets though, as well as things like open, verifiable, non-custodi…
>It does add additional transparency to financial markets though No, not really. This comment is more crypto myth-building. There's nothing technical about blockchains that adds transparency. Any company that wants to publish all its financial statements publicly can technically already do so and could always do so. They don't for many reasons, the most important ones being that customers overwhelmingly want financia…
What, in PDF? and store them on a website or FTP server? Totally discoverable and analysable?
And if two different companies publish statements (inevitsbly in slightly dofferent formats) you need a team of analysts working for 6 months to match up the transactions?
Re: Ethereum Has Issues
#306Earlier quoted context omitted.
> It's a new era of finance I have no experience with crypto, but this I don't understand. > DeFi is unlocking the value of an asset, making it liquid... Like a mortgage or a bond issuance (bonds are secured against assets of the corporation)? > Credit is loaning you money and providing an interest rate. Usually something insane like 15%. Average rate for a 30-year fixed mortgage in the US is about 4%[1]. Average Aaa…
The KSM is staked to ensure concencus of the network. proof of stake is like proof of work, but instead you are betting that this node is behaving and the node themselves are running cryptographic hash schemes like bitcoin. So like bitcoin, you are paid for validating the concensus of the network so you are paid that APR. Taken another step further, if you create a smart contract and lock the KSM in it, and that smar…
Re: Ethereum Has Issues
#307Earlier quoted context omitted.
>The fact that you can take out a loan You can take out a loan in crypto that's fully secured against some other crypto. It's turtles all the way down, and has zero relevance to what most people think about when they talk about taking out a loan.
How so? I just recently borrowed USD to buy a car at a lower rate than I could find elsewhere.
Re: Ethereum Has Issues
#308Earlier quoted context omitted.
There's no need to point out the obvious, but yes, you're right...risk.
It's not only that it's risky. It's that by construction it can't work for everyone. You can only get rich at the expense of someone else.
Re: Ethereum Has Issues
#309Earlier quoted context omitted.
No, the only use case is not illegal activity. NFTs, smart contracts in general, gaming, defi/lending/staking, DEX, DAO, Filecoin/IPFS, and a few more in itself are not illegal. You may consider them to be useless, but that's not the same thing as illegal. Even if you scrap all that, there's the remaining core use case of speculation. Which in itself is also not illegal and an incredibly important use case, if not TH…
> I guess growing your money is popular, who would figure that. But… how is /everyone/ getting rich? Crypto is provably negative sum. Someone has to lose money for you to make money. And miners, exchanges, etc are all middle layers that extract large %s of fees. Where is the extra value generated to be able to make everyone a profit?
Re: Ethereum Has Issues
#310All of that math to prove such an inconsequential point.
In practice, scalability limitations of blockchains don't come from the limitations of a single node's processing power, they come from the overhead of the current naive methods of maintaining consensus over contract state and execution. By lifting the execution overhead using optimistic fraud proofs or zero knowledge proofs, and lifting the state overhead using state sharding and state/history expiry, you end up with a protocol that can come to consensus on arbitrarily complex computations with little more overhead than the computation's resulting state change.
In simple terms, the quoted author misses the forest for the trees. They hold that blockchain protocols can't scale further than the processing power of a single node, but miss that when contract transaction execution verification requirements are reduced by proof schemes to mere state changes, one node could crank through as many transactions as their state changes could saturate a modern CPU/memory/disk pipeline, which it's safe to say is easily upwards of tens of thousands per second - plenty enough to satisfy global demand and enough to stand shoulder to shoulder with the traditional payment processors.