|
|
|
|
|
by ninepoints
1233 days ago
|
|
> I think it's interesting that via Ethereum, I can spend Ether to perform distributed computations on nodes across the globe and that this also serves as a store of value. I find this "value proposition" highly dubious. You can already rent compute globally and perform computation in an environment orders of magnitude faster than on the EVM. Distributed compute on its own doesn't confer any points as a "store of value." The nature of the compute needs to be something that can be done strictly in the blockchain domain, and as we've seen, the result is a system that's easy to manipulate by spinning up new shitcoins, insider trading, wash trades, and worse - not to mention the loss of privacy given how effective on-chain analysis is. The features that make up a cryptocurrency make it decidedly unsuitable as the basis of a modern financial system. Some of the underlying principles are "neat," but that's as far as the tech goes for me. |
|
In the Ethereum network, if you ask for a calculation then all the miners must do it, and then all the validators must do it. So you acually have a repeated calculation, not a distributed calculation.
The only distributed part was calculating the next block with POW, but IIRC they switched to POS.