Cleanup configs
This commit is contained in:
parent
651c4005ab
commit
c9cbdab2b9
2 changed files with 44 additions and 88 deletions
|
@ -1,40 +1,22 @@
|
||||||
{
|
{
|
||||||
"network": {
|
"network": {
|
||||||
"blockchain": "Bitcoin",
|
"blockchain": "Bitcoin",
|
||||||
"network": "Mainnet"
|
"network": "Mainnet"
|
||||||
},
|
|
||||||
"data_directory": "cli-data",
|
|
||||||
"http_timeout": 300,
|
|
||||||
"max_retries": 5,
|
|
||||||
"retry_elapsed_time": 0,
|
|
||||||
"max_online_connections": 1000,
|
|
||||||
"max_sync_concurrency": 0,
|
|
||||||
"tip_delay": 1800,
|
|
||||||
"log_configuration": false,
|
|
||||||
"compression_disabled": true,
|
|
||||||
"memory_limit_disabled": true,
|
|
||||||
"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": ""
|
"data_directory": "cli-data",
|
||||||
}
|
"http_timeout": 300,
|
||||||
|
"max_retries": 5,
|
||||||
|
"max_online_connections": 1000,
|
||||||
|
"tip_delay": 1800,
|
||||||
|
"compression_disabled": true,
|
||||||
|
"memory_limit_disabled": true,
|
||||||
|
"data": {
|
||||||
|
"initial_balance_fetch_disabled": true,
|
||||||
|
"end_conditions": {
|
||||||
|
"reconciliation_coverage": {
|
||||||
|
"coverage": 0.95,
|
||||||
|
"from_tip": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,55 +1,29 @@
|
||||||
{
|
{
|
||||||
"network": {
|
"network": {
|
||||||
"blockchain": "Bitcoin",
|
"blockchain": "Bitcoin",
|
||||||
"network": "Testnet3"
|
"network": "Testnet3"
|
||||||
},
|
},
|
||||||
"data_directory": "cli-data",
|
"data_directory": "cli-data",
|
||||||
"http_timeout": 300,
|
"http_timeout": 300,
|
||||||
"max_retries": 5,
|
"max_retries": 5,
|
||||||
"retry_elapsed_time": 0,
|
"max_online_connections": 1000,
|
||||||
"max_online_connections": 1000,
|
"tip_delay": 1800,
|
||||||
"max_sync_concurrency": 0,
|
"memory_limit_disabled": true,
|
||||||
"tip_delay": 1800,
|
"compression_disabled": true,
|
||||||
"log_configuration": false,
|
"construction": {
|
||||||
"compression_disabled": true,
|
"constructor_dsl_file": "bitcoin.ros",
|
||||||
"memory_limit_disabled": true,
|
"end_conditions": {
|
||||||
"construction": {
|
"create_account": 10,
|
||||||
"max_offline_connections": 0,
|
"transfer": 10
|
||||||
"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": ""
|
"data": {
|
||||||
}
|
"initial_balance_fetch_disabled": true,
|
||||||
|
"end_conditions": {
|
||||||
|
"reconciliation_coverage": {
|
||||||
|
"coverage": 0.95,
|
||||||
|
"from_tip": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue