Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.6 (Windows/Linux)
by
charles1510
on 30/01/2018, 21:58:50 UTC
I'm writing python script to check whether pc is running on UPS or not and based on that, control GPUs mining(to extend time running on battery).
I've found a small bug in Remote Management API documentation:
Code:
{"id":0,"jsonrpc":"2.0","method":"control_gpu", "params":[0, 1]}
Should be:
Code:
{"id":0,"jsonrpc":"2.0","method":"control_gpu", "params":["0", "1"]}