From 6e51e8c4e32534b4b97280f6156cda62819b8ac1 Mon Sep 17 00:00:00 2001 From: ph0cion <54285809+ph0cion@users.noreply.github.com> Date: Sun, 10 Jan 2021 13:48:10 -0500 Subject: [PATCH] Update README.md --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 8f492da..9a0e89a 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -18,12 +18,12 @@ Brief explanation of the function of each of the scripts: Either use the same syntax as for normal Joinmarket: - `python sendpayment.py --fast -N 3 -m 1 -P wallet.jmdat 50000000
` + `python sendpayment.py -N 3 -m 1 -P wallet.jmdat 50000000 ` or use the new schedule approach. For an example, see the [sample schedule file](https://github.com/AdamISZ/joinmarket-clientserver/blob/master/scripts/sample-schedule-for-testnet). Do: - `python sendpayment.py --fast -S sample-schedule-for-testnet wallet.jmdat` + `python sendpayment.py -S sample-schedule-for-testnet wallet.jmdat` Note that the magic string `INTERNAL` in the file creates a payment to a new address in the next mixdepth (wrapping around to zero if you reach the maximum mixdepth).