passnet

Results 5 comments of passnet

You can enable debug by setting DEBUG=* env variable. And issue `cat /home/nodeproxy/.pm2/logs/proxy-error-1.log | grep -Ee "diff.*?Hashes"` to check worker stats. Most unfortunately they are identified by id string, which...

Post your config & logs (`pm2 logs usersex`).

https://github.com/Snipa22/xmr-node-proxy/issues/33 I've actually added 'stats' debug facility, extended minerStats() to include login & IP and added setInterval() at the cluster issuing custom function sendStats(JSON.stringify(activeMiners[minerID].minerStats())); which uses debug.stats and also posts...

You are trying to listen on port 80 which are privileged (1024 or check this manual to allow your proxy user to listed on privileged port: https://unix.stackexchange.com/questions/10735/linux-allowing-an-user-to-listen-to-a-port-below-1024

https://github.com/Snipa22/xmr-node-proxy/issues/33