Bitcoin Forum
June 22, 2024, 12:11:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.6 (Windows/Linux) on: January 31, 2018, 05:15:27 PM
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.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.6 (Windows/Linux) on: January 30, 2018, 09:58:50 PM
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"]}
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!