moving to release with better settings and onboarding, add dev setup docs

This commit is contained in:
Kevin Froman 2020-02-03 21:35:46 -06:00
parent f0ffbb63e7
commit b08e95d752
4 changed files with 26 additions and 13 deletions

View file

@ -15,8 +15,8 @@ conf['general']['dev_mode'] = False
conf['general']['insert_deniable_blocks'] = True
conf['general']['random_bind_ip'] = True
conf['onboarding']['done'] = False
conf['general']['minimum_block_pow'] = 6
conf['general']['minimum_send_pow'] = 6
conf['general']['minimum_block_pow'] = 5
conf['general']['minimum_send_pow'] = 5
json.dump(conf, open('static-data/default_config.json', 'w'), sort_keys=True, indent=4)