vertcoin-project / p2pool-vtc

GNU General Public License v3.0
31 stars 51 forks source link

v0.3.0 Stratum connection issues #24

Open nickhoyt opened 6 years ago

nickhoyt commented 6 years ago

Mining against a p2pool node with this version is producing a stratum connection interrupted between each found share. This is consistent, logs from miners look like this.

[2018-02-01 22:03:00] Stratum connection interrupted
[2018-02-01 22:03:00] GPU #2: EVGA GTX 1050 Ti, 13.36 MH/s
[2018-02-01 22:03:00] accepted: 40/43 (diff 0.086), 36.67 MH/s yes!
[2018-02-01 22:03:00] Stratum connection interrupted
[2018-02-01 22:03:02] Stratum difficulty set to 8 (0.03125)
[2018-02-01 22:03:05] GPU #0: EVGA GTX 1050 Ti, 11.02 MH/s
[2018-02-01 22:03:05] accepted: 41/44 (diff 0.035), 36.67 MH/s yes! 
[2018-02-01 22:03:05] Stratum connection interrupted
[2018-02-01 22:03:12] GPU #2: EVGA GTX 1050 Ti, 13.47 MH/s
[2018-02-01 22:03:12] accepted: 42/45 (diff 0.032), 36.65 MH/s yes!
[2018-02-01 22:03:12] Stratum connection interrupted
[2018-02-01 22:03:18] GPU #1: EVGA GTX 1050 Ti, 11.42 MH/s 
[2018-02-01 22:03:18] accepted: 43/46 (diff 0.032), 36.64 MH/s yes!
[2018-02-01 22:03:18] Stratum connection interrupted
[2018-02-01 22:03:31] GPU #2: EVGA GTX 1050 Ti, 13.39 MH/s
[2018-02-01 22:03:31] accepted: 44/47 (diff 0.036), 36.64 MH/s yes!
[2018-02-01 22:03:31] Stratum connection interrupted
[2018-02-01 22:03:31] GPU #1: EVGA GTX 1050 Ti, 11.40 MH/s
[2018-02-01 22:03:31] accepted: 45/48 (diff 0.036), 36.61 MH/s yes!
[2018-02-01 22:03:31] Stratum connection interrupted
[2018-02-01 22:03:48] GPU #2: EVGA GTX 1050 Ti, 13.31 MH/s
[2018-02-01 22:03:48] accepted: 46/49 (diff 0.037), 36.58 MH/s yes!
[2018-02-01 22:03:48] Stratum connection interrupted
[2018-02-01 22:03:53] GPU #2: EVGA GTX 1050 Ti, 13.27 MH/s
[2018-02-01 22:03:53] accepted: 47/50 (diff 0.037), 36.56 MH/s yes!
[2018-02-01 22:03:53] Stratum connection interrupted
[2018-02-01 22:04:00] GPU #2: EVGA GTX 1050 Ti, 13.39 MH/s
[2018-02-01 22:04:00] accepted: 48/51 (diff 0.080), 36.54 MH/s yes!
[2018-02-01 22:04:00] Stratum connection interrupted
[2018-02-01 22:04:06] GPU #2: EVGA GTX 1050 Ti, 13.33 MH/s
[2018-02-01 22:04:06] accepted: 49/52 (diff 0.051), 36.53 MH/s yes!
[2018-02-01 22:04:06] Stratum connection interrupted
[2018-02-01 22:04:13] GPU #0: EVGA GTX 1050 Ti, 11.08 MH/s
[2018-02-01 22:04:13] accepted: 50/53 (diff 0.065), 36.53 MH/s yes!
[2018-02-01 22:04:13] Stratum connection interrupted
[2018-02-01 22:04:18] GPU #1: EVGA GTX 1050 Ti, 11.43 MH/s
[2018-02-01 22:04:18] accepted: 51/54 (diff 0.076), 36.52 MH/s yes!
[2018-02-01 22:04:18] Stratum connection interrupted

Not sure what the issue is, but there seem to be no rejected shares between stratum drops.

nickhoyt commented 6 years ago

I restarted the node and the stratum adjustments became less frequent, then on the third restart it appears to have fixed the issue?! not sure what the issue was to begin with, rather odd.