This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Releases: UnamSanctam/SilentXMRMiner
Releases Β· UnamSanctam/SilentXMRMiner
SilentXMRMiner v1.5.1
The new unified Silent Crypto Miner is now released https://github.com/UnamSanctam/SilentCryptoMiner
- Added Process Killer feature that constantly checks for the "Kill Targets" programs and kills them if found
- Changed system calls to direct system calls thus reducing detections
- Changed native loader code to reduce detections
- Removed Online Download feature due to domain being taken down
- Improved overall code
- Updated miner
SilentXMRMiner v1.5.0
The previous version was supposed to be the last one before the unified miner but I recieved great results by loading everything by Shellcode making it worthwhile to update
- Added new Shellcode loader, the miner, watchdog and uninstaller will now be converted into shellcode and injected using a native C loader which greatly reduces detections
- Added custom tcc C compiler to compile the Shellcode loader
- Added custom windres resource compiler to allow icons, assembly data and run as administrator for the native C program
- Added donut to convert .NET programs into Shellcode
- Added option to disable Shellcode loader
- Remade and optimized much of the miner and watchdog code
- Removed old C# loader
- Renamed Install to Startup due to confusion
SilentXMRMiner v1.4.4
- Any old miner using "Online Download" will automatically get this update for any new clients
- Now gets the Remote Configuration every 100 minutes
- Added failover capability for the Remote Configuration URL, add several URLs by separating them by a comma (,)
- Changed the Remote Configuration scheme from INI to JSON, can still read INI files for backwards compatibility
- Added capabilities to change more miner settings with Remote Configuration
- Migrated from {%COMPUTERNAME%}, {%USERNAME%} and {%RANDOM%} to {COMPUTERNAME}, {USERNAME} and {RANDOM} but the old ones will still work for backwards compatibility
- Now replaces {COMPUTERNAME}, {USERNAME} and {RANDOM} with their respective values when using Remote Configuration
- Fixed possible Idle activation crash on Windows 7
- Added the Stealth Targets option which allows you to enter which programs the Stealth option should pause for
- Added algorithm selection to make it easier to use
- Fixed the GPU detection for systems that have custom lowercase characters like Turkish, seems like I failed the "Turkey Test" again
- Fixed broken builder help tooltips
- Major miner update/rework
- Improved miner stability
SilentXMRMiner v1.4.3
- Greatly reduced Windows Defender detections when "Bypass Windows Defender" is enabled by replacing Assembly.Load with simply writing the payload to Temp and executing it since the folders are excluded
- Fixed the paths for systems that have custom lowercase characters like Turkish
SilentXMRMiner v1.4.2
- Remade watchdog to reduce detections
- Obfuscated more strings to reduce new Windows Defender detections
- Reworked a lot of the injector
- Fixed a bug where two environment variables for paths could return different results
SilentXMRMiner v1.4.1
- Fixed possible critical bug that makes the miner unable to see if a miner is running or not thus opening multiple miners
- Added backup servers for Online Downloader
- Added Install to System32 option (requires administrator permissions)
- Moved RunPE injector (Mandark) into miner to avoid internal Assembly.Load and improved it a bit
- Fixed possiblity of duplicate random obfuscation strings
- Improved Loader
- Improved Watchdog
- Improved obfuscation
New hotfix:
- Removed all-users logon due to incompatibilities with some functions
SilentXMRMiner v1.4
v1.4.* is the final update before the new, greatly improved unified miner that I'm working on.
- Added the Online Downloader option that makes the miner download the miner binary (from GitHub) during runtime to greatly decrease file size (to less then 100kb) and detections - Also added a cache so that it won't have to download the miner on every start
- Made the Task Scheduler task start for all users
- Improved Watchdog program flow
- Renamed "Kill" Windows Defender to Bypass Windows Defender to better represent the new functionality
- Improved obfuscation/encryption
- Improved overall code
New hotfix:
- Small anti-detection hotfixes copied from the ETH miner
SilentXMRMiner v1.3.4
- Made the Windows Defender Killer less intrusive, ironically to reduce detections
SilentXMRMiner v1.3.3
- Fixed possible CPU fluctuation
- Added Stealth support for Windows 7 Task Manager
- Decreased Watchdog detections
- Fixed possible Run as Administrator issue on computers with low privileges
SilentXMRMiner v1.3.2
- Fixed crash when mining from countries that block certain traffic
- Reduced default Start Delay to 15 seconds