Skip to content

rlloyd2001/blockfi-to-bitcointax

Repository files navigation

BlockFi To BitcoinTax

This script has saved me many hours of data entry for interest earned. What this script does is take a .csv file from BlockFi and create a .csv file that can be uploaded into the Income section of bitcoin.tax.

Download transactions .csv from blockfi.com to use with this script. Not tested much. Review your generated .csv before uploading to bitcoin.tax to make sure this is what you are needing.

Filters out USD and prints a yearly total in the console of USD interest.

Prerequisites

  • NodeJs (v14.x)
  • Npm

Getting Started

  • npm install
  • npm run build
  • npm run start -- <blockfi_transactions.csv file> <blockfi-output.csv> <year>

Example

npm run build && npm run start -- transactions.csv blockfi-output.csv 2020

Donate with PayPal

Did you find this helpful? Leave a tip here.

PayPal

https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rlloyd2001%40gmail.com&currency_code=USD

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published