matti / verokrypto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verokrypto

with docker

cat execution-history.xlsx | docker run -i mattipaksula/verokrypto process coinex -

with ruby

gem install verokrypto
verokrypto process coinex execution-history.xlsx

check all

  • time utc
  • times in correct order
  • rows count match
  • price available
  • highest gains

coinbase

  • eth mining labeled correctly?

koinly problems

  • randomly sorts events with same second and does not support milliseconds
  • if amount "0.0" then just silently ignores in import
  • csv supports labels like stake and unstake, but those are silently ignored in import

coinex

coinex has no milliseconds

https://www.coinex.com/exchange/record

https://www.coinex.com/asset/deposit/record

https://www.coinex.com/asset/withdraw/record

todo

  • no transcation id in trades as they are not in blockchain? (no md5)
  • southxchange trade fees (other way around?)
  • southxchange times vs koinly

About


Languages

Language:Ruby 96.0%Language:Shell 3.4%Language:Dockerfile 0.6%