Browse Source

(docs) explain minimum_makers in joinmarket.cfg

No explanation is given currently
master
AlexCato 7 years ago committed by GitHub
parent
commit
8fb0b35aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      jmclient/jmclient/configure.py

6
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 # random-peer = everyone who took part in the coinjoin has a chance of broadcasting
# not-self = never broadcast with your own ip # not-self = never broadcast with your own ip
tx_broadcast = self 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 minimum_makers = 2
############################## ##############################

Loading…
Cancel
Save