Skip to content

Initial Configuration

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

Optimal initial block download is very different from operational configuration. The follow settings are recommended. Otherwise defaults are sufficient. See additional information below.

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

[network]
inbound_connections = 0
outbound_connections = 3
channel_expiration_minutes = 60

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

[blockchain]
# checkpoint = 0000000000000000014083723ed311a461c648068af8cef8a19dcd620c07a20b:450000

[node]
block_poll_seconds = 1
relay_transactions = false

[server]
query_workers = 0
heartbeat_interval_seconds = 0
block_service_enabled = false
transaction_service_enabled = false
Clone this wiki locally