ccminer-cryptonight icon indicating copy to clipboard operation
ccminer-cryptonight copied to clipboard

stractum_recv_line failed (error)

Open ghost opened this issue 7 years ago • 2 comments

Hello. Constantly written error "stractum_recv_line failed".

Brief description of the device:

  • Intel Core2Duo E8400
  • 4 Gb RAM
  • nVidia GeForce 9600 GT
  • Windows 8.1 Pro

Running with "--debug" option produces the following result: [2017-08-15 12:31:05] Ignoring algo switch, this program does only cryptonight n ow. [2017-08-15 12:31:05] Using JSON-RPC 2.0 [2017-08-15 12:31:05] 1 miner threads started, using 'cryptonight' algorithm. [2017-08-15 12:31:05] Starting Stratum on stratum+tcp://xmr.pool.minergate.com:4 5560 [2017-08-15 12:31:05] GPU #0: GeForce 9600 GT (8 SMX), using 40 blocks of 8 thre ads [2017-08-15 12:31:05] GPU #0: GeForce 9600 GT, 8113.51 H/s [2017-08-15 12:31:15] Auth id: d0d06269-1a5d-40aa-8887-67d1623e70b7 [2017-08-15 12:31:15] Pool set diff to 1063 [2017-08-15 12:31:15] Stratum detected new block [2017-08-15 12:31:15] GPU #0: GeForce 9600 GT, 45399.72 H/s [2017-08-15 12:32:15] GPU #0: GeForce 9600 GT, 45365.99 H/s [2017-08-15 12:33:12] stratum_recv_line failed [2017-08-15 12:33:12] Stratum connection interrupted [2017-08-15 12:33:12] GPU #0: GeForce 9600 GT, 45436.01 H/s [2017-08-15 12:33:35] Auth id: 56535020-9b02-4127-97c6-75a161ba87c0 [2017-08-15 12:33:35] Stratum detected new block [2017-08-15 12:33:35] GPU #0: GeForce 9600 GT, 45439.45 H/s [2017-08-15 12:34:36] GPU #0: GeForce 9600 GT, 45296.18 H/s [2017-08-15 12:34:44] Stratum detected new block [2017-08-15 12:34:44] GPU #0: GeForce 9600 GT, 45442.19 H/s [2017-08-15 12:35:29] Stratum detected new block [2017-08-15 12:35:29] GPU #0: GeForce 9600 GT, 45425.59 H/s [2017-08-15 12:35:38] stratum_recv_line failed [2017-08-15 12:35:38] Stratum connection interrupted [2017-08-15 12:35:38] GPU #0: GeForce 9600 GT, 45489.83 H/s [2017-08-15 12:36:38] GPU #0: GeForce 9600 GT, 45486.89 H/s [2017-08-15 12:36:39] stratum_recv_line timed out [2017-08-15 12:36:39] ...retry after 30 seconds [2017-08-15 12:37:09] GPU #0: GeForce 9600 GT, 45483.65 H/s [2017-08-15 12:37:32] Auth id: 2e3c4911-3ecc-4c1a-b6d5-2577cf88cb61 [2017-08-15 12:37:32] Stratum detected new block [2017-08-15 12:37:32] GPU #0: GeForce 9600 GT, 45478.84 H/s [2017-08-15 12:38:32] GPU #0: GeForce 9600 GT, 45420.97 H/s

Is it possible to solve this problem programmatically?

ghost avatar Aug 15 '17 09:08 ghost

Estou com o mesmo problema, alguma solução?

lermen-andrefabiano avatar Jan 01 '18 23:01 lermen-andrefabiano

The solution is not a problem because the algorithm requires Cryptonight CUDA 2.0 and above. For example, nVidia Geforce 9600 GT GPU supports CUDA 1.1


CUDA 1.0

GPU: G80, G92, G92b, G94, G94b Devices: GeForce 8800GTX/Ultra, Tesla C/D/S870, FX4/5600, 360M, GT 420

CUDA 1.1

GPU: G86, G84, G98, G96, G96b, G94, G94b, G92, G92b Devices: GeForce 8400GS/GT, 8600GT/GTS, 8800GT/GTS, 9400GT, 9600 GSO, 9600GT, 9800GTX/GX2, 9800GT, GTS 250, GT 120/30/40, FX 4/570, 3/580, 17/18/3700, 4700x2, 1xxM, 32/370M, 3/5/770M, 16/17/27/28/36/37/3800M, NVS420/50

CUDA 1.2

GPU: GT218, GT216, GT215 Devices: GeForce 210, GT 220/40, FX380 LP, 1800M, 370/380M, NVS 2/3100M

CUDA 1.3

GPU: GT200, GT200b Devices: GeForce GTX 260, GTX 275, GTX 280, GTX 285, GTX 295, Tesla C/M1060, S1070, Quadro CX, FX 3/4/5800

All I was capable of these devices, this coin mining built on SHA-256 (e.g. Bitcoin) and Scrypt (e.g. Litecoin). However, the presence of ASIC devices for these algorithms makes the listed graphics cards are useless in mining. Perhaps there is some exotic algorithms for these versions of CUDA computing, but I do not know about them.

ghost avatar Jan 02 '18 12:01 ghost