develsoftware / GMinerRelease

Ethash, ProgPoW, Equihash, CuckooCycle GPU Miner
https://bitcointalk.org/index.php?topic=5034735.0
1.95k stars 330 forks source link

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

Open ihor-protsenko-theraven opened 2 years ago

ihor-protsenko-theraven commented 2 years ago

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

UselessGuru commented 2 years ago

Are you running your code from a debugging environment?

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

ihor-protsenko-theraven commented 2 years ago

No, I am working with prod

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