Bitfinex and Poloniex Exporter for your Taxman.
yum install ruby-devel gcc-c++ make
gem install public_suffix:2.0.5 rapflag
./etc/config.yml
sample
currencies: [ 'USD', 'BTC', 'BFX']
api_key: ''
secret: ''
poloniex_api_key: ''
poloniex_secret: ''
comment out "currencies" if you want to export all currencies.
Options:
-c, --clean Create Bitfinex summary of transactions by day
-p, --poloniex Use Poloniex API instead of Bitfinex API
-d, --dump Use Poloniex API and dump history into CSV files
-h, --help Show this message
Enjoy your reports. More to come. Feedback always welcome.
GPLv3.0, see License File.