docs: update safety.md, remove specific CoinJoin impl

Remove dead conjoin implementations.

[skip ci]
This commit is contained in:
LeoSpyke
2024-05-03 17:23:32 +02:00
committed by Oliver Gugger
parent 608c0c41b9
commit ec1c42677a

View File

@@ -399,9 +399,8 @@ provide any privacy benefits.
The following steps are recommended to cut all links between the old clearnet The following steps are recommended to cut all links between the old clearnet
node and the new Tor node: node and the new Tor node:
1. Close all channels on the old node and wait for them to fully close. 1. Close all channels on the old node and wait for them to fully close.
1. Send all on-chain funds of the old node through a Coin Join service (like 1. If desired, take steps to preserve the on-chain privacy of the funds from the
Wasabi or Samurai/Whirlpool) until a sufficiently high anonymity set is old node before sending them to the new node.
reached.
1. Create a new `lnd` node with a **new seed** that is only connected to Tor 1. Create a new `lnd` node with a **new seed** that is only connected to Tor
and generate an on-chain address on the new node. and generate an on-chain address on the new node.
1. Send the mixed/coinjoined coins to the address of the new node. 1. Send the mixed/coinjoined coins to the address of the new node.