Skip to content
New issue

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

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

Already on GitHub? # to your account

[Feature] Turn On/Off Button #598

Open
vicenterusso opened this issue Dec 24, 2017 · 3 comments
Open

[Feature] Turn On/Off Button #598

vicenterusso opened this issue Dec 24, 2017 · 3 comments

Comments

@vicenterusso
Copy link

A button to make the bot pause the operations seems useful. If I want to transfer some funds out of funding wallet I need to login ssh, stop the bot and wait all funds to became available again. Then log ssh, start the bot... etc

@laxdog
Copy link
Collaborator

laxdog commented Apr 19, 2018

Yes, this would be useful. I think it was talked about before.

Really we need a REST or other interface to the bot before adding all this things via the WebUI though. There's currently no easy way to directly influence it.

@Evanito
Copy link
Member

Evanito commented Apr 28, 2018

Would be easier if we move from a "main loop" structure to a master/worker model.
Then master can do asynch tasks and call workers/etc.

Much of our code is functions on a loop, so I can see how we can turn that into objects (?) and thus also have multiple configs running in one instance of the bot.

Would be very backwards-compatibility breaking however.

@laxdog
Copy link
Collaborator

laxdog commented May 8, 2018

Yea, though the best way to do that is to move to python 3 so we have async / await.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants