Skip to content

Commit

Permalink
remove unused config options
Browse files Browse the repository at this point in the history
  • Loading branch information
dufkan committed Aug 11, 2024
1 parent a342f5d commit c4391c8
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 61 deletions.
4 changes: 0 additions & 4 deletions containers/btc-node/bitcoin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ regtest=1
txindex=1
fallbackfee=0.0000002
maxconnections=1024
capturemessages=1
debug=net
whitelist=10.42.0.0/16
whitelist=1.2.3.4

[regtest]
rpcuser=user
Expand Down
2 changes: 1 addition & 1 deletion containers/wasabi-backend/WabiSabiConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"FailFastOutputRegistrationTimeout": "0d 0h 3m 0s",
"FailFastTransactionSigningTimeout": "0d 0h 0m 30s",
"RoundExpiryTimeout": "0d 0h 5m 0s",
"MaxInputCountByRound": 8,
"MaxInputCountByRound": 10,
"MinInputCountByRoundMultiplier": 0.5,
"CoordinationFeeRate": {
"Rate": 0.003,
Expand Down
9 changes: 1 addition & 8 deletions containers/wasabi-clients/2.0.2.1/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,5 @@
"http://*:37128/"
],
"DustThreshold": "0.00005",
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier",
"PreferPsbtWorkflow": false,
"AutoCoinJoin": false,
"PlebStopThreshold": "0.01",
"AnonScoreTarget": 5,
"FeeRateMedianTimeFrameHours": 0,
"RedCoinIsolation": false,
"ExcludedCoinsFromCoinJoin": []
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier"
}
9 changes: 1 addition & 8 deletions containers/wasabi-clients/2.0.2.2/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,5 @@
"http://*:37128/"
],
"DustThreshold": "0.00005",
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier",
"PreferPsbtWorkflow": false,
"AutoCoinJoin": false,
"PlebStopThreshold": "0.01",
"AnonScoreTarget": 5,
"FeeRateMedianTimeFrameHours": 0,
"RedCoinIsolation": false,
"ExcludedCoinsFromCoinJoin": []
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier"
}
9 changes: 1 addition & 8 deletions containers/wasabi-clients/2.0.2/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,5 @@
"http://*:37128/"
],
"DustThreshold": "0.00005",
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier",
"PreferPsbtWorkflow": false,
"AutoCoinJoin": false,
"PlebStopThreshold": "0.01",
"AnonScoreTarget": 5,
"FeeRateMedianTimeFrameHours": 0,
"RedCoinIsolation": false,
"ExcludedCoinsFromCoinJoin": []
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier"
}
9 changes: 1 addition & 8 deletions containers/wasabi-clients/2.0.3/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,5 @@
"http://*:37128/"
],
"DustThreshold": "0.00005",
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier",
"PreferPsbtWorkflow": false,
"AutoCoinJoin": false,
"PlebStopThreshold": "0.01",
"AnonScoreTarget": 5,
"FeeRateMedianTimeFrameHours": 0,
"RedCoinIsolation": false,
"ExcludedCoinsFromCoinJoin": []
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier"
}
9 changes: 1 addition & 8 deletions containers/wasabi-clients/2.0.4.1/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,5 @@
"http://*:37128/"
],
"DustThreshold": "0.00005",
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier",
"PreferPsbtWorkflow": false,
"AutoCoinJoin": false,
"PlebStopThreshold": "0.01",
"AnonScoreTarget": 5,
"FeeRateMedianTimeFrameHours": 0,
"RedCoinIsolation": false,
"ExcludedCoinsFromCoinJoin": []
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier"
}
9 changes: 1 addition & 8 deletions containers/wasabi-clients/2.0.4/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,5 @@
"http://*:37128/"
],
"DustThreshold": "0.00005",
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier",
"PreferPsbtWorkflow": false,
"AutoCoinJoin": false,
"PlebStopThreshold": "0.01",
"AnonScoreTarget": 5,
"FeeRateMedianTimeFrameHours": 0,
"RedCoinIsolation": false,
"ExcludedCoinsFromCoinJoin": []
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier"
}
9 changes: 1 addition & 8 deletions containers/wasabi-clients/2.0.5/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,5 @@
"http://*:37128/"
],
"DustThreshold": "0.00005",
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier",
"PreferPsbtWorkflow": false,
"AutoCoinJoin": false,
"PlebStopThreshold": "0.01",
"AnonScoreTarget": 5,
"FeeRateMedianTimeFrameHours": 0,
"RedCoinIsolation": false,
"ExcludedCoinsFromCoinJoin": []
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier"
}

0 comments on commit c4391c8

Please sign in to comment.