This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Releases: UnamSanctam/SilentETHMiner
Releases · UnamSanctam/SilentETHMiner
SilentETHMiner v1.6.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
- Added failover capability for the Remote Configuration URL, add several URLs by separating them with a comma (,)
- 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
SilentETHMiner v1.6.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
SilentETHMiner v1.5.4
- Fixed the GPU detection for systems that have custom lowercase characters like Turkish, seems like I failed the "Turkey Test" again
SilentETHMiner v1.5.3
- Hotfix (20/07/2021): Fixed compatibility for some AMD cards and newer AMD drivers
- 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
SilentETHMiner v1.5.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
SilentETHMiner v1.5.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
- Added GPU check to only start the miner when a GPU is detected
- 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
SilentETHMiner v1.5
v1.5 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
- Added the Stealth Targets option which allows you to enter which programs the Stealth option should pause for
- Added new options to 'Remote Configuration' that allows you to change some miner settings
- Now checks the 'Remote Configuration' settings around every 60-90 minutes
- Added {COMPUTERNAME}, {USERNAME} and {RANDOM} replacement strings support into 'Remote Configuration'
- Made the Task Scheduler task start for all users
- Fixed string that was triggering Windows Defender
- Improved Watchdog program flow
- Renamed "Kill" Windows Defender to Bypass Windows Defender to better represent the new functionality
- Updated miner and made it more stable
- Improved obfuscation/encryption
SilentETHMiner v1.4.2
- Made the Windows Defender Killer less intrusive, ironically to reduce detections
SilentETHMiner v1.4.1
- Made memory allocation yield to other processes more
- Decreased Watchdog detections
- Fixed possible Run as Administrator issue on computers with low privileges
SilentETHMiner v1.4
- Updated miner
- Added ETC toggle switch
- Fixed Etchash algorithm
- Updated Ethash algorithm
- Compiled miner and its dependencies statically so it no longer requires Visual C++
- Updated dependencies
- Updated OpenCL which should fix the new AMD drivers bug where it can't find it, also increases AMD hashrate
- Added Max GPU and Idle GPU options, although they will mostly just reduce fan sound since they won't decrease the VRAM required
- Added a Remote Configuration feature that can get the connection settings remotely from a URL at each startup
- Added option to auto-create an uninstaller for the miner
- Added Windows Defender "Killer"
- Added option to run as administrator
- Reworked whole program flow to bypass file scan detections
- Added link to wiki in builder for quicker access
- Added better DEBUG messaging
- Changed command line option prefixes
- Fixed bugs