decrease pow, bump version

This commit is contained in:
Kevin Froman 2020-12-04 09:41:40 +00:00
parent 2a6f6bb1aa
commit 9d6216e16b
3 changed files with 9 additions and 4 deletions

View file

@ -14,8 +14,8 @@
"hide_created_blocks": true,
"insert_deniable_blocks": true,
"max_block_age": 2678400,
"minimum_block_pow": 6,
"minimum_send_pow": 6,
"minimum_block_pow": 5,
"minimum_send_pow": 5,
"public_key": "",
"random_bind_ip": true,
"security_level": 0,
@ -76,4 +76,4 @@
"public_remote_hosts": [],
"theme": "dark"
}
}
}