-
Notifications
You must be signed in to change notification settings - Fork 2
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
staking of ETH and BTC #4
Comments
Dear @christen90, thank you for your message and issue report! I have downloaded an export from kraken and have also found this new, not yet in my parser implemented "earn" transactions with "Unknown" refid. I will check how to properly implement these, but it might be May until there is a fix - feel free to create a PR if you want to try yourself :) |
Dear @christen90, I have improved the transaction processing, so many of your "Can't process case" messages should disappear now. For the cases with the Have fun trying the new version! |
This commit handles new transaction types (such as depositing cryptocurrencies to Kraken) and cases where the `refid` is `Unknown`, currently happening for a few transactions in the Kraken CSV export, that are missing the refid due to a bug.
The bug with the unknown refid was confirmed, and there will be a fix (although there is no timeline for it yet):
|
It seems that there are no more |
Hello Alexander,
also thanks from my side for implementing that parser.
Somehow I'm not able to process my transactions. Can you please have a look and give a hint why it is not working?
I'm running it under python 3.12 (PyCharm on Windows)
cly.py -fc "EUR" -o "./output" -v ".\input\Alle_historischen_Kurse.csv" ".\input\ledgers.csv" -cm "{\"BTC-EUR\": \"XXBTZEUR\", \"ETH-EUR\": \"XETHZEUR\"}"
Alle_historischen_Kurse.csv looks like this
Kraken is in use for historic rates
ledgers.csv looks like this
No staking rewards gets exported.
For the refid Unknown i get Can't process case: earn info: dup
For the rest Can't process case: transfer info: nondup
Can't process case: deposit info: nondup
Can't process case: staking info: nondup
BR Christian
The text was updated successfully, but these errors were encountered: