I did a transfer using the cli and now I want to view it in the https://xmrchain.net explorer. What do I need from me to decode the outputs so I can prove that I sent it? And what commands do I need in the cli to output these things to decode the transaction on the explorer page?
Asked
Active
Viewed 104 times
1
-
1Possible duplicate of How do I prove that a payment has been sent to a particular address? – jtgrassie Mar 26 '19 at 18:25
1 Answers
1
If you know the txid for your transaction:
get_tx_key TXID
And replace TXID with that transaction's txid.
Note that once you disclose that secret tx key to a third party, that third party can use it in the same way you do (ie, to try to prove they sent that tx).

user36303
- 34,858
- 2
- 57
- 123