From 65e836fc481d43b534ede43038a1cbeb409cc96d Mon Sep 17 00:00:00 2001 From: Justin Ehrenhofer Date: Thu, 9 Jun 2022 15:48:18 -0500 Subject: [PATCH] Add `export_transfers` command https://github.com/monero-project/monero/pull/4236 https://github.com/monero-project/monero/pull/8180 --- docs/interacting/monero-wallet-cli-reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/interacting/monero-wallet-cli-reference.md b/docs/interacting/monero-wallet-cli-reference.md index 69442e1..09a62ae 100644 --- a/docs/interacting/monero-wallet-cli-reference.md +++ b/docs/interacting/monero-wallet-cli-reference.md @@ -232,6 +232,8 @@ Use `help command_name` to learn more. `get_tx_note ` - get a string note for transaction id +`export_transfers [in|out|all|pending|failed|pool|coinbase] [index=[,,...]] [ []] [output=] [option=]` - exports a list of all transfer information to a CSV file. You can filter by type `[in|out|all|pending|failed|pool|coinbase]`, by index, by minimum and maximum block height, specify the output path for the CSV file, and optionally include the tx private keys (if available) with the export. + ### Keys and Passwords #### Secret mnemonic seed