53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"network": {
|
|
"blockchain": "Bitcoin",
|
|
"network": "Testnet3"
|
|
},
|
|
"data_directory": "cli-data",
|
|
"http_timeout": 300,
|
|
"max_retries": 5,
|
|
"retry_elapsed_time": 0,
|
|
"max_online_connections": 0,
|
|
"max_sync_concurrency": 0,
|
|
"tip_delay": 1800,
|
|
"log_configuration": false,
|
|
"construction": {
|
|
"max_offline_connections": 0,
|
|
"stale_depth": 0,
|
|
"broadcast_limit": 0,
|
|
"ignore_broadcast_failures": false,
|
|
"clear_broadcasts": false,
|
|
"broadcast_behind_tip": false,
|
|
"block_broadcast_limit": 0,
|
|
"rebroadcast_all": false,
|
|
"constructor_dsl_file": "bitcoin.ros",
|
|
"end_conditions": {
|
|
"create_account": 10,
|
|
"transfer": 10
|
|
}
|
|
},
|
|
"data": {
|
|
"active_reconciliation_concurrency": 0,
|
|
"inactive_reconciliation_concurrency": 0,
|
|
"inactive_reconciliation_frequency": 0,
|
|
"log_blocks": false,
|
|
"log_transactions": false,
|
|
"log_balance_changes": false,
|
|
"log_reconciliations": false,
|
|
"ignore_reconciliation_error": false,
|
|
"exempt_accounts": "",
|
|
"bootstrap_balances": "",
|
|
"interesting_accounts": "",
|
|
"reconciliation_disabled": false,
|
|
"inactive_discrepency_search_disabled": false,
|
|
"balance_tracking_disabled": false,
|
|
"coin_tracking_disabled": false,
|
|
"end_conditions": {
|
|
"reconciliation_coverage": {
|
|
"coverage": 0.95,
|
|
"from_tip": true
|
|
}
|
|
},
|
|
"results_output_file": ""
|
|
}
|
|
}
|