Bitcoin Forum
May 29, 2024, 04:07:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: little miner web app  (Read 667 times)
crrdlx (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
June 30, 2012, 11:12:37 AM
Last edit: June 30, 2012, 12:57:28 PM by John (johnthedong)
 #1

Here's a small app (called "Bitty") that mines using BitcoinPlus: [Suspicious link removed] Yes, BitcoinPlus isn't the most effective way to mine. But, it might be the easiest for lots of folks. As I see it, the main benefit of the Bitty app over simply going with BitcoinPlus would be that Bitty is able to start at a system's startup. One of the main drawbacks of BitcoinPlus is that you're required to stay on a web page. Once people see that things go very slowly, they get discouraged and move on. Bitty tries to remedy this in that...

  • you don't have to actually navigate to a web page to run it
  • you don't have to stay on that web page to run it
  • it can be set to run at system startup

Take a look see:[Suspicious link removed]
John (John K.)
Global Troll-buster and
Legendary
*
Offline Offline

Activity: 1288
Merit: 1226


Away on an extended break


View Profile
June 30, 2012, 12:56:49 PM
 #2

Please do not download any executables without the source as there might be a chance that the executable is malicious.
Post edited to remove the links. (links were censored before my removal anyway)

Anyone interested in full time mining (or most of the time) can visit the Mining Software section at https://bitcointalk.org/index.php?board=42.0 to download any of those open-sourced miners with better features then the ones given above, and mine at a pool with lower fees then BitcoinPlus.
Kluge
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1015



View Profile
June 30, 2012, 01:24:23 PM
 #3

Drag application icon to startup folder - HOW THE FUCK DO I DO IT?!
fgjfgh63
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 11, 2013, 08:05:21 AM
 #4

drtghn
crrdlx (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 14, 2020, 09:55:27 AM
 #5

I wanted to reply to my original post just to clarify something. There's nothing like a clarification on something posted 8 years earlier!  Smiley

Back in 2012, the Bitty miner app links in my original post were quickly removed by mods since they were deemed "suspicious." That's okay, I understand. The links were to an .exe file which can have all kinds of bad things, like malware, spyware, trojanware, etc. Mine did not...the app was nothing more than a pointer to a web page with an embedded javascript for browser mining bitcoin. I also had an .htm version and an .hta version. Likely, I should've used one of those, instead of the .exe, so people could've looked at the page source. Oh well.

Since Bitty was never used by anyone, and since it earned zero BTC, I simply scratched the whole thing. Then, I forgot about it.

Why this reply eight years later then? Two reasons:

  • Because it always bothered me a bit that the Bitty miner and "suspicious" links made me look scammy. At times, I've wanted to revisit Bitty, just to show it for what it was and that the links were not malicious. However, all the files and website were gone.
  • Because only a week and a half ago did I finally rediscover the Bitty miner site from 2012. Since we're all currently on lock down at home during the COVID-19 situation, I've been rummaging through old files, folders, and the like. And, while looking at an old wiki admin panel, there it was!...complete with the miner app embedded in the wiki. The wiki had been deleted, but apparently a deleted wiki is not a dead wiki.

With this new discovery, here was my chance to set the record straight. I understand, nobody cares, and that it doesn't matter. But, I'll feel better!

In the spirit of full disclosure, the Bitty app never sat right 100% with me, here's why:
  • First, it used BitcoinPlus.com to mine. Bitty's embedded javascript simply pointed to BitcoinPlus.com to browser-mine. BitcoinPlus.com always seemed to walk up near the edge of scamminess itself.
  • Secondly, Bitty did require a person's computer to use all of its CPU ability, so, the computer ran hot.

Links
1. The Bitty app website (the "suspicious link" that was removed) was: http://bitty.wikidot.com Maybe the link won't get removed this time since the miner does nothing now. The embedded javascript that made it work points to BitcoinPlus.com, which is no more. Bitty has been neutered.
2. A video of the app in action, from back in 2012, can be seen at: https://player.vimeo.com/video/46534255 Sorry about the rave music. What was I thinking?
3. How BitcoinPlus.com looked at the time: https://web.archive.org/web/20120611082224/http://www.bitcoinplus.com/

Below is the code for the Bitty miner app (the .exe simply opened this .hta file): And, yes, I realize the final /head tag should have been /html, oops. Smiley
Code:
<html>
<head><title>Bitty Miner</title></head>
<body bgcolor=#A3C2FF>
<font face=verdana color=#000044><big><b>Bitty Miner</b></big></font><br>
<font face=verdana color=#202020><small><small>A lil bitty Bitcoin miner powered by</small></small></font><br>
<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>
<script type="text/javascript">BitcoinPlusMiner(18131671, {autostart: true, addControls: true})</script>
<font face=verdana><small><small>
<a href="http://bitty.wikidot.com" target=_blank>Bitty website</a>
</small></small></font>
</body>
</head>
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!