More
referral
Increase your income with Hive. Invite your friends and earn real cryptocurrency!

API with JSON report... active: 1

Hello,
API report have an active key with value 1, even with rig off…
If the rig is off, the “active” key must have 0, right?
Can you fix this?
[list]
[] rig ON… active: 1
[
] rif OFF… active: 0
[/list]
Thanks

Ok, Active mean is active in rigs list. But how I know by API if the rig is ON or OFF?
Thanks

Found the solution :slight_smile:

params = {'method': 'getCurrentStats'} give me what I want

Thanks