From 8fb0b35aed35376a036f2d2695873b96ae6c5c71 Mon Sep 17 00:00:00 2001 From: AlexCato Date: Fri, 12 Jul 2019 12:24:37 +0000 Subject: [PATCH] (docs) explain minimum_makers in joinmarket.cfg No explanation is given currently --- jmclient/jmclient/configure.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jmclient/jmclient/configure.py b/jmclient/jmclient/configure.py index 1398cbb..88d8ff2 100644 --- a/jmclient/jmclient/configure.py +++ b/jmclient/jmclient/configure.py @@ -246,6 +246,12 @@ absurd_fee_per_kb = 350000 # random-peer = everyone who took part in the coinjoin has a chance of broadcasting # not-self = never broadcast with your own ip tx_broadcast = self + +# If makers do not respond while creating a coinjoin transaction, +# the non-responding ones will be ignored. This is the minimum +# amount of makers which we are content with for the coinjoin to +# succceed. Less makers means that the whole process will restart +# after a timeout. minimum_makers = 2 ##############################