Fair questions — let me answer each directly, no hand-waving.
VirusTotal. Those are exactly the detections every closed-source GPU miner shows, for the same reason. Scan T-Rex, SRBMiner, GMiner, lolMiner or NBMiner on VirusTotal right now and you'll get the same picture. Two things matter: (1) "CoinMiner / HackTool" is a CATEGORY label meaning "this binary is a cryptocurrency miner" — which ForgeMiner openly is — not a finding of malicious code. (2) Look at which engines flagged it: Bkav, CrowdStrike (confidence 70%), SentinelOne (Static AI / Suspicious PE), SecureAge, Huorong. Five engines out of ~70, and every one of them is a heuristic / machine-learning / PE-reputation engine that fires on any packed, unsigned, resource-heavy binary. There is no signature match to a known threat in that list, and the ~65 signature-based engines pass it. This is the well-documented miner false-positive problem, not something specific to us. (And yes — I'm the one who said "feel free to scan it," so I'm not going to complain that someone did.)
Closed source. ForgeMiner is closed-source and we say so on the first line of the README. So is T-Rex. So is SRBMiner, GMiner, lolMiner, NBMiner. For a competitive GPU miner the per-architecture kernels ARE the product; none of the top miners ship them open. GitHub is where we publish releases, release notes, pool presets and the HiveOS integration — the same way T-Rex and lolMiner use their repos. We have never claimed the source is there, so "the source has never been there" isn't a gotcha — it's by design, and stated.
The v1.1.11 to v1.1.12 diff being "just a version number." Of course the public git tree only shows a README change — the source is closed, so what's tracked in git is the README, the batch presets and the release pointers. The actual work in 1.1.12 (first-class Pascal P104 Pearl support, fan control, Windows VRAM-temperature monitoring) ships in the release binaries and is listed in the release notes. That's exactly how a closed project on GitHub looks.
The "ten differences" comparison. That link is a mining CONTROL PANEL / auto-switcher for ZANO/BEAM/EPIC/etc. ForgeMiner is a native CUDA kernel miner for Pearl, QubitCoin and (soon) KawPow — a different category of software. The only thing two miner archives share is the layout every miner uses: an executable, a few .bat presets, a README and HiveOS h-* scripts. That's packaging convention, not shared code.
How to actually verify us instead of guessing: run it on any of the listed pools and watch it submit accepted shares live; the dev fee is stated openly and is checkable on-pool; and compare our VT result side-by-side with T-Rex/SRBMiner. The miner is real and it works — closed, like its competitors, and honest about being so.
ForgeMiner v1.1.12 is out.- Pascal P104-100 — Pearl support (up to ~7 TH/s per card)
- Fan control — fixed speed (--fan N) or temperature curve (--fan-curve)
- Windows VRAM temperature monitoring
Download:
https://github.com/0xHashRaptor/ForgeMiner/releasesDocker:
docker pull hashraptor/forge