1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Full BLVM configuration example
# Copy and customize for your deployment. Uncomment sections as needed.
# Precedence: CLI > ENV > config file > defaults
= "tcponly"
= "0.0.0.0:8333"
= "BitcoinV1"
# max_outbound_peers = 100
# [block_validation]
# assume_valid_height = 0
# assume_valid_hash = null
# [storage]
# data_dir = "data"
# dbcache_mb = 450
# database_backend = "auto"
# [storage.rocksdb]
# parallelism = 0
# max_background_compactions = 4
# max_background_flushes = 4
# [storage.tidesdb]
# utxo_klog_threshold = 65536
# flush_threads = 4
# compact_threads = 4
# [storage.pruning]
# incremental_prune_during_ibd = false
# prune_window_size = 144
# [ibd]
# chunk_size = 16
# download_timeout_secs = 30
# mode = "parallel"
# eviction = "fifo"
# max_blocks_in_transit_per_peer = 16
# headers_timeout_secs = 30
# headers_max_failures = 10
# [rpc]
# max_request_size_bytes = 1048576
# [request_timeouts]
# async_request_timeout_seconds = 300
# storage_timeout_seconds = 10
# network_timeout_seconds = 30
# rpc_timeout_seconds = 60
# handshake_timeout_secs = 10
# checkpoint_request_timeout_secs = 5
# headers_verify_timeout_secs = 10
# [protocol_limits]
# max_protocol_message_length = 33554432
# max_addr_to_send = 1000
# max_inv_sz = 50000
# max_headers_results = 2000
# [network_timing]
# target_outbound_peers = 8
# peer_connection_delay_seconds = 2
# [logging]
# filter = "info" # or level = "info" (alias)