Merge branch 'master' into nymkappa/configurable-pool-update

This commit is contained in:
softsimon
2024-10-07 19:35:51 +09:00
committed by GitHub
133 changed files with 3223 additions and 1644 deletions

View File

@@ -195,7 +195,7 @@ const defaults: IConfig = {
'POOLS_JSON_TREE_URL': 'https://api.github.com/repos/mempool/mining-pools/git/trees/master',
'POOLS_UPDATE_DELAY': 604800, // in seconds, default is one week
'AUDIT': false,
'RUST_GBT': false,
'RUST_GBT': true,
'LIMIT_GBT': false,
'CPFP_INDEXING': false,
'MAX_BLOCKS_BULK_QUERY': 0,