Skip to content

coderofstuff/kaspa-transaction-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaspa Transaction Report

Generates a CSV file for all your Kaspa transactions.

Currently in alpha - no expected SLA.

Want to just get to generating your report?

You can use the deployment at https://kaspa-transaction-report.vercel.app/

Requirement

  • NodeJS (v16+)

Usage

  1. Download this repository and unzip (or clone it if you know how)
  2. Open a terminal/cmd and go to the directory you downloaded this at, then run npm install. This will install dependencies.
  3. Create a file addresses.txt in this directory. In this file, you will list all your address - one per line
kaspa:myaddress
kaspa:myotheraddress
kaspa:anotherone
  1. To generate your transaction report run npm run generate

This will generate the file kaspa-transactions.csv. This CSV is currently compatible with Koinly only.

Notes

  • Compound transactions and transactions sending to yourself are ignored
  • Assumes addresses from exchanges are treated as not your own
  • If you notice the report is inaccurate, first make sure you actually listed all addresses you care about in addresses.txt

Found this useful?

Consider donating to kaspa:qq6rz6q40e4t8sft4wsphwwlqm39pzc7ehwsprepe3d5szhkanuagfwd7lxrv

About

Generates transaction report for all addresses you define as your own

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published