Earlier quoted context omitted.
In practice you are waiting for technologically illiterate people to lose their Bitcoin or old people to pass away without revealing their wallet to anyone. That's a pretty weird form of "investment".
Thats actually pretty similar to people that invest in collectible cards (e.g. sports or trading card games like Magic). One part of the value increasing is due to supply attrition. Existing cards get either damaged or lost.
Ethereum Isn't Fun Anymore
521–530 of 650 posts
Re: Ethereum Isn't Fun Anymore
#522Compared with Ethereum, "the global computer", zeronet is free as it doesn't require transaction fee to function.
Re: Ethereum Isn't Fun Anymore
#523Earlier quoted context omitted.
The issue isn’t the useful product of light or a functional crypto system, the issue is the amount of waste heat produced by the light bulb or data center. This should be obvious when you consider proof of work systems that generate less waste heat by using a memory bound rather than a computationally bound algorithm. They both operate on the principle of wealth destruction as all proof of work algorithms do, but you…
the issue is the amount of waste heat produced by the light bulb or data center. ..which in the case of the average crypto, is overshadowed many times over. One block mined equates to $333K worth BTC generated alone, and that's not counting the value of every transaction included in that block. A block happens every 10 minutes give or take, so in an hour, that's about 2 million worth of coin generated and 13K transac…
Similarly, as I just pointed out different algorithms would use more or less energy and therefore be more or less efficient. Thus the heat produced is a waste byproduct mining, and electricity is the fuel. A more efficient process simply uses less fuel though it may have higher capital costs.
The same is true of say cars, you’re burning gas because driving is useful. But, increasing efficiency means less fuel while creating identical value etc etc.
Re: Ethereum Isn't Fun Anymore
#524All the fun of the ETH network with none of the crazy fees and high barrier of entry.
Not trying to shill anything. I missed the boat on early Ethereum and never got a chance to really experiment with the network. I've been doing that with cheapETH and its been a great learning experience.
Re: Ethereum Isn't Fun Anymore
#525Earlier quoted context omitted.
> The naysayers who think this is all for a quick buck are missing the pattern and listening too much to the (admittedly, insanely loud and annoying) shills. I'm part of a community that's currently being overtaken by the crypto art craze, and I'm still convinced it's "all for a quick buck". The crypto art economy seems to be driven by "collectors" who will drop thousands of dollars on anyone who can get them more ex…
https://en.wikipedia.org/wiki/Veblen_good A lot of people buy art not because they like looking at it, but because they want everyone to know that they have lots of money to drop on worthless art purchases. This motivation is reinforced if a.) everybody knows how much money they're dropping on art purchases and b.) the price keeps going up, yet they still win the bid. They want the price to go up, since a higher pric…
They've succeeded in demonstrating their wealth, but no one has any idea who they are, which seems to poke a hole in that theory.
Re: Ethereum Isn't Fun Anymore
#526Earlier quoted context omitted.
They might borrow to hold on to their asset's appreciation.
You could lock in the gain by selling at the current price, so that still sounds like tax avoidance. Or possibly leverage, if you think the price will go up more?
Re: Ethereum Isn't Fun Anymore
#527Earlier quoted context omitted.
I don't think law would prevent a fully collateralized loan on the basis of borrower/lender risks. AML seems a non issue too, as the loan only moves the question. KYC remains one big problem but there are many startups providing those services and they are slowly gaining acceptance in courts. Don't be impressed if a few years (and maybe even months) from now you start to see classical banks trading mortgages onchain.
I don't think law would prevent a fully collateralized loan on the basis of borrower/lender risks. It doesn't. AML seems a non issue too, as the loan only moves the question. No, anti-money-laundering laws are at the heart of why the financial system can't do this. KYC laws apply at the customer level, so you only need to handle KYC once per customer. AML laws apply at the transaction level, so you need to apply them…
Yes, this is definitely correct in that crypto does nothing to solve the legal requirements of the banks and does not help the banks.
But it's worth mentioning that this sort of fully collateralized and anonymous borrowing does not (and would not) happen through banks, but through platforms like AAVE and Compound. It's a financial tool separate from banks. And these tools cannot be shutdown, as long as ethereum exists, these tools exist.
Re: Ethereum Isn't Fun Anymore
#528Earlier quoted context omitted.
I think the comparison to airbnb is revealing. Airbnb allowed individuals to rent their home to other individuals. But this is done through a centralized service. Scams and abuse exist, but the centralized service offers some nice benefits like reviews and bans for abusive participants. The innovative part was the new model of what you could rent, not the how of how you rent it. In comparison, the defi loan innovatio…
I suppose, with software eating the world, I want to believe we will collectively own and operate that software, rather than a particular company, that it will be open source, and if those who own it charge too much someone will fork it and outcompete them.
Re: Ethereum Isn't Fun Anymore
#529Earlier quoted context omitted.
I think the comparison to airbnb is revealing. Airbnb allowed individuals to rent their home to other individuals. But this is done through a centralized service. Scams and abuse exist, but the centralized service offers some nice benefits like reviews and bans for abusive participants. The innovative part was the new model of what you could rent, not the how of how you rent it. In comparison, the defi loan innovatio…
At the moment DeFi loans are fully collateralized, with the loan to value ratio affecting the interest rate you pay. If your collateral drops in value you have to recollateralize the loan, or are liquidated.
Re: Ethereum Isn't Fun Anymore
#530Earlier quoted context omitted.
Can you explain in simple words, how they achieve this?
Every account in the network is a chain of blocks, with each block signed by the private key of that account. So only the owner of the account can add a block to their chain. To send money from A to B, A will add a 'spend' block to her chain, and B will add a 'receive' block to his chain. If B is offline, he can claim that receive later. The speed comes from the fact that spends from A to B can be processed independe…