Alexander Blair

Results 52 comments of Alexander Blair

1. Correct, VarDiff automatically adjusts the diff based on your miner, but the closer it is, the better for performance off the bat. 2. The default config shows off the...

https://github.com/Snipa22/xmr-node-proxy/wiki/config_review

Set your share target time to 1, you likely have an extremely low number of miners, so you're not submitting shares fast enough.

@Makanar Your hashrate at 1.3 kh/s is 21 h/s. Low-side diff at 15 second STT should be 300 diff. You need to play with the settings.

Pool has to support it. Someone was working with me to have me extend the pool and proxy for ETN, but then someone on the ETN core team killed the...

You pointed it at a non nodejs-pool based pool. The system isn't returning back the data expected, so it's freaking out and dying. Most ETN pools do not support the...

@mercenaruss https://easyhash.io/pools/electroneum doesn't appear to be based on NodeJS-pool. In fact, given the stats response, I can almost guarantee you it's built on Node-Cryptonote-Pool. Edit: http://etn.easyhash.io:3631/ NodeJS-Pool returns: https://github.com/Snipa22/nodejs-pool/blob/master/lib/pool.js#L21

XNP requires NodeJS-Pool updates for integration. If ETN miners are serious about wanting this, I'll make it easy. Raise 100k ETN, and I'll do the NodeJS-Pool and XNP integrations. If...

If memory serves right, the ubuntu:16.04 image loads everything as root. The proxy certainly doesn't need root access to run, can you add a USER parameter to this to lock...

Thanks! XNP was written back before lots of these things were standard, so there was no reason to utilize them. That being said, functionally, I don't care if the code...