You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My miners have been working for few weeks without any problems but few days ago they all disconnected from the pool and did not manage to re-connect, log output:
2019-07-27_02:28:58.89778 [I 02:28:58] NoncerPro: New block height: 671820
2019-07-27_02:29:03.78443 [I 02:29:03] MinerWorkerPool: GPU#0: Found nonce 10018111
2019-07-27_02:29:11.33191 [I 02:29:11] MinerWorkerPool: GPU#5: Found nonce e559087c
2019-07-27_02:29:19.84259 [W 02:29:19] BasePoolMiner: Disconnected from pool
2019-07-27_02:29:19.84285 [W 02:29:19] BasePoolMiner: Disconnected from pool
2019-07-27_02:29:23.03390 [W 02:29:23] BasePoolMiner: Disconnected from pool
2019-07-27_02:30:15.80058 [I 02:30:15] NoncerPro: New block height: 671821
2019-07-27_02:30:26.97586 [I 02:30:26] NoncerPro: New block height: 671822
2019-07-27_02:30:36.24622 [I 02:30:36] NoncerPro: New block height: 671823
2019-07-27_02:31:59.52104 [I 02:31:59] NoncerPro: New block height: 671824
2019-07-27_02:32:49.92121 [I 02:32:49] NoncerPro: New block height: 671825
2019-07-27_02:34:01.94211 [I 02:34:01] NoncerPro: New block height: 671826
etc ...
At the same time API still returned last good values for hashrates so it seemed like everything was still working, only difference i could see was hash drop and disconnected workers on poolside and power consumption and temperature drop.
Command to execute miner /noncerpro-cuda-linux-3.2.0/noncerpro --server <server> --port <port> --address=<address> --threads=8 -i --optimizer
Command to get API stats curl http://localhost:3000/api
The text was updated successfully, but these errors were encountered:
My miners have been working for few weeks without any problems but few days ago they all disconnected from the pool and did not manage to re-connect, log output:
At the same time API still returned last good values for hashrates so it seemed like everything was still working, only difference i could see was hash drop and disconnected workers on poolside and power consumption and temperature drop.
Command to execute miner
/noncerpro-cuda-linux-3.2.0/noncerpro --server <server> --port <port> --address=<address> --threads=8 -i --optimizer
Command to get API stats
curl http://localhost:3000/api
The text was updated successfully, but these errors were encountered: