You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to pause the miner through the API using control?pause=True, it will return success:1, but the miner will not be paused, due to the capital T, however it works if you try to resume with a False. I know it's best to use .ToLowerCase() for the boolean, but it is a bit confusing when you still get a success even though the miner has not been paused.
Not really a major issue, but perhaps worth mentioning to always submit the true/false params with lowercase letters.
The text was updated successfully, but these errors were encountered:
If you try to pause the miner through the API using control?pause=True, it will return success:1, but the miner will not be paused, due to the capital T, however it works if you try to resume with a False. I know it's best to use .ToLowerCase() for the boolean, but it is a bit confusing when you still get a success even though the miner has not been paused.
Not really a major issue, but perhaps worth mentioning to always submit the true/false params with lowercase letters.
The text was updated successfully, but these errors were encountered: