nicehash / NiceHashMiner

NiceHash Miner
Other
479 stars 217 forks source link

Nice Hash Miner completely blocked by Windows Defender #2417

Closed mishmanners closed 2 years ago

mishmanners commented 3 years ago

There is no longer a way to restore or allow false positives through AV.

I had all the Nice Hash Miner folders added to exclusions, and all the *.exe files were added to "allowed threats" and now that list is completely empty.

Nice Hash miner opens, but I cannot start mining as I cannot install any of the Plugins.

Please help! I have tired everything and nothing works.

mishmanners commented 3 years ago

This all worked fine for me before the new update.

mishmanners commented 3 years ago

I also tried installing various versions, none of which worked. Also tried with Quick Miner, also doesn't work.

2T1N commented 3 years ago

This happened to me as well, and my GPU started registering as over heating. No CPU mining & GPU overheats.

pstricks-fans commented 3 years ago

Cryptojacking is the act of hijacking a person's computer to secretly mine cryptocurrency.

Because cryptojacking requires increasing processing power to mine cryptocurrencies like Bitcoin, miners are discovering new ways to wield that processing power. One such way is to borrow it from thousands of unwitting internet users.

V8por5m1n3R commented 3 years ago

If you are running Windows 10 and only using Windows Defender:

  1. Close all Nicehash instances and miners
  2. Start PowerShell_ISE.exe as an Administrator
  3. Open the following PowerShell script; download from https://github.com/V8por5m1n3R/Mining-AV-Exceptions
  4. Change this line to match the folder you launch Nicehash from: $RootFolder = "C:\CCMN\Miners" # Replace this with the path to your Nicehash folder
  5. Consider removing miners from the $MFLJ variable that you are NOT using
  6. Run the script
  7. A reboot may not be necessary, but is recommended before restarting Nicehash

If a script is needed to remove excluded process from Windows Defender, I will work a generic one out for the community (~60 mins of work)

https://github.com/V8por5m1n3R/Mining-AV-Exceptions

If it helps, please donate to my cause of helping all Nicehash miners - addresses at bottom of the post linked above.

mishmanners commented 3 years ago

Okay let me try this.