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. See additional information below.

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

[network]
inbound_connections = 8
outbound_connections = 8
channel_expiration_minutes = 1440
# self = 0.0.0.0:0

[database]
# directory = blockchain
flush_writes = false
# cache_capacity = 10000

[node]
block_poll_seconds = 60
relay_transactions = true

[server]
query_workers = 1
subscription_limit = 1000
heartbeat_interval_seconds = 5
block_service_enabled = true
transaction_service_enabled = true
Clone this wiki locally