Post
Topic
Board Micro Earnings
Re: TomosMining - HIGHEST PAID MINING (BTC->FaucetHub) 5% REF!
by
tomos81
on 17/03/2018, 11:24:18 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.
Top job! Thank you, sir.

Another question Smiley
I do mining graphic card +  CPU at once following this instructions:
https://bitcointalk.org/index.php?topic=2527462.msg28396744#msg28396744
but graphic card get too busy and PC didn't work properly for other tasks.
Is there any way to reduce the resource on graphic card which goes for mining.
For example if now 85% from graphic card power goes to mining I want to reduce it to 65%.


usually, you can set up on mining apps the intensity of your GPU  (lower intensity = lower performance, but more available to another apps)