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
Getting an issue where the proxy crashes and restarts every two minutes, Proxy works fine if there are less than 30 miners connected to it, but as soon as 30-35 connect the proxy server errors and restarts. After restarting miners reconnect and within 2-3 minutes the server errors and restarts again. This process continues over and over.
The same two error messages are seen before the server crashes:
Error1:
TypeError: Cannot read property 'id' of null
at Miner.getJob (/home/nodeproxy/xmr-node-proxy/lib/xmr.js:106:95)
Error 2:
TypeError: Cannot read property 'send' of undefined
at /home/nodeproxy/xmr-node-proxy/proxy.js:569:54
Miners are running xmr-stak and the cryptonight_v7 algorithm. Issue has only been seen since the upgrade to the v7 algo.
Anyone seen anything similar?
The text was updated successfully, but these errors were encountered:
Getting an issue where the proxy crashes and restarts every two minutes, Proxy works fine if there are less than 30 miners connected to it, but as soon as 30-35 connect the proxy server errors and restarts. After restarting miners reconnect and within 2-3 minutes the server errors and restarts again. This process continues over and over.
The same two error messages are seen before the server crashes:
Error1:
TypeError: Cannot read property 'id' of null
at Miner.getJob (/home/nodeproxy/xmr-node-proxy/lib/xmr.js:106:95)
Error 2:
TypeError: Cannot read property 'send' of undefined
at /home/nodeproxy/xmr-node-proxy/proxy.js:569:54
Miners are running xmr-stak and the cryptonight_v7 algorithm. Issue has only been seen since the upgrade to the v7 algo.
Anyone seen anything similar?
The text was updated successfully, but these errors were encountered: