mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 21:04:20 +01:00
improve the definition of sweep
This commit is contained in:
@@ -9,9 +9,9 @@ Guidance to get started with sending bitcoin through the JoinMarket wallet follo
|
|||||||
* all are derived from the same BIP32 compatible HD seed
|
* all are derived from the same BIP32 compatible HD seed
|
||||||
|
|
||||||
### Sweep
|
### Sweep
|
||||||
* sending one or multiple utxos without creating change.
|
* it means sending one or multiple utxos without creating change
|
||||||
* can be achieved by sending all utxos from a mixdepth or freezing any which should be sent.
|
* it is achieved by sending all utxos (except the ones frozen) from an account
|
||||||
* the amount is not fixed and fees come of the sum of the inputs.
|
* the amount is not fixed and fees come off the sum of the inputs
|
||||||
|
|
||||||
### Status labels
|
### Status labels
|
||||||
* applied automatically by JoinMarket via a simple transaction analyses
|
* applied automatically by JoinMarket via a simple transaction analyses
|
||||||
|
|||||||
Reference in New Issue
Block a user