curtailment
curtailment
In general it would be nice to be able to edit the report. Adding your name and a title is one aspect. I would also like to add notes on...
We should also add the "Staking Reward History" export from ftx.com/staking. The headers are: `"Time","Notes","Coin","Reward"` Example line: `"2022-02-21T01:01:00.166465+00:00","SRM Staking Reward","SRM_LOCKED","0.0005"` Should be parsed as: `Staking 0.0005 SRM_LOCKED` One issue I...
Hi, they do spot trading as well, no requirement to use margin or futures. Although it is a fair point that the majority of their volume is on perpetuals. One...
I also can't read XLSX files with my (old) version of BittyTax. Will try updating everything soon. Python 3.9.6 xlrd 1.2.0
Hi @nanonano, By default I just get: `ERROR File could not be read: all.xlsx` But if I edit bittytax.py to remove the try/catch around `transaction_records = do_import(args.filename)` then it gives...
Thanks @andybiochem, I got it working with Clumsy too. Quite easy with your instructions. For anyone else using Clumsy, try the following filter in the top text box to only...
+1 I would like to connect to a Pusher stream within an asyncio based application as well. The benchmarks I have seen online generally show better websocket performance with asyncio...