Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
18327569
Topic
1841568
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.