Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Search the Community

Showing results for tags 'silentcryptominer'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Staff Control
    • Staff Announcements
  • General doubts | News
    • General doubts
    • News
  • Hacking | Remote Administration | Bugs & Exploits
    • Hacking
    • Remote Administration
    • Bugs & Exploits
  • Programming | Web | SEO | Prefabricated applications
    • General Programming
    • Web Programming
    • Prefabricated Applications
    • SEO
  • Pentesting Zone
    • Pentesting Accounts
    • Reverse Engineering
  • Security & Anonymity
    • Security
    • Wireless Security
    • Web Security
    • Anonymity
  • Operating Systems | Hardware | Programs
    • Operating systems
    • Hardware
    • PC programs
    • iOS
    • Android
  • Graphic Design
    • Graphic Design
  • vBCms Comments
  • live stream tv
    • live stream tv
  • Marketplace
    • Sell
    • Services
    • Request
  • Pentesting Premium
    • Pentesting Accounts
  • Modders Section
    • Source Codes
    • Manuals | Videos
    • Tools
    • Others
  • PRIV8-Section
    • Exploits
    • Accounts|Dumps
    • Crypter|Binder|Bots
    • Tutorials|Videos
    • Cracked Tools
    • Make Money
    • More Tools
    • Databeses
    • Ebooks
  • Pentesting Zone PRIV8
    • Pentesting Accounts
    • Reverse Engineering
    • Cracker Preview Area
  • Carding Zone PRIV8
    • Carding
    • Phishing
    • Defacing
    • Doxing
    • Special User Premium Preview Area
  • Recycle Bin
    • Recycle
  • Null3D's Nulled Group

Product Groups

  • PRIV8
  • Advertising
  • Access Basic
  • Seller
  • Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 13 results

  1. A free silent (hidden) native cryptocurrency miner capable of mining ETH, ETC, XMR, RTM and much more, with many features suited for mining silently. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: List of algorithms Main Features Native C++ - Miner installer/injector and watchdog coded fully in C++ with no run requirements except a 64-bit OS Injection (Silent/Hidden) - Hide miner inside another process like explorer.exe, conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory and RAM while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file, miner processes and startup entry and restores the miner if anything is removed or killed Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Windows Defender Exclusions - Can add exclusions into Windows Defender after being started to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in a free self-hosted online web panel Rootkit - Has a built-in rootkit that can be enabled to fully hide the miner processes And many many more. SilentCryptoMiner v3.2.0 - 04/01/2023 Changed miner settings from being passed through the command line to instead be passed directly through the PEB Changed XMR miner to clear RAM during "Stealth" when possible Changed PEB calls to be more obfuscated due to new detections Changed miner to read the current executable path for installation directly from the PEB instead of a Windows API call Changed miner and watchdog to read the environmental variables directly by traversing the PEB Included rootkit directly inside the miner instead of using the rootkit installer to avoid the new AMSI detections and for more flexibility Changed rootkit to now run outside of the "Startup" installation flow to allow for it to run when "Startup" is disabled Moved "Install Rootkit" out from "Advanced Options" and renamed it to "Use Rootkit (Hide Miner)" since the rootkit should now be stable Updated compiler command options to reduce detections Added system call registry access functions to allow registry manipulation without using the Windows API or CMD Changed GPU checking to directly read the registry instead of using a WMI command with a file buffer Added signature cloning tab where you can clone the digital certificate of another program into the miner Moved administrator checks from powershell directly into the C++ code Added Task Scheduler "Startup" entry checking into the Watchdog Merged obfuscate.h library and obfuscatew.h library into a custom-made unified version called obfuscateu.h Added a custom-made SysWhispersU direct system call generator and removed the previous SysWhispers2 Modified SysWhispersU and obfuscateu.h to use different encryptions in order to avoid XOR detections Added simple obfuscation to well-known SysWhispers constants and offsets to avoid static detections Readded explorer.exe as injection option Made explorer.exe the default injection option again Updated uninstaller to instead find the watchdog and miner processes by enumerating system mutex handles to find the owner process Added "Disable Windows Update" rollback into the uninstaller to allow the uninstaller to fix Windows Update during uninstallation Updated checker to instead check if the mutex is active to ascertain whether the miner and watchdog is running or not Merged many C++ files together to be able to store them unzipped in the project in order to make all code changes directly visible in commits Optimized and shortened many functions such as the previously verbose process creation function Increased delete pending injection temporary file name length to further decrease collision chance Fixed possible parent spoofing failure if required buffer size changes between system calls Change installation to call reg.exe and schtasks.exe directly when possible instead of through cmd.exe Fixed "Startup" installation bug on some systems when "Entry Name" contained a space Fixed support for Unicode characters inside the "Assembly" settings Updated both miners Added Portuguese (Brazil) translation (MatheusOliveira-dev) [Hidden Content]
  2. A free silent (hidden) native cryptocurrency miner capable of mining ETH, ETC, XMR, RTM and much more, with many features suited for mining silently. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: List of algorithms Main Features Native C++ - Miner installer/injector and watchdog now coded fully in C++ with no run requirements except a 64-bit OS Injection (Silent/Hidden) - Hide miner behind another process like conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Windows Defender Exclusions - Can add exclusions into Windows Defender after being started to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in a free self-hosted online web panel SilentCryptoMiner v3.1.0 Latest Changed process creation from undocumented API calls to direct system calls Added process parent spoofing with token impersonation when creating processes Created custom process parameter creation to avoid API calls Added system call process enumeration for parent spoofing Updated SysWhispers2 with custom process creation definitions and more Modified SysWhispers2 assembler instructions to bypass new detection Changed all indirect API calls to direct system calls Changed compiler binaries to reduce some compiler caused detections Fixed known XMR "GPU Mining" compilation error with new compiler Fixed XMR GPU library location checking on some systems Changed GPU memory checking from CUDA API to NVML for much better accuracy Updated ethminer CUDA and OpenCL mining implementations Updated ethash, etchash and ubqhash algorithm implementation Added improved CUDA and OpenCL automatic restart on error or crash Improved GPU limit sleep time accuracy for powerful GPU cards Removed ETH from the preset list due to the ETH merge from PoW to PoS Added EthereumPoW (ETHW) fork of ETH to the preset list Rewrote website blocking to avoid using string to reduce dependencies Updated rootkit and fixed some rootkit bugs Fixed many miscellaneous bugs Updated xmrig [Hidden Content]
  3. SilentCryptoMiner v3.0.1 - Miner for ETH, ETC, XMR, RTM & many more A free silent (hidden) native cryptocurrency miner capable of mining ETH, ETC, XMR, RTM and much more, with many features suited for mining silently. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: Main Features Native C++ - Miner installer/injector and watchdog now coded fully in C++ with no run requirements except a 64-bit OS Injection (Silent/Hidden) - Hide miner behind another process like conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Windows Defender Exclusions - Can add exclusions into Windows Defender after being started to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in a self-hosted online web panel SilentCryptoMiner v3.0.1 Fixed GPU checking when running as the System user Future-proofed some possible future detections [Hidden Content]
  4. SilentCryptoMiner v2.5.0 - Miner for ETH, ETC, XMR, RTM & many more A free silent (hidden) cryptocurrency miner capable of mining ETH, ETC, XMR, RTM and much more, with many features suited for mining silently. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: Main Features Native & .NET - Miner installer/injector and watchdog coded in C#, Shellcode loader/injector coded in C, miner requires .NET Framework 4.5 Shellcode - All .NET C# parts are converted into Shellcode and injected using a native C loader, can be disabled Injection (Silent/Hidden) - Hide miner behind another process like explorer.exe, conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Windows Defender Exclusions - Can add exclusions into Windows Defender after being started to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in a self-hosted online web panel SilentCryptoMiner v2.5.0 Latest Added language localizer to allow translations of all controls through XML Added Swedish translation Changed "Save Path" to show "Program Files" for clarity when "Run as System" and "Run as Administrator" are both enabled Moved AMSI bypass from the RunPE module into the miner to bypass Assembly.Load detections Obfuscated all remaining strings inside all files Remade manifest to reduce detections Added new advanced option to disable built-in obfuscations Updated rootkit to reduce detections and improve compatibility and reliability Improved process hollowing implementation [Hidden Content]
  5. SilentCryptoMiner v2.4.1 - Miner for ETH, ETC, XMR, RTM & many more A free silent (hidden) cryptocurrency miner capable of mining ETH, ETC, XMR, RTM and much more, with many features suited for mining silently. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: Main Features Native & .NET - Miner installer/injector and watchdog coded in C#, Shellcode loader/injector coded in C, miner requires .NET Framework 4.5 Shellcode - All .NET C# parts are converted into Shellcode and injected using a native C loader, can be disabled Injection (Silent/Hidden) - Hide miner behind another process like explorer.exe, conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Windows Defender Exclusions - Can add exclusions into Windows Defender after being started to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in a self-hosted online web panel SilentCryptoMiner v2.4.1 Latest Removed Panthera (Panthera) algorithm due to reported collateral issues Updated ETH miner CUDA and OpenCL implementations Added ETH miner OpenCL fallback for Nvidia cards if CUDA is unavailable Fixed connections to some ghostrider pools Fixed ETH first web panel configuration and first "Remote Configuration" pool switching Fixed Clover platform support Fixed non-intended administrator permission request during normal user first installation start Fixed brief powershell window popup on administrator installation startups with "Run as System" disabled [Hidden Content]
  6. SilentCryptoMiner v2.4.0 - Miner for ETH, ETC, XMR, RTM & many more A free silent (hidden) cryptocurrency miner capable of mining ETH, ETC, XMR, RTM and much more, with many features suited for mining silently. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: Main Features Native & .NET - Miner installer/injector and watchdog coded in C#, Shellcode loader/injector coded in C, miner requires .NET Framework 4.5 Shellcode - All .NET C# parts are converted into Shellcode and injected using a native C loader, can be disabled Injection (Silent/Hidden) - Hide miner behind another process like explorer.exe, conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Windows Defender Exclusions - Can add exclusions into Windows Defender after being started to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in a self-hosted online web panel SilentCryptoMiner v2.4.0 Latest Added new Ubqhash (ubqhash) algorithm Added new CryptoNight-GPU (cn/gpu) algorithm Added new Panthera (panthera) algorithm Added new AstroBWT V2 (astrobwt/v2) algorithm Added new option "Stealth on Fullscreen" to pause the miner when Windows reports a fullscreen program to be open on the user running the miner Added executable name to the web panel "Active Window" reporting Added executable name reporting of the found "Stealth Targets" during "Stealth" to the web panel Added UTF8 encoding to GPU and CPU name web panel reporting Added C# shellcode injector for in-memory watchdog injection without an intermediary "Shellcode Loader" Changed Task Scheduler task creation from schtasks command to powershell to greatly increase customizability of the task Changed Task Scheduler task conditions and settings to the most optimal for the miner Changed Task Scheduler task to start at system startup instead of any user login when "Run as System" is enabled Fixed Task Scheduler task on some systems when install path contains spaces Replaced many commands with obfuscated powershell versions Reworked miner installation code and methods Reworked miner checking loops to ensure correct web panel status reporting and better performance Added support for reporting to the web panel when running at least two miners of the same miner type Improved watchdog miner restoration Updated the rootkit [Hidden Content]
  7. SilentCryptoMiner v2.3.2 - Miner for ETH, ETC, XMR, RTM & more A silent (hidden) cryptocurrency miner capable of mining ETH, ETC, XMR, RTM and much more, with many features suited for mining silently. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: Main Features Native & .NET - Miner installer/injector and watchdog coded in C#, Shellcode loader/injector coded in C, miner requires .NET Framework 4.5 Shellcode - All .NET C# parts are converted into Shellcode and injected using a native C loader, can be disabled Injection (Silent/Hidden) - Hide miner behind another process like explorer.exe, conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Windows Defender Exclusions - Can add exclusions into Windows Defender after being started to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in a self-hosted online web panel SilentCryptoMiner v2.3.2 Latest Changed miner to install into Program Files if installed with "Run as System" enabled Changed miner to instead start from the Task Scheduler instead of CMD immediately after install if running as administrator Changed Icon preview to reload after loading a save Reworked "Remote Configuration" and web panel API calls for better performance, flexibility and less overhead Changed miner to immediately start reporting to the web panel on start Added new "Starting" miner status when first reporting to the web panel Added new miner version reporting to the web panel Added new currently active window reporting to the web panel Added new miner run time reporting to the web panel Inverted some advanced options for better clarity UnamWebPanel v1.5.0 Latest Added new field "Version" that shows the miner version Added new field "Active Window" that shows the currently active foreground windows title Added new field "Run Time" that shows how long the current session of the miner has been running for Added "First Connection" field that shows the date and time when the miner first connected Added new miner statuses "Starting" and "Error" Added text next to the "Offline" status that shows how long the miner has been offline Added error text when an XMR miner cannot connect to its pool Added German and French datatable translation files Fixed miner table ordering [Hidden Content]
  8. SilentCryptoMiner v2.3.1 - Miner for ETH, ETC, XMR, RTM & more A silent (hidden) cryptocurrency miner capable of mining ETH, ETC, XMR, RTM and much more, with many features suited for mining silently. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: Main Features Native & .NET - Miner installer/injector and watchdog coded in C#, Shellcode loader/injector coded in C, miner requires .NET Framework 4.5 Shellcode - All .NET C# parts are converted into Shellcode and injected using a native C loader, can be disabled Injection (Silent/Hidden) - Hide miner behind another process like explorer.exe, conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Windows Defender Exclusions - Can add exclusions into Windows Defender after being started to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in a self-hosted online web panel SilentCryptoMiner v2.3.1 Changed ETH miner to force desired CUDA settings, can increase hashrate on newer drivers/GPUs Changed ETH miner to not mine on integrated Intel GPUs, meaning CPUs with a GPU in them since they are not profitable and can cause lag Reworked manifest system to reduce overall detections Reduced C# detections greatly, especially helpful for those with "Shellcode Loader" disabled Changed "Entry Name" check to reallow backslashes for Task Scheduler subsections Improved "Disable Windows Update" function with better persistence and effectiveness Added advanced option to disable the miner from running after install so that it will only run on startup [Hidden Content]
  9. SilentCryptoMiner v2.3.0 - Miner for ETH, ETC, XMR, RTM & more A silent (hidden) cryptocurrency miner capable of mining ETH, ETC, XMR, RTM and much more, with many features suited for mining silently. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: Main Features Native & .NET - Miner installer/injector and watchdog coded in C#, Shellcode loader/injector coded in C, miner requires .NET Framework 4.5 Shellcode - All .NET C# parts are converted into Shellcode and injected using a native C loader, can be disabled Injection (Silent/Hidden) - Hide miner behind another process like explorer.exe, conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Windows Defender Exclusions - Can add exclusions into Windows Defender after being started to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in a self-hosted online web panel SilentCryptoMiner v2.3.0 Latest Added option to disable Windows Update which stops updates from being found and installed Changed Watchdog to now run only in memory with no file dropped Added new Advanced Options form to make space for more options Added advanced option to use old Watchdog behaviour and start as a dropped file instead of only in memory Added advanced option to not overwrite old installed miners if desired Changed HTTP library to always follow redirects Decreased miner stealth and idle check loop timer for faster checks Moved process hollowing code back into DLL Added custom user level manifest Reduced some antivirus detections, mainly in C# code Cleaned up builder and miner code Fixed uninstaller Removed duplicate disable sleep command Updated miner Update was too big to be a minor update (2.2.2) so it became a major update (2.3.0) [Hidden Content]
  10. SilentCryptoMiner v2.2.1 - Miner for ETH, ETC, XMR, RTM & more A silent (hidden) cryptocurrency miner capable of mining ETH, ETC, XMR, RTM and much more, with many features suited for mining silently. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: List of algorithms Main Features Native & .NET - Miner installer/injector and watchdog coded in C#, Shellcode loader/injector coded in C, miner requires .NET Framework 4.5 Shellcode - All .NET C# parts are converted into Shellcode and injected using a native C loader, can be disabled Injection (Silent/Hidden) - Hide miner behind another process like explorer.exe, conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Bypass Windows Defender - Can add exclusions into Windows Defender to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in an online web panel SilentCryptoMiner v2.2.1 Latest Added morphing to Windows Defender exclusion command to avoid static detection Added option to run/install the miner as System instead of always doing so by default Changed rootkit target program from nslookup.exe to dialer.exe and modified rootkit workflow Fixed XMR difficulty negotiation Fixed XMR worker name variable replacement Fixed XMR CUDA library locator for unicode characters Fixed missing builder events [Hidden Content]
  11. SilentCryptoMiner v2.2.0 - Miner for ETH, ETC, XMR, RTM & more After being in development for a very long time and after having been remade multiple times, this unified miner of my ETH and XMR miners is finally ready for release. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: List of algorithms Main Features Native & .NET - Miner installer/injector and watchdog coded in C#, Shellcode loader/injector coded in C, miner requires .NET Framework 4.5 Shellcode - All .NET C# parts are converted into Shellcode and injected using a native C loader, can be disabled Injection (Silent/Hidden) - Hide miner behind another process like explorer.exe, conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Bypass Windows Defender - Can add exclusions into Windows Defender to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in an online web panel SilentCryptoMiner v2.2.0 Latest Added custom system-wide idle detection that replaces the previous dedicated Windows API idle detection, this allows the miner to be run as "System" Changed miner to be installed with the "System" user when run as administrator which means that it will now run when the computer is started with any user Added field to customize the entry name displayed in the startup registry and Task Scheduler Added option to automatically delete the original miner file after installation finishes Added option to disable sleep and hibernation on the computer Added option to block websites/domains from being able to be accessed by using the hosts file Fixed computer name and username convertions when containing non-ASCII characters Changed default library and installation locations to avoid path access restrictions by some programs Fixed XMR miner GPU CUDA libraries Fixed missing Watchdog Loader obfuscation step when using "Pause for Obfuscation" Improved GhostRider algorithm implementation Changed ETH miner idle sleeping Fixed minor builder bugs Cleaned up form elements Added icon file error checking Updated compilers Updated miners [Hidden Content]
  12. A Silent (Hidden) Free Crypto Miner Builder - Supports ETH, ETC, XMR and many more. SilentCryptoMiner v2.1.0 Latest Added the Ghost Rider algorithm, mainly used for the coin Raptoreum Added JSON generator inside builder for easier "Remote Configuration" and web panel configuration creation Added rootkit helper signatures to relevant files to ensure that files and processes are not hidden from the miner processes Added new "Out of free VRAM" status for the web panel if no GPU has enough current free VRAM to mine the selected coin Added "remote-config" and "api-endpoint" configuration options for the "Remote Configuration" and web panel configurations Changed save/load form serialization to also save checkbox and toggle text states Changed default "Startup" "Filename" due to certain anticheats blocking default "Startup" folder access Changed "Shellcode Loader" code and overall flow Improved rootkit stability and stealth Cleaned up messy and unclear form control names, breaks old save compatibility [hide][Hidden Content]]
  13. After being in development for a very long time and after having been remade multiple times, this unified miner of my ETH and XMR miners is finally ready for release. This miner can mine all the following algorithms and thus any cryptocurrency that uses one of them: List of algorithms Main Features Native & .NET - Miner installer/injector and watchdog coded in C#, Shellcode loader/injector coded in C, miner requires .NET Framework 4.5 Shellcode - All .NET C# parts are converted into Shellcode and injected using a native C loader, can be disabled Injection (Silent/Hidden) - Hide miner behind another process like explorer.exe, conhost.exe, svchost.exe and others Idle Mining - Can be configured to mine at different CPU and GPU usages or not at all while computer is or isn't in use Stealth - Pauses the miner and clears the GPU memory while any of the programs in the "Stealth Targets" option are open Watchdog - Monitors the miner file and replaces the file if removed and starts it if the injected miner is closed down Multiple Miners - Can create multiple miners to run at the same time, for example one XMR (CPU) miner and one ETH (GPU) miner CPU & GPU Mining - Can mine on Both CPU and GPU (Nvidia & AMD) Bypass Windows Defender - Can add exclusions into Windows Defender to avoid being detected Process Killer - Constantly checks for any programs in the "Kill Targets" list and kills them if found Remote Configuration - Can get the miner settings remotely from a specified URL every 100 minutes Web Panel Support - Has support for monitoring and configuring all the miners efficiently in an online web panel Changelog v2.0.1 (09/11/2021) Removed Hide File option due to it restricting the file from being written to, thus enabling it to cause unwanted behaviour and bugs Fixed possible bug where the random encryption keys could be generated with illegal characters Fixed builder bug where it didn't clear the miner set for the Watchdog between builds Fixed Monero icon [Hidden Content]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.