|
|
|
|
|
by gus_massa
1233 days ago
|
|
I think it's worse. If you ask AWS for 1000 distributed machines, you can run 1000 different calculations and then somehow aggregate the results. 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. |
|
But that’s not what it’s doing. Not really. The only distributed computation is the one establishing trust that there has been no Byzantine failure of consensus.
Everything else is non-distributed non-parallel computation within a framework that statistically guarantees faithful and accurate processing.
It’s a competitor to trusted computing. One specifically designed against the single entity root of trust that underpins intels offering eg.
[edit: fixed some typos]