Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: How many lines of code do I have to change to move the protocol to 10mb blocks?
by
mezzomix
on 25/03/2017, 12:20:43 UTC
⭐ Merited by ETFbitcoin (1)
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.