Beispiel #1
0
 public Miner(string memberName, string productName, string platform, int threadCount = 1, bool useSSE = false, float gpuPercentage = 0)
 {
     mMTM = new MTM(threadCount, useSSE, gpuPercentage);
     mConn = new Connection(memberName, productName, platform);
     mConn.ConnectTo(mHostName);
 }
Beispiel #2
0
 public Miner(string memberName, string productName, string platform, int threadCount = 1, bool useSSE = false, float gpuPercentage = 0)
 {
     mMTM  = new MTM(threadCount, useSSE, gpuPercentage);
     mConn = new Connection(memberName, productName, platform);
     mConn.ConnectTo(mHostName);
 }