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.
2 parents 2272a49 + 3832712 commit 64a4fefCopy full SHA for 64a4fef
scripts/install.py
@@ -206,6 +206,7 @@ def run_install(answers: dict):
206
os.environ['ADD_SHARD'] = add_shard
207
if archive_blocks:
208
os.environ['ARCHIVE_BLOCKS'] = archive_blocks
209
+ command += ['-v', 'archive-sync']
210
211
if validator_mode and validator_mode not in ('Skip', 'Validator wallet'):
212
if validator_mode == 'Nominator pool':
0 commit comments