2018-05-04 07:14:27 +00:00
|
|
|
{
|
2019-09-10 20:25:50 +00:00
|
|
|
"general": {
|
|
|
|
"dev_mode": true,
|
|
|
|
"announce_node": true,
|
|
|
|
"display_header": false,
|
|
|
|
"minimum_block_pow": 4,
|
|
|
|
"minimum_send_pow": 4,
|
|
|
|
"use_subprocess_pow_if_possible": true,
|
|
|
|
"socket_servers": true,
|
|
|
|
"security_level": 0,
|
|
|
|
"hide_created_blocks": true,
|
|
|
|
"insert_deniable_blocks": true,
|
|
|
|
"max_block_age": 2678400,
|
|
|
|
"public_key": "",
|
|
|
|
"random_bind_ip": false,
|
2019-09-28 01:38:47 +00:00
|
|
|
"use_bootstrap_list": true,
|
|
|
|
"store_plaintext_blocks": true
|
2018-06-14 04:17:58 +00:00
|
|
|
},
|
2018-11-11 03:25:40 +00:00
|
|
|
|
2019-09-10 20:25:50 +00:00
|
|
|
"plugins": {
|
|
|
|
"enabled": {
|
2018-11-11 03:25:40 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
2019-09-10 20:25:50 +00:00
|
|
|
"disabled": {
|
2018-11-11 03:25:40 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2019-09-10 20:25:50 +00:00
|
|
|
"log": {
|
|
|
|
"verbosity": "default",
|
2018-11-11 03:25:40 +00:00
|
|
|
|
2018-05-04 07:14:27 +00:00
|
|
|
"file": {
|
2019-08-18 05:27:33 +00:00
|
|
|
"output": true,
|
2019-01-20 02:23:26 +00:00
|
|
|
"path": "output.log"
|
2018-05-04 07:14:27 +00:00
|
|
|
},
|
|
|
|
|
2019-09-10 20:25:50 +00:00
|
|
|
"console": {
|
|
|
|
"output": true,
|
|
|
|
"color": true
|
2018-05-04 07:14:27 +00:00
|
|
|
}
|
2018-05-18 06:22:16 +00:00
|
|
|
},
|
2018-06-05 05:26:11 +00:00
|
|
|
|
2019-09-10 20:25:50 +00:00
|
|
|
"tor": {
|
|
|
|
"v3onions": true,
|
2019-09-06 09:31:13 +00:00
|
|
|
"use_bridge": false,
|
|
|
|
"bridge_ip": "",
|
|
|
|
"bridge_fingerprint": ""
|
2018-06-14 04:17:58 +00:00
|
|
|
},
|
|
|
|
|
2019-09-10 20:25:50 +00:00
|
|
|
"i2p": {
|
|
|
|
"host": false,
|
|
|
|
"connect": true,
|
|
|
|
"own_addr": ""
|
2018-05-19 21:32:21 +00:00
|
|
|
},
|
2018-06-14 04:17:58 +00:00
|
|
|
|
2019-09-10 20:25:50 +00:00
|
|
|
"allocations": {
|
|
|
|
"disk": 100000000,
|
|
|
|
"net_total": 1000000000,
|
|
|
|
"blockCache": 5000000,
|
|
|
|
"blockCacheTotal": 50000000
|
2018-07-27 03:07:50 +00:00
|
|
|
},
|
2018-09-24 23:48:00 +00:00
|
|
|
|
2019-09-10 20:25:50 +00:00
|
|
|
"peers": {
|
|
|
|
"minimum_score": -100,
|
|
|
|
"max_stored_peers": 5000,
|
|
|
|
"max_connect": 1000
|
2018-08-25 14:33:38 +00:00
|
|
|
},
|
2018-09-24 23:48:00 +00:00
|
|
|
|
2019-09-10 20:25:50 +00:00
|
|
|
"timers": {
|
|
|
|
"lookupBlocks": 25,
|
|
|
|
"getBlocks": 10
|
2018-06-14 04:17:58 +00:00
|
|
|
}
|
2018-05-04 07:14:27 +00:00
|
|
|
}
|