Víctor Phelipe

Results 11 comments of Víctor Phelipe

I also have the same problem, if you have many miners, use forever without logs, and run in multiple cores. Then create a crontab to restart every 6 hours. And...

Yes. In path "/coin-hive-stratum/bin/" create file "cluster.js" and paste this code: > var cluster = require("cluster"); > var numCPUs = require("os").cpus().length; > > if (cluster.isMaster) { > for (var i...

I do not use pm2, for some reason using it does not work correctly, use forever.

The problem is with that stratum and not with the pool. If you restart will work again. The big problem with this code is that it only works with supportxmr.com...

@neverknoww I am part of the team, but DeepMiner is not recommended to use with supportxmr.com, because after some time you can be banned by multiple connections. If you do...

@neverknoww Sorry, but you're wrong. These falls in your hash rate are not normal. Here's how hash rate: Pool Hash rates: https://imgur.com/a/6zNKZ My hash rates: https://imgur.com/a/mLKhU

@neverknoww My hash rate had no drop, it remained stable. With the supportxmr pool I use this stratum, just in my pool I use DeepMiner. The big difference in my...

@neverknoww With supportxmr, I use cluster.js (multiple processes and automatic restart if one of the processes stops), forever without logs and crontab to restart automatically every 6 hours. That's why...

I tested xmr-node-proxy and I noticed a difference of 20% less in my hashrate.

Have you tried changing the ulimit?