Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export transactions with metadata #3118

Closed
badonyx opened this issue Mar 31, 2024 · 3 comments
Closed

Export transactions with metadata #3118

badonyx opened this issue Mar 31, 2024 · 3 comments
Labels
idea A feature idea that needs to be more specification

Comments

@badonyx
Copy link

badonyx commented Mar 31, 2024

Feature description

Alby as a Lightning wallet needs a way to export transactions since there is no other way to track transactions e.g. for personal accounting. It should include metadata like amounts sent/received, fees, addresses/hashes, description where available, etc.

Describe the solution

An export function could be added to download transaction history to CSV. An example for comparison is Wallet of Satoshi which exports a CSV like this

utcDate,type,currency,amount,fees,address,description,pointOfSale
2023-01-01T12:00:00.000Z,CREDIT,LIGHTNING,0.00000420,0,lnbc1abc123,"Thanks, sats received! Note: Sats for xyz",false
2023-01-01T13:00:00.000Z,DEBIT,LIGHTNING,0.00000069,0,lnbc1def456,"Sent zap!",false
2023-01-01T14:00:00.000Z,CREDIT,LIGHTNING,0.00000069,0,lnbc1ghi789,"{""nostr_key"":""nostr_value"",...}",false

Describe alternatives

No response

Additional context

Overlaps with #1527 but with a very limited scope.

Are you working on this?

None

@badonyx badonyx added the idea A feature idea that needs to be more specification label Mar 31, 2024
@reneaaron
Copy link
Contributor

For your Alby account there is an CSV export over here:

https://csv.albylabs.com

However, we don't have that for the extension yet. Does that help?

@badonyx
Copy link
Author

badonyx commented May 23, 2024

This looks like an elaborate scam. I've never seen this albylabs.com domain before.

@reneaaron
Copy link
Contributor

It's not. We have several (experimental) apps running on this domain:

  • pos.albylabs.com
  • csv.albylabs.com
  • zapplanner.albylabs.com

You can see the code over here:

https://github.com/getAlby/csv-export

Also, the app just requests reading your transaction history and will not be able to spend any funds.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea A feature idea that needs to be more specification
Projects
None yet
Development

No branches or pull requests

2 participants