mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 19:49:22 +00:00
Merge pull request #47 from SamsungGalaxyPlayer/patch-2
Add `export_transfers` command
This commit is contained in:
commit
9e5827ca3e
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@ Use `help command_name` to learn more.
|
|||
|
||||
`get_tx_note <txid>` - get a string note for transaction id
|
||||
|
||||
`export_transfers [in|out|all|pending|failed|pool|coinbase] [index=<N1>[,<N2>,...]] [<min_height> [<max_height>]] [output=<filepath>] [option=<with_keys>]` - 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
|
||||
|
|
Loading…
Reference in a new issue