GMinerRelease icon indicating copy to clipboard operation
GMinerRelease copied to clipboard

Anti-hacking system detected modification of the miner memory - v2.91

Open ihor-protsenko-theraven opened this issue 3 years ago • 2 comments

my method for start mining from nodeJs childProcess.spawn(minerPath, args)

ihor-protsenko-theraven avatar May 09 '22 10:05 ihor-protsenko-theraven

Are you running your code from a debugging environment?

See https://github.com/develsoftware/GMinerRelease/issues/732

UselessGuru avatar May 10 '22 18:05 UselessGuru

No, I am working with prod

I found solution childProcess.spawn('cmd.exe', ['/c', ${minerPath}, ...args], { shell: true });

ihor-protsenko-theraven avatar May 18 '22 07:05 ihor-protsenko-theraven