Post
Topic
Board Development & Technical Discussion
Re: How many lines of code do I have to change to move the protocol to 10mb blocks?
by
JonHind
on 28/03/2017, 16:40:24 UTC
One line (src/consensus/consensus.h):
Code:
static const unsigned int MAX_BLOCK_BASE_SIZE = 1000000;

Typically you want to adjust other parameters as well.


yup this would set the parameter enough for the change because the more blocks are mined the blockchain transactions would increase over time