From 97e4816ca64d6e440272779c2b240d4a794f1126 Mon Sep 17 00:00:00 2001 From: Luke <51127079+PulpCattel@users.noreply.github.com> Date: Thu, 3 Mar 2022 15:30:53 +0000 Subject: [PATCH] Update default makercount in USAGE.md --- docs/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index cd71770..724de13 100644 --- a/docs/USAGE.md +++ b/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).