dutu / poloLender

Free, open source, high performance bot for lending funds on Poloniex exchange
https://github.com/dutu/poloLender
Other
160 stars 47 forks source link

With what currencies does the bot work with? #93

Closed vinipachecov closed 7 years ago

dutu commented 7 years ago

image

vinipachecov commented 7 years ago

Thank you, but how do I configure STR lendings?

dutu commented 7 years ago

just need to add STR to your POLOLENDER_STARTBALANCE env variable example: POLOLENDER_STARTBALANCE={"STR":"1000"}

vinipachecov commented 7 years ago

Do I need to put it on MINRATE?

My file is like this:

Start UTC time - this is used to calculate and display total profitability

POLOLENDER_STARTTIME=2016-02-28T12:27:09+00:00

Start balance - this is used to calculate and display total profitability

POLOLENDER_STARTBALANCE={"BTC":"10", "ETH":"1100", "XMR":"1000","STR":"100" }

Maximum amounts in your lending account that should be lended

POLOLENDER_LENDMAX={"BTC":"900", "ETH":"99900", "XMR":"2000"}

Minimum lending rate in percent.

POLOLENDER_MINRATE={"BTC":"0.08", "ETH":"0", "XMR":"0", "XRP":"0", "LTC":"0", "STR":"0.08"}

Report interval in minutes (default is 60 minutes)

POLOLENDER_REPORTINTERVAL=30

dutu commented 7 years ago

That should be ok.

vinipachecov commented 7 years ago

Thank you, I think that's all!