GMinerRelease
GMinerRelease copied to clipboard
Anti-hacking system detected modification of the miner memory - v2.91
my method for start mining from nodeJs childProcess.spawn(minerPath, args)
Are you running your code from a debugging environment?
See https://github.com/develsoftware/GMinerRelease/issues/732
No, I am working with prod
I found solution
childProcess.spawn('cmd.exe', ['/c', ${minerPath}, ...args], { shell: true });