Live data from Hacker News

Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

our.status.im

71–80 of 532 posts

Re: Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

#71

Earlier quoted context omitted.

> that the developers have very significant control on the blockchain The case for BTC in this regard is no different from ETH. In both cases developers put together an upgrade, then miners can either upgrade or not.

Except in this case, this is going against presumably 51% of the miners and changes take much longer to implement and activate on Bitcoin (taproot activation for example will be done over a very long period and needs a very high threshold). Going from PoW to PoS in such a small timeframe is pretty aggressive no matter how you look at it. As a user, I really hope it works out without major issues.

> and changes take much longer to implement and activate on Bitcoin

That's a funny way of saying BTC doesn't innovate.

> Going from PoW to PoS in such a small timeframe is pretty aggressive no matter how you look at it.

It's been the plan for years. I first heard of it in 2017 and if I'm not mistaken I think it was also in the whitepaper. So it's neither coming out of the blue or an aggressive timeframe.

Re: Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

#72

Satoshi said "The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime."[1] Vitalik going from POW to POS is nonsense for any crypto electronic cash currency because people can not trust it if core design changes from time to time. Vitalik will probably come back again to POW after miners calm down. [1] https://bitcointalk.org/index.php?topic=195.…

More transactions are happening on BSC. Most traders only care about low fees.

Re: Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

#73
post #8

Earlier quoted context omitted.

At this point Vitalik is one researcher among many. He's taken care to remove himself from the "benevolent dictator" role he had at first. He is very productive though, and the other researchers and devs tend to find his ideas convincing.

If you look at what Pieter Wuelle is doing, he's also doing amazing work, but when it comes to make decisions, he goes to the background even if he has an opinion. I don't see the same thing happening to Vitalik. I'm not saying it's a problem, as Ethereum is a different network with different advantages and disadvantages, but he still looks like the final decision maker to me at this point (which is OK for me).

I disagree in factually but I agree in optics and I think him being so active makes it easy to get that impression.

Re: Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

#74

Earlier quoted context omitted.

One limitation of Bitcoin script is that it's not turing complete. But there are sidechains like rsk with defi apps like sovryn that bring smart contracts and defi to BTC.

I'm not an expert in Computer Theory but other people proved Bitcoin and Bitcoin Script are Turing Complete: [1] https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3160279 [2] https://coingeek.com/bitcoin-script-is-turing-complete-scryp... [3] https://www.youtube.com/watch?v=M6j-11H2O7c

These are deliberate redefinitions of the term "Turing complete". The reasonable interpretation is that evaluating a single block can involve an arbitrary computation (if given enough gas). Ethereum has this property, Bitcoin doesn't.

These redefinitions say that you can take a few computation steps per Bitcoin block and save their state such that a later block can take a few more steps, so over time, very slowly, spread out over many blocks, Bitcoin can also implement an arbitrary computation. This is theoretically cute but otherwise useless.

Re: Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

#75

Earlier quoted context omitted.

Except in this case, this is going against presumably 51% of the miners and changes take much longer to implement and activate on Bitcoin (taproot activation for example will be done over a very long period and needs a very high threshold). Going from PoW to PoS in such a small timeframe is pretty aggressive no matter how you look at it. As a user, I really hope it works out without major issues.

> and changes take much longer to implement and activate on Bitcoin That's a funny way of saying BTC doesn't innovate. > Going from PoW to PoS in such a small timeframe is pretty aggressive no matter how you look at it. It's been the plan for years. I first heard of it in 2017 and if I'm not mistaken I think it was also in the whitepaper. So it's neither coming out of the blue or an aggressive timeframe.

> That's a funny way of saying BTC doesn't innovate.

Or another way of saying you can expect some stability (and majority consensus) when there's more than a trillion dollars worth of value at stake.

It's been discussed for a longtime, yes, but the expectation is that it would roll out in phases over the next year or two, not rushed out because of a potential 51% attack.

Re: Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

#76

Earlier quoted context omitted.

If you look at what Pieter Wuelle is doing, he's also doing amazing work, but when it comes to make decisions, he goes to the background even if he has an opinion. I don't see the same thing happening to Vitalik. I'm not saying it's a problem, as Ethereum is a different network with different advantages and disadvantages, but he still looks like the final decision maker to me at this point (which is OK for me).

I disagree in factually but I agree in optics and I think him being so active makes it easy to get that impression.

Can you give me an example where he purposefully declined to give his opinion to make sure that people are impartial?

Re: Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

#77
post #12

I'm not an expert, but if 51% of the existing hashpower doesn't want a change, it sounds less a 51% attack and more like miners voting against something that isn't in their interest. The whole point of blockchains is that the incentives are supposed to be aligned between miners and users. If that isn't the case here, it sounds like a problem.

It is a problem. That's a big reason for moving from proof-of-work to proof-of-stake- to more directly make the _holders_ of Ethereum in charge of the chain. It's a difficult thing to do, though. Hashpower based mining is easier to get going. Proof of stake has issues like the nothing-at-stake problem, where theoretically you could stake-mine on multiple chains: https://ethereum.stackexchange.com/questions/2402/what-…

Isn’t half of our current money supply controlled by 1% of people? If the asset holders controlled things, why wouldn’t they just demand everyone else hand over their cash?

https://www.cbsnews.com/news/richest-1-percent-control-more-...

Re: Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

#78

Regardless of the current issues with the updates, gas prices, different opinions on the community, devs vs miners vs users... Am I the only one who thinks people underestimate Ethereum and its EVM invention? In 2013 this guy (who I think is a visionary) wrote a document with a proposal that led to the creation of a world-wide turing-complete distributed computer. And still, people are just starting to realize its po…

The EVM is a natural extension of bitcoin's scripting system. Here's the original Ethereum whitepaper, Vitalik cites all sorts of pre-Ethereum work:

https://github.com/ethereum/wiki/blob/old-before-deleting-al...

There were tokens (Colored Coins) and Dexs (Omni) running on Bitcoin before ETH was launched.

Re: Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

#79

If the fee are going to be (partially) burned, can the miners just ask that everyone pays the fees by a side channel? Perhaps make a smart contract that holds the same value of the fee until the transaction is included. The miners can just ensure to include both or neither, and get paid.

The game theory with the EIP1559 changes is that there will be ample space in blocks to put in transactions, and there will (roughly, under normal circumstances) be just enough transactions in the pool to fill each block. So the miner only has the options of either (A) filling the block with transactions to earn tips or (B) chose to be hostile and generate an empty block, just to have the next miner put the most profitable transactions in the followup block.

Re: Vitalik escalates ETH 2.0 merge as miners plan a 51% attack

#80
post #44

It's interesting that miners are protesting EIP-1559 proposal, which is burning away transaction fees as opposed to giving them to miners, while for the last years Eth has focused on completely eliminating miners with proof of stake. Why not protest the latter? What am I missing? Regardless, I sold all my mining equipment 2 years ago when it was clear that Eth was moving to PoS, mining alt-coins wasnt something I was…

Oh, there will definitely be an ugly fight once we get close to removing POW altogether. This is part of the reason ethereum has an "ice age" which means the blockchain essentially stops working after a year if the community doesn't approve each new upgrade.

But despite this, there will certainly be an "ethereum classic 2" in the near future.

Post reply on HN