Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1199: Update default makercount in USAGE.md

97e4816ca6 Update default makercount in USAGE.md (Luke)

Pull request description:

  The default number of makers is [8 to 10](83918a971d/jmclient/jmclient/cli_options.py (L474)).

ACKs for top commit:
  kristapsk:
    ACK 97e4816ca6

Tree-SHA512: 25ba5946195016326ce5092ad5b396612f5fd5a848a0abbbf07d2ff08b4b16f5a5320e1132e0a8d3c76ec494e94930adeda2f106ddfa0211d426f2863f087002
master
Kristaps Kaupe 4 years ago
parent
commit
a619a0744f
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      docs/USAGE.md

2
docs/USAGE.md

@ -435,7 +435,7 @@ Or you can use BIP21 bitcoin payment URI:
(jmvenv)$ python sendpayment.py wallet.jmdat bitcoin:mprGzBA9rQk82Ly41TsmpQGa8UPpZb2w8c?amount=0.05
These send 5000000 satoshi (0.05btc) to the address *mprGzBA9rQk82Ly41TsmpQGa8UPpZb2w8c* (testnet), with the default 5-7 (randomized) other parties from the default 0-th mixing depth from the wallet contained in the file *wallet.jmdat*. This will take some time, since Joinmarket will connect to remote messaging servers and do end to end encrypted communication with other bots, and also you will be paying some fees (more on this later in this section).
These send 5000000 satoshi (0.05btc) to the address *mprGzBA9rQk82Ly41TsmpQGa8UPpZb2w8c* (testnet), with the default 8-10 (randomized) other parties from the default 0-th mixing depth from the wallet contained in the file *wallet.jmdat*. This will take some time, since Joinmarket will connect to remote messaging servers and do end to end encrypted communication with other bots, and also you will be paying some fees (more on this later in this section).
<a name="no-coinjoin-sending-funds" />

Loading…
Cancel
Save