Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: return by date #50

Closed
stranger29 opened this issue Jun 10, 2017 · 4 comments
Closed

Feature request: return by date #50

stranger29 opened this issue Jun 10, 2017 · 4 comments
Labels

Comments

@stranger29
Copy link

Ability to gracefully return all or part of lent funds by a specific date.
I.e. on May 1st we specified in the GUI that all funds must be returned no later than by June 1st
The app will limit lending to 31 days on May 1st, to 30 days on May 2nd etc.
During last two days, it won't lend anything.

This would be an amazing feature!

@dutu
Copy link
Owner

dutu commented Jun 10, 2017

@stranger29, wouldn't be easy enough to just stop the bot when you want your funds not to be lent anymore?

@stranger29
Copy link
Author

stranger29 commented Jun 10, 2017

@dutu, not really as If I decide that I need funds back in a couple weeks, first I need to hardcode every day max duration, 2nd I need to remember to stop it no later than on X-2 date, which could be the most complicated part since I'm just a human :)
Also, usually I need only part of my funds as i.e. I want to participate in ICO or smth...

@dutu
Copy link
Owner

dutu commented Jun 10, 2017

The bot always lends for 2 days. You'd just need to set a reminder in your calendar to stop the bot 2 days before you need the funds.
If you only need part of your funds, set parameter POLOLENDER_LENDMAX instead of stopping it.

@stranger29
Copy link
Author

@dutu, ok, got it, thx. I think it should be added to the FAQ (that bot always lends for 2 days)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants