diff --git a/proxy.js b/proxy.js index beceb35..f2e2ecb 100644 --- a/proxy.js +++ b/proxy.js @@ -945,6 +945,7 @@ function handleMinerData(method, params, ip, portData, sendReply, pushMessage, m sendReply('Unauthenticated'); return; } + miner.heartbeat(); sendReply(null, { status: 'KEEPALIVED' });