Learner

Results 236 comments of Learner

The pool will reject all (you CAN NOT mine cryptonight-lite with XMR or any other Ctyptonight coin).

That util seems not be installed cd ~/xmr-node-proxy git pull npm install

Hardware / OS info ? Do your CPU have AES-NI ? Non AES is no more supported at the moment.

Proxy doesn’t validate shares (it’s the pool). That’s why xmrig got mistaken as accepted.

Check the pool, the pool will reject all cryptonight-light shares.

I can not see any info about CPU. Run this : cat /proc/cpuinfo

Gotcha ! You got some “fixed” miners with both Cryptonight and Cryptonight-light pointing to same proxy same port. I guess you can solve this trouble but you need to change...

You can try to change some parts of proxy codes to track both algos. Your case is rare, you got to manage by yourself.

It seems there is not AES-NI with your CPU emulation. You can try this non-AES util multi hashing in package.json : "multi-hashing": "git+https://github.com/grunjol/node-multi-hashing.git#Nan-2.0” And npm update or npm install I...