Browse Source

Merge #369: (docs) explain minimum_makers in joinmarket.cfg

8fb0b35 (docs) explain minimum_makers in joinmarket.cfg (AlexCato)

Tree-SHA512: 8646d625b89c29251d2815e4aedef074c3ee81f037b5bf61a4a8e9d4c4058a07fe1b56ee5f80a19df0237882d9fa130f6ad3f04c1743a0ed43949503c16e7781
master
chris-belcher 7 years ago
parent
commit
c08d4f85d6
No known key found for this signature in database
GPG Key ID: EF734EA677F31129
  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
# 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
##############################

Loading…
Cancel
Save