-
selsta
.merge+ 10753 10754 10756 10757
-
xmr-pr
Added
-
tobtoht
done
-
selsta
.merge+ 10759
-
xmr-pr
Added
-
alcedo
ok, #monero channel is having a rather heated debate, so my question got buried there, so I will ask here. The question should be relevant enough, since it's about the monero-wallet-cli.
-
br-m
<ofrnxmr:xmr.mx> whatsup?
-
alcedo
I was looking at the monero-wallet-cli documentation and tweeking some settings, and, as far as I understand, `print-ring-members` simply shows more information, but what about `store-tx-info` and `track-uses`? What do these two options entail? The first one relatively easy to understand -- it stores extra information, which would, I guess, be locally discarded otherwise, and probably shouldn't
-
alcedo
be exposed -- except where the data is being stored. Is it in the wallet file or somewhere else?
-
alcedo
For the latter one, a user actually gave me a hint on #monero about it possibly being for tracking "in which tx [my] outputs were used as decoys".
-
alcedo
That would also be handled locally, no? Possibly stored in a log / wallet file?
-
moneromooo
track-uses just saves which txes use one of your ouputs when it sees such a tx. That info is saved to the wallet cache file.
-
moneromooo
Can't recall what exactly it saves. Could be just height, since the output it's used for is a timeline based on heights.
-
moneromooo
Mostly tourist information really.
-
alcedo
moneromooo: Thanks for the explanation.
-
alcedo
moneromooo: What about the `store-tx-info`, though? I somewhat understand what it saves, but do you know where it saves it? The help-command output mentions tx secret keys, so it is not really harmless information.
-
alcedo
But it is one of the defaults, so I guess it is handled correctly (encrypted by the wallet password, perhaps).
-
moneromooo
Can't recall what this does, sorry.
-
moneromooo
Wallet stuff is saved with chacha20 though.
-
moneromooo
And yes, the wallet password to derive a key.
-
alcedo
Neat.
-
alcedo
So all the extra info provided by `store-tx-info` and `track-uses` should be protected as part of the encrypted wallet file.
-
alcedo
And no extra, specific requests are made.
-
alcedo
If I got it all correctly.
-
alcedo
`print-ring-members` also seems just to display temporary data for the transaction, that is already being fetched on its own.