Bitcoin Forum
May 06, 2024, 03:39:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: Remotely running rpcminer-cuda fails "could not initialize cuda" on: March 28, 2012, 05:41:22 PM
So what do I do since I can't post this in the actual RPCminer thread?
2  Other / Beginners & Help / Remotely running rpcminer-cuda fails "could not initialize cuda" on: March 28, 2012, 01:54:16 AM
I'm in a particular bind.  I can use Windows WMI to remotely execute processes and manage processes.  This is useful in the environment for which I intend to mine coins.

Specifically, 3 lines of python code like this can start a process on a remote system:

 
Code:
import wmi
c=wmi.WMI(computer="remotehost")
c.Win32_Process.Create(target="path\to\exe")

The miner executable and the flags I pass work when I run them as a user at the actual computer, but when running them through this method or through remote desktop they fail.  I specifically mention that they fail during remote desktop because nvidia released a doc saying RDP replaces the video driver with one that CUDA supposedly can not work with during RDP sessions.

Is there a way to initialize cuda?

Is there a way to remotely start rpcminer-cuda.exe?
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!