19 lines
421 B
TOML
19 lines
421 B
TOML
# Configuration Blindbit Oracle
|
|
host = "0.0.0.0:8000"
|
|
chain = "signet"
|
|
rpc_endpoint = "http://bitcoin:38332"
|
|
cookie_path = "/home/debian/4NK_env/data/bitcoin/signet/.cookie"
|
|
rpc_user = ""
|
|
rpc_pass = ""
|
|
sync_start_height = 1
|
|
|
|
# Performance
|
|
max_parallel_tweak_computations = 4
|
|
max_parallel_requests = 4
|
|
|
|
# Index
|
|
tweaks_only = 0
|
|
tweaks_full_basic = 1
|
|
tweaks_full_with_dust_filter = 1
|
|
tweaks_cut_through_with_dust_filter = 1
|