dont upload blocks that arent valid (anymore?), progress removing communicator timers
This commit is contained in:
parent
cc703fc404
commit
a775f3b26d
7 changed files with 44 additions and 25 deletions
|
@ -16,6 +16,7 @@ conf['general']['insert_deniable_blocks'] = True
|
|||
conf['general']['random_bind_ip'] = True
|
||||
conf['general']['display_header'] = True
|
||||
conf['general']['security_level'] = 0
|
||||
conf['general']['use_bootstrap_list'] = True
|
||||
conf['onboarding']['done'] = False
|
||||
conf['general']['minimum_block_pow'] = 5
|
||||
conf['general']['minimum_send_pow'] = 5
|
||||
|
|
|
@ -26,6 +26,9 @@ conf['general']['random_bind_ip'] = False
|
|||
conf['onboarding']['done'] = True
|
||||
conf['general']['minimum_block_pow'] = block_pow
|
||||
conf['general']['minimum_send_pow'] = block_pow
|
||||
conf['general']['use_bootstrap_list'] = False
|
||||
if input("Use bootstrap list? y/n").lower() == 'y':
|
||||
conf['general']['use_bootstrap_list'] = True
|
||||
conf['log']['file']['remove_on_exit'] = False
|
||||
conf['ui']['animated_background'] = False
|
||||
if input('Stat reporting? y/n') == 'y':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue