djfinch

Results 31 comments of djfinch

you have to run `npm i` or `yarn` once again. cryptoforknote util / cryptonight-hashingnode bindings are compiled from source and it fails previously because of missing libsodium-dev. to avoid any...

You're welcome... ;)

+Idea (own provider): How about nodemailer module, load config from config.json and then trigger nodemailer [here](https://github.com/MoneroOcean/xmr-node-proxy/blob/master/proxy.js#L602)? Something like this. Sorry for my 0 knowledge about NodeJS. ``` var notifier =...

There's no /proc/cpu on macOS so you have to detect supported CPU extension via `sysctl` or set flags manually... Just fork it and edit these lines. https://github.com/MoneroOcean/node-cryptonight-hashing/blob/master/binding.gyp#L76

https://devhints.io/pm2

Is keepalive on miners on/true? Maybe some of them are slow and not able to send share in given time (shareTargeTime).

10000 is way too high as starting diff for 16 miners. Pool sent you ~21000 diff job (as per your screenshot). Then, because you are not able to submit anything...

@Aprrentice : - regarding port... it does not matter. It is just about starting diff. You will get correct diff after a while. - 1000 looks better. - you can...

Is 14.04 really needed? It's quite old and build tools will be outdated, too. So it's maybe something with gcc (not sure which version is there).

What's the size of your EC2 instance? For small ones (e.g. t2.micro) you need a swap cause they have not enough RAM for compiler stage... So binding are not compiled...