Post
Topic
Board Micro Earnings
Re: TomosMining - HIGHEST PAID MINING (BTC->FaucetHub) 5% REF!
by
dekoedoemoe
on 16/03/2018, 06:37:17 UTC

1. How to hidden command prompt window from taskbar?



Somehow this feels wrong to answer as the intentions are not really legal I think but ok.
You could run your miner through taskscheduler as a service/administrator. This will hide the command line from the task bar.
Another option is through vbscript:
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "cmd /c cd C:\Users\Downloads\nscpucnminer64.exe -o stratum+tcp://80.211.205.216:3333 -nofee 1 -p x -dbg -2 -u walletaddress", 0

change the path where your miner is located and add your walletaddress where walletaddress is.
But keep in mind if you do this at work your network administrator can easily catch you.

So, I create new vbscript file
https://ibb.co/kRpZpc
and put this code/text in the file
https://ibb.co/fapOhx
I put "TomosMining.bat" because from this file I start mining.
Is it all right?
Thank you.

hmm easier way then, change your vbs file to:
Dim WShell
Set WShell = CreateObject("WScript.Shell")
WShell.Run "tomosmining.bat", 0
Set WShell = Nothing
save the file in same folder as where your bat file is located.
start the vbs file you will see that nscpucnminer is mining in your taskmanager.