Search content
Sort by

Showing 2 of 2 results by charles1510
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.6 (Windows/Linux)
by
charles1510
on 31/01/2018, 17:15:27 UTC
is there any possibility to have ethman under linux ?
Have you tried run it under Wine? What do you need from it? Using API is pretty easy if you know some basic programming. I can rewrite ethman for Linux in c++ or python but I need source code. Now I'm working on my own multiplatform solution for remote control, and probably share it when it's "not crappy" enough.
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"]}