18 lines
344 B
JSON
18 lines
344 B
JSON
|
{
|
||
|
"network": {
|
||
|
"blockchain": "Bitcoin",
|
||
|
"network": "Mainnet"
|
||
|
},
|
||
|
"online_url": "http://localhost:8080",
|
||
|
"data_directory": "",
|
||
|
"http_timeout": 10,
|
||
|
"sync_concurrency": 8,
|
||
|
"transaction_concurrency": 16,
|
||
|
"tip_delay": 300,
|
||
|
"disable_memory_limit": false,
|
||
|
"log_configuration": false,
|
||
|
"data": {
|
||
|
"historical_balance_disabled": true
|
||
|
}
|
||
|
}
|