Skip to content

Operational Configuration

Eric Voskuil edited this page Mar 19, 2017 · 20 revisions

Default configuration is generally optimal for operational use with the exception of values that cannot be optimally defaulted due to lack of contextual information. Note that the values below are not differences from initial configuration but instead differences from default configuration. See additional information below.

[log]
# debug_file = debug.log
# error_file = error.log
# archive_directory = archive
rotation_size = 10000

[network]
# self = 0.0.0.0:0

[database]
# directory = blockchain
flush_writes = false

[node]
block_poll_seconds = 15
minimum_byte_fee_satoshis = 10

[server]
subscription_limit = 1000
Clone this wiki locally