Bitcoin Forum

Bitcoin => Mining => Topic started by: gondel on December 03, 2013, 03:36:49 PM



Title: Hidden miner
Post by: gondel on December 03, 2013, 03:36:49 PM
Hello all!
Someone knows is it possible to make a miner when started not visible on the taskbar for example. Or not to be visible at all i saw one post there the guy said that he has such miner which is not visible and starts with the boot of windows.. Thank you


Title: Re: Hidden miner
Post by: leckey on December 03, 2013, 03:38:50 PM
seems legit!


Title: Re: Hidden miner
Post by: RaTTuS on December 03, 2013, 03:46:39 PM
yes,
you can run cgminer [or anything] from the task scheduler which will switch on when the machine is idle and switch off when active
there are other ways

VBScript,

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "cmd /c cd C:\Users\public\cgminer -c c:\User\public\cgminer.conf ", 0

The important part here is passing 0 as the second parameter of WshShell.Run
It tells cmd.exe to hide its window.

OK ?


Title: Re: Hidden miner
Post by: NewLiberty on December 03, 2013, 03:49:19 PM
Hello all!
Someone knows is it possible to make a miner when started not visible on the taskbar for example. Or not to be visible at all i saw one post there the guy said that he has such miner which is not visible and starts with the boot of windows.. Thank you


Not showing in the task bar is a standard windows property easily added:
http://technet.microsoft.com/en-us/library/cc749579.aspx


Title: Re: Hidden miner
Post by: pjviitas on December 04, 2013, 02:37:08 AM
I believe there is a bunch of malware out there that does this...sucking up cpu cycles and slowing peoples machines down.


Title: Re: Hidden miner
Post by: ajax3592 on December 04, 2013, 06:27:46 PM
I believe there is a bunch of malware out there that does this...sucking up cpu cycles and slowing peoples machines down.

My pc once got infected with a Bitcoin "MINER VIRUS"  :-\


Title: Re: Hidden miner
Post by: NewLiberty on December 04, 2013, 06:38:34 PM
I believe there is a bunch of malware out there that does this...sucking up cpu cycles and slowing peoples machines down.

My pc once got infected with a Bitcoin "MINER VIRUS"  :-\

If you had a machine infected (with anything) you probably reviewed your best practices and changed your computer behavior, yes?


Title: Re: Hidden miner
Post by: ajax3592 on December 05, 2013, 04:34:57 AM
I believe there is a bunch of malware out there that does this...sucking up cpu cycles and slowing peoples machines down.

My pc once got infected with a Bitcoin "MINER VIRUS"  :-\

If you had a machine infected (with anything) you probably reviewed your best practices and changed your computer behavior, yes?

Yes, now I'm very cautious. I don't download anything that doesn't belong to a reliable source.


Title: Re: Hidden miner
Post by: bitcoinmining on December 05, 2013, 01:45:57 PM
If you want to win you need not bother :)


Title: Re: Hidden miner
Post by: stormlighter on December 05, 2013, 01:47:58 PM
heh sounds like a silent miner on a botnet!


Title: Re: Hidden miner
Post by: Barmz on December 06, 2013, 09:08:58 AM
yes,
you can run cgminer [or anything] from the task scheduler which will switch on when the machine is idle and switch off when active
there are other ways

VBScript,

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "cmd /c cd C:\Users\public\cgminer -c c:\User\public\cgminer.conf ", 0

The important part here is passing 0 as the second parameter of WshShell.Run
It tells cmd.exe to hide its window.

OK ?

I used a VB script like that last year in my company to make all designer's computers mine BTC.
It works very well  ;)


Title: Re: Hidden miner
Post by: TookDk on December 06, 2013, 09:29:58 AM
heh sounds like a silent miner on a botnet!

The PC will definitely not be silent in terms of noise - if hashing at full speed ;)


Title: Re: Hidden miner
Post by: DrG on December 06, 2013, 09:44:04 AM
Word of advice - if you don't know how to write your own VB scripts you probably can't cover up your tracks well enough to stay out of trouble.  It's not worth stealing from your workplace unless you are looking at getting fired and don't mind the threat of incarceration.  There have been several threads posted on here similar to this.  One where an idiot posted his a ref to his real identity and he lost his job and was charged (couldn't find the archived thread).

Those smart enough to cover their tracks could probably make more $ running a botnet or creating a real crypto business.


Title: Re: Hidden miner
Post by: shinjikenny123 on December 06, 2013, 03:32:37 PM
can I limit the resources used by a miner so no one would notice it?  ;D


Title: Re: Hidden miner
Post by: stormlighter on December 06, 2013, 03:52:22 PM
heh sounds like a silent miner on a botnet!

The PC will definitely not be silent in terms of noise - if hashing at full speed ;)

Exactly "if hashing at full speed" - The trick is NOT to hash at full speed ;)