Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnect from pool, API still reports old values #7

Open
vkristjan opened this issue Jul 28, 2019 · 0 comments
Open

Disconnect from pool, API still reports old values #7

vkristjan opened this issue Jul 28, 2019 · 0 comments

Comments

@vkristjan
Copy link

vkristjan commented Jul 28, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant