Skip to content

Commit 72c5304

Browse files
committed
Add aggregator role
1 parent 3f244bc commit 72c5304

9 files changed

Lines changed: 345 additions & 448 deletions

File tree

cospend.toml.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,16 @@ fee_savings_weight = 0.5
2828
privacy_weight = 1.0
2929
payment_obligation_weight = 1.0
3030
coordination_weight = 2.0
31+
32+
# Aggregators: create aggregate proposals from pending interests
33+
[[wallet_types]]
34+
name = "aggregator"
35+
count = 1
36+
strategies = ["AggregatorStrategy"]
37+
script_type = "p2wpkh"
38+
39+
[wallet_types.scorer]
40+
fee_savings_weight = 0.0
41+
privacy_weight = 0.0
42+
payment_obligation_weight = 0.0
43+
coordination_weight = 0.0

0 commit comments

Comments
 (0)