Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
thhjs
on 16/09/2016, 18:28:23 UTC
Hello,

I am new to this. I have downloaded the CCMiner of the first post. I then started the following command :

ccminer -o stratum+tcp://monerohash.com:3333 -u my address -p x

It comes with an error :

SP-Mod 1.5.79
Compiled with Visual C++ 18 using Nvidia CUDA Toolkit 7.5

  Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
  CUDA support by Christian Buchner, Christian H. and DJM34
  Includes optimizations implemented by sp, klaust, tpruvot and tsiv.

[2016-09-16 20:15:43] Starting Stratum on stratum+tcp://monerohash.com:3333
[2016-09-16 20:15:43] NVAPI GPU monitoring enabled.
[2016-09-16 20:15:43] 1 miner thread started, using 'x11' algorithm.
[2016-09-16 20:15:43] Binding thread 0 to cpu 0 (mask 1)
[2016-09-16 20:15:44] JSON-RPC call failed: {
   "code": -1,
   "message": "invalid method"
}
[2016-09-16 20:15:44] ...retry after 5 seconds
[2016-09-16 20:15:49] JSON-RPC call failed: {
   "code": -1,
   "message": "invalid method"
}
[2016-09-16 20:15:49] ...retry after 5 seconds
[2016-09-16 20:15:53] CTRL_C_EVENT received, exiting once miner jobs complete.  Ctrl+C again to abort miner jobs
[2016-09-16 20:15:54] Stratum connection timed out
[2016-09-16 20:15:54] Stratum connection interrupted

When I use an version which I found at : https://www.cryptocompare.com/mining/guides/how-to-mine-monero It gets a rate of 265.47 H/s of a EVGA 1070 SC

What am I doing wrong? Doesn't this CCMiner support Monero?