BitBotFactory / MikaLendingBot

Automated lending on Cryptocurrency exchanges Poloniex and Bitfinex
http://poloniexlendingbot.readthedocs.io/en/latest/index.html
MIT License
1.11k stars 344 forks source link

Coinconfig et al, not applied to BTS #397

Open jazy510 opened 7 years ago

jazy510 commented 7 years ago

I have the maxpercenttolend = 96 in the default.cfg, and all the coins, save BTS, have the 96% value applied, and output as such in the webstats page. It seems that no configuration file entries (to either coinconfig, or to an individual [BTS] entry, seem to affect the BTS loans.

rnevet commented 7 years ago

Please attach your config, without API & Secret.

jazy510 commented 7 years ago

My current config file has "#coinconfig" as well as all custom coin entries are also all commented out: default.cfg

and still my BTS loan continues to lend out all 100%:

BTS 1 BTS = 0.000121 BTC Lent NNNN.NNNN of NNNN.NNNN (100.00%) 0.23600% Day Avg. 0.20060% Day Eff. NN.NN% Year MM.MM% Year Comp.

rnevet commented 7 years ago

And you have other coins that are keeping the limit? very weird.

jazy510 commented 7 years ago

I have reset using the default.cfg file (updating w/my API info) and after a bit, the BTS now has the maxlperceenttolend figure applied (but now BTC is stuck at 100% lent w/o the max%tolend amount in affect). The issue appears to be related to coins that may already have 100% lended out, and then it seems that perhaps the maxpercenttolend amount seem to never be applied to any coins which are at 100%, and the coin continues to get fully (100%) lent out. maybe?