Create CSV files of your accounts' reward history via helium's API and Coingecko.
This is not official tax advice. Use at your own risk.
- Edit
.env-template
to.env
- Set your
HT_ADDRESSES
(wallet addresses, comma separated) - Set your desired dates
HT_START_DATE
HT_END_DATE
(ex:'2021-01-01'
formatYYYY-MM-DD
)
- Set your
- Run
docker-compose build --force-rm
- Run
docker-compose up
- Your CSVs are in
./reports