Matthew
Matthew
@rnevet Missing Bitfinex support. Tough because Bitfinex does not return 'btcValue' like Polo does. Have to convert each coin using latest market data.
Tried writing a quick patch for Bitfinex. Seems more trouble than it's worth. You'd have to add any/all coins back into `all_currencies` if you want the values calculated because Bitfinex...
I've been thinking about this for a long time. We need to introduce a true threading model where each exchange is Thread'd off and runs on it's own. We can...
It would bring an easier user experience. Wouldn't have to run two bots in two different screen sessions on two different web ports.
Separating the databases is easy, just prepend the exchange name to each file.
Jumping in here: If I try to send 1 transaction, ledger shows everything correctly. It decodes the bytes to show you source, destination, fee, etc. But if I attempt to...
@mikereinhart Certainly too much info to display. Especially for bakers that do payouts with 100's of txns per operation. And now with Delphi lowering txn costs, easily 500+ txns per...
@jirfag Thought here?
I don't have golang-ci in my go.mod so whatever @till did to fix their situation was unique to them. This is still an issue for me. I have since removed...