06:49:53 I am learning to use Bisq, is there any risk to giving out your Transaction ID and transaction key? 07:22:21 Depends. 07:22:50 Transaction ID is "generally" safe to give out. It tells others what tx is yours. 07:23:29 The tx key is a secret key, and should generally be kept secret. It can be used to prove you sent a tx, but there are now better ways to do that. 07:24:29 If you give the tx key, the party you give it to is now also able to "prove" they sent the tx, simce possession of hte tx key is deemed to be proof of having sent the tx, since the tx key is secret to begin with. 07:24:46 It also disclose some info from the tx, I forget which now. 07:25:47 If bisq's normal way of operation requires the tx key, then it's probably fine to give out. If it's a request out of the blue, it's probably not fine, and consider asking whether a tx proof can be used instead. 07:39:22 Thanks for that. It seems the only way that Bisq is able to verify the transaction to release the multisig transaction and security deposit is to require the tx key. I am guessing you would be giving up some privacy as that transaction can now permently be linked to the bitcoin address 07:40:22 but the 'from' address is not linked to your wallet, so not sure how much your really giving away with the tx id and key 07:46:13 monero.stackexchange.com probably has a more in depth answer to that. 07:46:24 If you can still access it. 18:11:43 I'm trying to use this command from the docs `monerod --tx-proxy "tx-proxy=tor,127.0.0.1:9050,16"` but it exits immediately and with more verbose logs I get the error `E Invalid network for --tx-proxy`, am I missing something obvious? (v0.17.3.0-release) 18:12:52 Why do you have a duplicate tx-proxy ? 18:13:24 I'm not familiar with that option, but try: monerod --tx-proxy tor,127.0.0.1:9050,16 18:14:23 thanks, will try 18:14:27 it's in the docs here: https://monerodocs.org/interacting/monerod-reference/#tori2p 18:14:50 moneromooo: worked, thanks! 18:15:10 Cool. You may want to send them a patch (or point out the error).