ACINQ / phoenixd

https://phoenix.acinq.co/server
Apache License 2.0
117 stars 15 forks source link

Add a CSV export #115

Closed pm47 closed 1 month ago

pm47 commented 1 month ago

Usage:

$ ./phoenix-cli exportcsv
payment history has been exported to /home/<user>/.phoenix/exports/export-1728035509.csv

The resulting CSV allows precise tracking of the balance and fee credit, and shows the split between mining and service fees:

Columns: date type amount_msat fee_credit_msat mining_fee_sat service_fee_msat payment_hash tx_id

Fixes #36.