When using Nault with a wallet that has several accounts open, one is able to change the representative of all of the addresses at the same time.
I think that the way this is processed is that multiple blocks “Change” blocks will be submitted to set the same representative one right after the other.
Is it fair to say that, after taking this action, those accounts are correlated? Meaning that an interested person would be able to determine a correlation with a good degree of certainty by inspecting the ledger.
Or are there some strategies in place to obfuscate this?
That’s true, and especially so if the rep is not a very popular. But what I am talking about is more specifically about what happens if you change All of your accounts in the wallet, using this menu:
I think that this would send all of the change blocks one next to the other, so it would be a cluster of associated blocks from which it is easy to determine a relationship.
It is also possible to leverage the privacy properties of Monero and non-KYC crypto exchanges to have very private XNO. If you buy XMR with fiat through an exchange, withdraw that, and then buy XNO with XMR in a no-KYC crypto exchange you will have untraceable XNO.
The Lemmy code itself does not keep any IP logs. But it would be possible to determine a user’s IP by checking the authentication token that was provided by an IP to create a post or comment. The logs that would allow me to do that are the logs saved by the reverse proxy (Nginx) which routes the requests made to the server. It is useful to keep those logs for a short period of time in case of a DDoS or some other malicious actors trying to mess with the server. But there is rarely a very good reason to keep them for longer than a few hours, so I delete them often.
Still, it would be possible for my server provider to keep logs themselves, or even their internet service provider, so when it comes to online privacy I think that it is better NOT to trust, and instead take pro-active steps to protect one’s privacy. Like using a VPN or TOR, and trying to use separate isolated accounts as much as possible.