shadowmax31 / crypto_log

This is a cli-tool to log and track the Cost Basis and Capital Gain when transacting with CryptoCurrency
GNU General Public License v2.0
0 stars 0 forks source link

Crypto.Com Converting Dust #18

Open shadowmax31 opened 3 years ago

shadowmax31 commented 3 years ago

Dust conversions are basically taking a small amount of crypto (ETH, BTC, etc.) and converting it to CRO. This should be treated as an exchange transaction.

The issue is that dust conversions are generated in two (maybe more) rows in Crypto.Com's CSV and we process one line at a time when importing a CSV file. So, we cannot generate the exchange transaction.

It's also worth noting that the interface in Crypto.Com's app allows to select multiple cryptos in one dust conversion. I don't know how this would show in the CSV though, I only tested converting ETH to CRO.

shadowmax31 commented 3 years ago

This commit at least adds a warning for the user that something has to be done manually: 2245493eee39754a24918dd5b94d5cd8882be5fa

shadowmax31 commented 3 years ago

This is not a big priority, because I don't plan on using this feature too often