Bitcoin Forum
May 10, 2024, 10:03:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Hi how can I run miner so nobody will know about it  (Read 2852 times)
coconfarm (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
May 16, 2011, 10:40:44 AM
 #1

Hi there
Do any of u know a version of a miner that I could install in my office and people wouldnt know its on their computers and that it will start with system? we were trying to made it in python but had many problems. Maybe someone of u made something like that?
1715378620
Hero Member
*
Offline Offline

Posts: 1715378620

View Profile Personal Message (Offline)

Ignore
1715378620
Reply with quote  #2

1715378620
Report to moderator
1715378620
Hero Member
*
Offline Offline

Posts: 1715378620

View Profile Personal Message (Offline)

Ignore
1715378620
Reply with quote  #2

1715378620
Report to moderator
1715378620
Hero Member
*
Offline Offline

Posts: 1715378620

View Profile Personal Message (Offline)

Ignore
1715378620
Reply with quote  #2

1715378620
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
JA37
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 16, 2011, 11:10:12 AM
 #2

I would advice against that. If I were your boss and found out about it, and unless the IT-staff is incompetent s/he will, I'd fire you. Perhaps even persecute you, depending on my mood for the day.
Get permission first, then install it. If you can't get permission, forget about it.

Ponzi me: http://fxnet.bitlex.org/?ref=588
Thanks to the anonymous person who doubled my BTC wealth by sending 0.02 BTC to: 1BSGbFq4G8r3uckpdeQMhP55ScCJwbvNnG
commlinx
Full Member
***
Offline Offline

Activity: 294
Merit: 100



View Profile
May 16, 2011, 11:46:34 AM
 #3

+1
And unless for some reason everyone has a GPU don't forget CPU mining would give you inconsequential results. If you're prepared to do something immoral and illegal you'll be financially better off just stealing their stuff, selling it and use the funds to buy bitcoins or trading for whatever else you were going to use the coins for. If they do have lots of GPUs maybe you can approach someone about it and come to a mutually beneficial deal, like you pay some fixed amount for using the resources so they make a $ profit and you make a BTC profit.
coconfarm (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
May 16, 2011, 12:40:14 PM
 #4

OMG Ofcourse I made a deal with boss!!!! agh... but most of the people working here are proud users of outlook express and nothing more. I want an aplication that they will dont care about to start mining or asking me 100questions like what is this window for? simply working in background and lite version of miner. and ofcourse like on every forum i didnt get answear but stupid pseudointeligent coments thank u very much Smiley

commlinx
Full Member
***
Offline Offline

Activity: 294
Merit: 100



View Profile
May 16, 2011, 12:56:45 PM
 #5

In that case I haven't tried it but maybe the screen saver route may be OK like mentioned in this thread:

http://bitcointalk.org/index.php?topic=3030.0

Probably not exactly what you're after but at least it won't interfere with normal operation during the day. Depending on your work environment it may be better to aggressively mine for shorter periods when the PCs are not in use at all, versus trying to throttle for the whole day.
Nesetalis
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
May 16, 2011, 01:03:13 PM
 #6

look in to running it as a service on windows... or daemon on linux. No window.

ZOMG Moo!
JA37
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 16, 2011, 01:05:34 PM
 #7

If you have permission, try this when starting the miner.
WinExec("your command", SW_HIDE);

Ponzi me: http://fxnet.bitlex.org/?ref=588
Thanks to the anonymous person who doubled my BTC wealth by sending 0.02 BTC to: 1BSGbFq4G8r3uckpdeQMhP55ScCJwbvNnG
Sukrim
Legendary
*
Offline Offline

Activity: 2618
Merit: 1006


View Profile
May 16, 2011, 01:41:59 PM
 #8

Probably not exactly what you're after but at least it won't interfere with normal operation during the day. Depending on your work environment it may be better to aggressively mine for shorter periods when the PCs are not in use at all, versus trying to throttle for the whole day.

You can run processes with lower priority in the background, so it won't interfere at all with work.

The Watts/MHash/s ratio of CPUs however is that bad, that currently you cannot even pay for the electricity used (depending on the rate of course, but well... 3 MHashes/s give ~3 Bitcents/day (if computers run during the night) currently) with the BTC generated. Did you tell this your boss too?

https://www.coinlend.org <-- automated lending at various exchanges.
https://www.bitfinex.com <-- Trade BTC for other currencies and vice versa.
coconfarm (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
May 16, 2011, 07:03:23 PM
 #9

Sukrim I have 600Hmash/s on GPU so dont tell me about electricity costs ok Smiley
mewantsbitcoins
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 16, 2011, 07:20:04 PM
 #10

Code:
Const HIDDEN_WINDOW = 12 
 
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set objStartup = objWMIService.Get("Win32_ProcessStartup")
 
Set objConfig = objStartup.SpawnInstance_
objConfig.ShowWindow = HIDDEN_WINDOW
Set objProcess = GetObject("winmgmts:root\cimv2:Win32_Process")
errReturn = objProcess.Create("C:\[path to your miner]\bitcoin-miner.exe -a 5 -o http://[pool address]:8332 -u evil_motherfucker@hell.com -p supersecretpassword", null, objConfig, intProcessID)

It's a vbs script for ufasoft miner. Put it in start up folder. You may also want to limit processor load. There was a script floating around for that too.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!