91 lines
1.6 KiB
JSON
Executable File
91 lines
1.6 KiB
JSON
Executable File
{
|
|
"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" : false,
|
|
"security_level" : 0,
|
|
"hide_created_blocks" : true,
|
|
"insert_deniable_blocks" : true,
|
|
"max_block_age" : 2678400,
|
|
"public_key" : "",
|
|
"random_bind_ip" : false
|
|
},
|
|
|
|
"www" : {
|
|
"public" : {
|
|
"run" : true,
|
|
"path" : "static-data/www/public/"
|
|
},
|
|
|
|
"private" : {
|
|
"run" : true,
|
|
"path" : "static-data/www/private/"
|
|
},
|
|
|
|
"ui" : {
|
|
"run" : true,
|
|
"private" : true
|
|
}
|
|
},
|
|
|
|
"client" : {
|
|
|
|
},
|
|
|
|
"plugins" : {
|
|
"enabled" : {
|
|
|
|
},
|
|
|
|
"disabled" : {
|
|
|
|
}
|
|
},
|
|
|
|
"log" : {
|
|
"verbosity" : "default",
|
|
|
|
"file": {
|
|
"output": false,
|
|
"path": "output.log"
|
|
},
|
|
|
|
"console" : {
|
|
"output" : true,
|
|
"color" : true
|
|
}
|
|
},
|
|
|
|
"tor" : {
|
|
"v3onions" : true
|
|
},
|
|
|
|
"i2p" : {
|
|
"host" : false,
|
|
"connect" : true,
|
|
"own_addr" : ""
|
|
},
|
|
|
|
"allocations" : {
|
|
"disk" : 100000000,
|
|
"net_total" : 1000000000,
|
|
"blockCache" : 5000000,
|
|
"blockCacheTotal" : 50000000
|
|
},
|
|
|
|
"peers" : {
|
|
"minimum_score" : -100,
|
|
"max_stored_peers" : 5000,
|
|
"max_connect" : 1000
|
|
},
|
|
|
|
"timers" : {
|
|
"lookupBlocks" : 25,
|
|
"getBlocks" : 30
|
|
}
|
|
}
|