Post
Topic
Board Development & Technical Discussion
Re: Block size question
by
ZoomT
on 15/01/2016, 03:04:54 UTC
So what would happen if say 51% of nodes would switch to 2MB blocks? What would be the consequences?

If they simply changed the blocksize limit, this would be a hardfork, so the network will split into two incompatible versions as soon as a >1MB block is mined.

However, a firm softfork (sample code) achieves the same thing (2MB limit rise) except the network cannot split.  The code is a bit more complicated however.