xmr-node-proxy
xmr-node-proxy copied to clipboard
proxy restart
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?