Hi all, i wuold like to inform that the latest wallet for windows Blakecoin-qt 0.8.9.6 on Github is detected as a virus (Bitcoin Miner) in Avira free 2016, could something be done to avoid this by default?
its not a virus its a false positive the name of the detection should give that away
a lot of wallets will get picked up same way not much can be done just whitelist it
I could remove the miner code from wallet (will not be able to cpu mine with wallet -generate/will get some compiler linking issues and may not compile on some platforms) or compile with a different compiler maybe even sign the binary but this might not work and would waste my time as it is the anti-virus companies flagging it (its general flag not specific to any coin wallet just picking up the cpu miner code signature) why they do this is crypto scene is tiny user base and most users dont use wallets(especially full node wallets that can mine coins) so it get flagged as either virus or pup the later being slightly more accurate for a general non crypto type user
why did it happen: malware/trojan using same miner code in their programs so that infected victims become Bitcoin miners is some sort of botnet not sure if this is ongoing or was only in past but whatever the anti virus companies seem to take same stance and treat any program with miner code (genuine or not) as virus/pup
welcome to make a pull request with code changes on github if you wanted can test but as I am working on 0.12.x code base atm doing any changes to the 0.8.x code base is wasteful, again due to it being based on bitcoin code may also get false positive detection by some anti virus companies/programs
any issues with security or compatibility try running the wallets(any/all) in a virtual machine(vm) which should:
- sandbox the application
- safer for your wallet.dat
- should avoid false positives
- can run specific os
last but not least compile the wallet yourself from the github source but most likely it will be detected same as the release 0.8.9.6
I dont have much faith in windows based anti virus programs most are often performance hogs and do little to protect you sometimes they can also be the way an attacker gets in by exploiting the higher privileges most anti virus programs get under windows but I am sure it makes you feel safer