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

Added option to start mining rig #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

QWERTZ4
Copy link

@QWERTZ4 QWERTZ4 commented Aug 27, 2021

Start/Stop mining rig with

my_accounts = private_api.get_accounts()
status = private_api.start_rig(rig_id)
print(status)

just replace

status = private_api.start_rig(rig_id)

with

status = private_api.stop_rig(rig_id)

Start mining rig with

my_accounts = private_api.get_accounts()
status = private_api.start_rig(rig_id)
print(status)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants