Browse Source

Update Walkthrough with wallet creation steps

This PR adds information about wallet creation in Bicoin Core and how to link it to JoinMarketQt.
Issue about this PR:
https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/689
master
jleo84 5 years ago committed by GitHub
parent
commit
f6c980b1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      docs/JOINMARKET-QT-GUIDE.md

11
docs/JOINMARKET-QT-GUIDE.md

@ -74,6 +74,17 @@ stick to that convention.
The wallet will now automatically load from the your Bitcoin Core node. It may take a few seconds, during which you'll see "Reading wallet from blockchain...".
If JoinMarketQt stucks in "Reading wallet from blockchain..." state, close it.
You need to create a wallet in the Bitcoin Core using the command:
```bitcoin-cli createwallet "jm_wallet"```
The "jm_wallet" name is just an example. You can set any name.
After you create the wallet in the Bitcoin Core, you should set it in the `joinmarket.cfg`:
```rpc_wallet_file= jm_wallet```
Now you can start the JoinMarketQt, load the wallet and it should work.
Since you just created it, it will have no coins initially:
![](images/JMQwalletloaded.png)

Loading…
Cancel
Save