develsoftware / GMinerRelease

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

Anti-hacking system detected modification of the miner memory. If you using an antivirus, add miner to antivirus exceptions #457

Open nwtsk opened 2 years ago

nwtsk commented 2 years ago

Hi Guyes, I have some issues while running miner by .net core application I've tried to run miner in new process, but had issue with message: **Anti-hacking system detected modification of the miner memory. If you using an antivirus, add miner to antivirus exceptions Miner terminated, watchdog will restart process after 10 seconds

Please, advice:

  1. How can fix issue?
  2. Is It possible to run miner in new process by another applicatio
tymondouglas commented 2 years ago

I am having the same issue, trying to start it as a service using WinSW but no luck. It works if i start it manually. https://github.com/winsw/winsw

zohozer commented 2 years ago

I do have the same issue from today. How I can start miner.exe using WinSW and a .bat file that contains the miners settings?

UselessGuru commented 2 years ago

This helped in my case:

https://github.com/develsoftware/GMinerRelease/issues/135#issuecomment-882825895

I am developing powershell code for www.nemosminer.com using Visual Studio Code (which has a debugger attached). When run outside of VSC gminer works just fine.