diff --git a/docs/JOINMARKET-QT-GUIDE.md b/docs/JOINMARKET-QT-GUIDE.md index 81a960a..c767fe9 100644 --- a/docs/JOINMARKET-QT-GUIDE.md +++ b/docs/JOINMARKET-QT-GUIDE.md @@ -18,9 +18,11 @@ The github commits to the main repo, above, are signed. * Other features - * [Sweeps](#sweeps) + * [Sweeps](#sweeps) + + * [Coins tab](#coins-tab) - * [Exporting private keys](#export-private-keys) + * [Exporting private keys](#export-private-keys) ### Walkthrough @@ -194,6 +196,16 @@ You'll see your destination addresses in the list, and lots of "INTERNAL" meanin If you want to send *all* the coins in a specific mixdepth at once, the correct way to do it is using the "sweep" feature. To do this, simply set the "Amount" field in the Single Join tab to zero. The program will automatically figure out the right output amount after accounting for the coinjoin and bitcoin transaction fees. If you try to send total amount, you will get a "not enough funds" error. Putting it another way, you'll end up with dust in the wallet if you try to send the total without using this sweep feature, so do use it. +### Coins Tab + +You can use the coins tab to (a) check the exact utxos owned by your wallet and (b) freeze or unfreeze certain utxos (coins) to allow coin control. + +The latter can be done by right clicking on a utxo and choosing "freeze/unfreeze" (the action toggles). + +![](images/JMQCoinsTabregtest.png) + +This can be useful if you want to spend from one or more specific utxos. Disable (freeze) the *other* coins in that mixdepth. Remember, Joinmarket will *never* co-spend utxos from different mixdepths (accounts), in any kind of transaction - they are completely isolated accounts. + ### Export private keys **DON'T TRY TO USE THIS USUALLY**. diff --git a/docs/images/JMQCJrelabsfeewarning.png b/docs/images/JMQCJrelabsfeewarning.png new file mode 100644 index 0000000..4b13d20 Binary files /dev/null and b/docs/images/JMQCJrelabsfeewarning.png differ diff --git a/docs/images/JMQCoinsTabregtest.png b/docs/images/JMQCoinsTabregtest.png new file mode 100644 index 0000000..2141680 Binary files /dev/null and b/docs/images/JMQCoinsTabregtest.png differ diff --git a/docs/images/JMQInitregtest.png b/docs/images/JMQInitregtest.png index 3ce764e..cfeb22c 100644 Binary files a/docs/images/JMQInitregtest.png and b/docs/images/JMQInitregtest.png differ diff --git a/docs/images/JMQSingleCJregtest.png b/docs/images/JMQSingleCJregtest.png index c3e1ac6..c7f7ead 100644 Binary files a/docs/images/JMQSingleCJregtest.png and b/docs/images/JMQSingleCJregtest.png differ diff --git a/docs/images/JMQTumblePreStartregtest.png b/docs/images/JMQTumblePreStartregtest.png index e231f5a..d7119fc 100644 Binary files a/docs/images/JMQTumblePreStartregtest.png and b/docs/images/JMQTumblePreStartregtest.png differ diff --git a/docs/images/JMQTumbleWizard2regtest.png b/docs/images/JMQTumbleWizard2regtest.png index e94bee2..92032c6 100644 Binary files a/docs/images/JMQTumbleWizard2regtest.png and b/docs/images/JMQTumbleWizard2regtest.png differ diff --git a/docs/images/JMQTumbleWizard4regtest.png b/docs/images/JMQTumbleWizard4regtest.png index 2548672..57a6d32 100644 Binary files a/docs/images/JMQTumbleWizard4regtest.png and b/docs/images/JMQTumbleWizard4regtest.png differ diff --git a/docs/images/JMQchecktransactionregtest.png b/docs/images/JMQchecktransactionregtest.png index 0039eb3..db21ba9 100644 Binary files a/docs/images/JMQchecktransactionregtest.png and b/docs/images/JMQchecktransactionregtest.png differ diff --git a/docs/images/JMQtxcompletedsendregtest.png b/docs/images/JMQtxcompletedsendregtest.png index 8217d28..56b0d4c 100644 Binary files a/docs/images/JMQtxcompletedsendregtest.png and b/docs/images/JMQtxcompletedsendregtest.png differ diff --git a/docs/images/JMQtxhistoryregtest.png b/docs/images/JMQtxhistoryregtest.png index 22a529c..9f31a59 100644 Binary files a/docs/images/JMQtxhistoryregtest.png and b/docs/images/JMQtxhistoryregtest.png differ diff --git a/docs/images/JMQwalletcoinsloadedregtest.png b/docs/images/JMQwalletcoinsloadedregtest.png index 3d01b54..ff852de 100644 Binary files a/docs/images/JMQwalletcoinsloadedregtest.png and b/docs/images/JMQwalletcoinsloadedregtest.png differ diff --git a/docs/images/JMQwalletloaded.png b/docs/images/JMQwalletloaded.png index 54591c1..f8d400f 100644 Binary files a/docs/images/JMQwalletloaded.png and b/docs/images/JMQwalletloaded.png differ diff --git a/docs/images/jm_transactionsuccess.png b/docs/images/jm_transactionsuccess.png index 3d2f0d6..7eb69f8 100644 Binary files a/docs/images/jm_transactionsuccess.png and b/docs/images/jm_transactionsuccess.png differ