We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7906d1 commit 6873cfbCopy full SHA for 6873cfb
contrib/linearize/example-linearize.cfg
@@ -7,6 +7,6 @@ port=8332
7
8
# bootstrap.dat settings
9
netmagic=f9beb4d9
10
-max_height=250000
+max_height=279000
11
output=bootstrap.dat
12
contrib/linearize/linearize.py
@@ -117,7 +117,7 @@ def get_blocks(settings):
117
if 'min_height' not in settings:
118
settings['min_height'] = 0
119
if 'max_height' not in settings:
120
- settings['max_height'] = 250000
+ settings['max_height'] = 279000
121
if 'rpcuser' not in settings or 'rpcpass' not in settings:
122
print "Missing username and/or password in cfg file"
123
sys.exit(1)
0 commit comments