Browse Source

Remove doc saying timelock utxo can be spent in cj

Only guaranteed way to spend is non-coinjoin. Perhaps coinjoin on taker side
will work one day, if so then the doc can be edited again.
master
chris-belcher 4 years ago
parent
commit
13ae0c3219
No known key found for this signature in database
GPG Key ID: EF734EA677F31129
  1. 8
      docs/fidelity-bonds.md

8
docs/fidelity-bonds.md

@ -156,10 +156,10 @@ Coins living on time-locked addresses are automatically frozen with
JoinMarket's coin control feature, so before spending you need to unfreeze the JoinMarket's coin control feature, so before spending you need to unfreeze the
coins using `python3 wallet-tool.py <walletname> -m 0 freeze`. coins using `python3 wallet-tool.py <walletname> -m 0 freeze`.
Once unfrozen and untimelocked the coins can be spent normally with the scripts Once unfrozen and untimelocked the coins can be spent with a non-coinjoin transaction with
`sendpayment.py`, `tumber.py`, or yield generator. NB You cannot export the private keys (which is `sendpayment.py -N 0`. NB You cannot export the private keys (which is always disadvised, anyway)
always disadvised, anyway) of timelocked addresses to any other wallets, as they use custom scripts. of timelocked addresses to any other wallets, as they use custom scripts. You must spend them from
You must spend them from JoinMarket itself. JoinMarket itself.
### How many coins to lock up and for how long? ### How many coins to lock up and for how long?

Loading…
Cancel
Save