From ade64ad0dfc43942bf803b9b1d4cdc4ea23da793 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Mon, 23 Dec 2019 10:09:27 +0100 Subject: [PATCH] joinmarket: formatting --- joinmarket/README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/joinmarket/README.md b/joinmarket/README.md index ab088a2..0a3adcb 100644 --- a/joinmarket/README.md +++ b/joinmarket/README.md @@ -78,12 +78,25 @@ This needs to be done at every new login. rpc_password = PasswordB-as-in-bitcoin.conf ``` Press `CTRL+O` and `ENTER` to save and `CRTL+X` to exit. +* Run again to genarate the wallet after setting up the `joinmarket.cfg` + + `(jmvenv) $ python wallet-tool.py generate` * Display the addresses to fund (look in mixdepth 0): `(jmvenv) $ python wallet-tool.py wallet.jmdat` - - and run again after the first time + + Will display after the first run: + + ``` + [INFO] Detected new wallet, performing initial import + restart Bitcoin Core with -rescan or use `bitcoin-cli rescanblockchain` if you're recovering an existing wallet from backup seed + Otherwise just restart this joinmarket application. + ``` + + Run again after the first time to see the addresses: + + `(jmvenv) $ python wallet-tool.py wallet.jmdat` ### Send payments with a coinjoin with the `sendpayment.py`