xmrig-proxy icon indicating copy to clipboard operation
xmrig-proxy copied to clipboard

xmrig-proxy 6.10.0 (send buffer overflow)

Open Raicam opened this issue 3 years ago • 5 comments

I am using OS for proxy - Ubuntu 18.04.5

Version - xmrig-proxy-6.4.0-bionic-x64.tar.gz works well.

But after installation - xmrig-proxy-6.10.0-bionic-x64.tar.gz the proxy does not work and I constantly see errors like this:

[2021-03-09 16: 46: 35.047] [78.141.213.126] send failed: "send buffer overflow: 17 306> 16382" [2021-03-09 16: 46: 41.049] [78.141.213.126] send failed: "send buffer overflow: 17 306> 16382" [2021-03-09 16: 46: 47.066] [78.141.213.126] send failed: "send buffer overflow: 17 306> 16382" [2021-03-09 16: 46: 53.069] [78.141.213.126] send failed: "send buffer overflow: 17 306> 16382" [2021-03-09 16: 46: 56.489] net 0000 new job from monerohash.com:80 diff 503 73 algo rx / 0 height 2313330 [2021-03-09 16: 46: 59.070] [78.141.213.126] send failed: "send buffer overflow: 17

Raicam avatar Mar 09 '21 16:03 Raicam

Please provide more information about your setup, I just checked this version with monerohash.com and all works fine. Outgoing packet size should never be close to that limit. Thank you.

xmrig avatar Mar 09 '21 22:03 xmrig

I found what the problem is.

If config.json is set:

"custom-diff": null, - works well

"custom-diff": 30000, - gives errors send failed: "send buffer overflow: 17 306> 16382"

Raicam avatar Mar 10 '21 07:03 Raicam

Confirmed. Thank you.

xmrig avatar Mar 10 '21 09:03 xmrig

Fixed in dev branch. Thank you.

xmrig avatar Mar 10 '21 10:03 xmrig

https://github.com/xmrig/xmrig-proxy/releases/tag/v6.10.1

xmrig avatar Mar 10 '21 12:03 xmrig