I'm on Monero 'Wolfram Warptangent' (v0.10.0.0-release) and I need to get a complete transaction history of my single account. How can this be done with Monero? Can the cli wallet do this for me?
Asked
Active
Viewed 3,398 times
1 Answers
2
This is simply done by entering the show_transfers
command into monero-wallet-cli
. It will show the blockheight, in/out, date, transaction hash, recipient address (outgoing transfers only), amount, fee (outgoing transfers only), and payment ID. If you also want to obtain the private tx keys you have to enter the get_tx_key <transaction hash>
command into monero-wallet-cli
.

dEBRUYNE
- 15,227
- 17
- 57
- 114
show_transfers
display any transactions? – dEBRUYNE Nov 02 '22 at 21:39