|
|
|
|
|
by futuravenir
3248 days ago
|
|
Increasing the block size is a fundamental change requiring a hard fork and a chain split. It is not possible to continue on the same chain with a 2mb block. However, they could continue on the same chain with segwit which gives the rough equivalent of a 1.7mb block. Unfortunately, that wasn't enough for the other side (+lots of other reasons, valid or not, I couldn't say). |
|
It's possible for a non-SegWit miner to accidentally mine an invalid block after the soft-fork. Here is how.
The "backwards-compatibility" of SegWit comes from the fact that it looks like an anyone-can-spend transaction. Meaning, on the old blockchain, those coins would be up for grabs.
Nodes that support SegWit know that it is not really an anyone-can-spend transaction, because they have extra data not included in the blockchain.
But a node that doesn't upgrade doesn't know about this. So here's what could happen:
1) Bob sends sends a SegWit transaction to Alice
2) The non-SegWit node sees it as an anyone-can-spend transaction where Bob is basically giving up his coins
3) Eve wants to mess with the non-SegWit node, so she sends it a (valid!) transaction which spends Bob's coins and sends them to Eve
4) The non-SegWit miner mines a block with that transaction, and the block is consequently rejected by the SegWit nodes
So SegWit needs 51% of hashing power in order to work, just like a hard fork. Without it, they wouldn't be able to reject the block with Eve's transaction, which would've been valid on the old blockchain.
The only difference is that the above edge-case exists for a soft fork, whereas for a hard fork, non-upgraded nodes would simply be split into a smaller network instead of being tricked.