Exporting a CSV of your wallet transaction history
The Oxen Wallet allows you to export a CSV of transactions that have occurred in the wallet. The process for both the GUI wallet and the CLI wallet are as follows:
GUI Wallet
The Oxen GUI wallet as of v1.6.0 supports the exporting of your transactions. After logging into your wallet:
Click on SETTINGS at the top right of the app
Click on Export Transfers
The wallet will then prompt you for a folder to save the CSV to. This defaults to a CSV directory within the Oxen folder (Same directory your wallet keys are stored) but you can edit this to any location.
Click Export and you will be prompted for your wallet password
You will then see a green notification at the bottom of the window if the export is successful. For example: βTransfers exported to /home/sean/Desktop/transfers.csvβ
CLI Wallet
Note you will either need to be running a local daemon (oxend) or have a remote node that the CLI wallet can communicate with.
Navigate to the directory that the oxen-wallet-cli executable is stored in:
Once the wallet has synced you will be able to call `export_transfers` which saves the CSV to the same location as where you ran the oxen-wallet-cli (Most likely the same location as the executable).
1
[wallet T6SjAL (has locked stakes)]: export_transfers all output=oxen.csv