Raanan

Results 128 comments of Raanan

(gradle 2.0.0, AS 2.0) I also needed to add : -dontwarn org.xmlpull.v1.**

I agree with laxdog, if we would do this I would like to have a more general solution for coin specific configuration overriding general config. I would also remove the...

Hi, Thanks for reviewing the code. In line 53 there is a call to fetch history the first time would be from BITCOIN_GENESIS_BLOCK_DATE (which also stores it in the DB)....

Well the DB tried to update it self every 5m, if it fails constantly for some reason you'll see that message. Do you see other errors?

Not really, you can try deleting the sqlite3 file and restarting the bot.

yeah... that makes sense now. :) Then you'll stop getting those errors ones one loan will be finished. Could improve on that maybe... there is no logic problem here.

not a bug, right now the Analysis rate is using the same mechanism as `mindailyrate `- i.e. either halt lending or place loan at that rate depending on `hideCoins `....

@utdrmac I basically agree - I will submit a change seperating the minLendingRate from the Analysis result which should be taken into consideration for spreading offers.

No, it's just a simplification of the implementation as the Analysis will suggest the "rate to place offers" it has a very similar functionality as mindailyrate which prevents lending below...

Currently the logic is: 1. Don't lend below minDailyRate 2. if analysis rate is above minDailyRate don't lend below analysis rate **- in my opinion, this should be changed to...