Bitcoin Forum
May 30, 2024, 10:36:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Flash Player Bitcoin Miner  (Read 6952 times)
RoboCoder
Sr. Member
****
Offline Offline

Activity: 388
Merit: 250


Save A Life, Adopt a Pet Today!


View Profile WWW
September 21, 2012, 06:20:39 PM
 #21

Now imagine if ALL Google services (YouTube, Gmail, Search, etc.) implemented it! That would be a massive amount of BTC

Saw an article a while ago about google's servers - they are packed into shipping containers...  Custom modded mATX with batteries for P/S's.

http://news.cnet.com/8301-1001_3-10209580-92.html

From one of the pics looks like they have an x16 slot (cant quite tell) - and of course this *might* be the only real valuable application where CPU mining would work -  so maybe you can read the article and figure out the hash capability per google container if they were to directly mine their cpu's  (can you say 51% attack...)

Wow - i must be bored to even be continuing this discussion  Wink
caffeinewriter
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
September 21, 2012, 09:23:51 PM
 #22

So, nobody can help with my code?

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Flash Player Bitcoin Miner Calculator</title>
    <script type="text/javascript">
        calculate(){
            var users = document.getElementById('musers').value;
            var timespent = document.getElementById('timespent').value;
            var btcps = 0.000000000617283950;
            var timeday = timespent/30;
            var userday = users/30;
            var calcresult = userday*timeday*btcps + 'BTC';
            document.getElementById('result').innerHTML = calcresult;
       }
    </script>
  </head>
  <body>
    <form action="" id="flashminer">
      <label for="musers">Monthly Users</label><input type="text" id="musers"><br>
      <label for="timespent">Monthly Time Spent (in seconds)</label><input type="text" id="timespent"><br>
      <input type="button" value="Calculate" onclick="calculate()"><br>
      <input type="text" id="result" disabled="disabled" value="0.00BTC">
    </form>
  </body>
</html>

FactoredPrimes
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
September 21, 2012, 09:43:25 PM
 #23

Now imagine if ALL Google services (YouTube, Gmail, Search, etc.) implemented it! That would be a massive amount of BTC

Saw an article a while ago about google's servers - they are packed into shipping containers...  Custom modded mATX with batteries for P/S's.

http://news.cnet.com/8301-1001_3-10209580-92.html

From one of the pics looks like they have an x16 slot (cant quite tell) - and of course this *might* be the only real valuable application where CPU mining would work -  so maybe you can read the article and figure out the hash capability per google container if they were to directly mine their cpu's  (can you say 51% attack...)

Wow - i must be bored to even be continuing this discussion  Wink

It would be nice to have 3 or 4 of those containers at your disposal.
RoboCoder
Sr. Member
****
Offline Offline

Activity: 388
Merit: 250


Save A Life, Adopt a Pet Today!


View Profile WWW
September 21, 2012, 10:11:27 PM
 #24

So because the largest search engine in the world is stored in shipping containers - would that make it a mobile computing solutions...

-1 for bad joke...
caffeinewriter
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
September 24, 2012, 07:37:20 PM
 #25

Okay, I don't know why I spent so much time on this, but I finally made a calculator that works with it!

http://pastehtml.com/view/ccqkmx0d8.html

Hope you guys enjoy it!

josephliton
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
November 12, 2012, 11:51:09 AM
 #26

like it but very slow.

caffeinewriter
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
November 12, 2012, 09:07:25 PM
 #27

We could probably make a pretty epic web based miner using HTML5 and WebGL.

usafinders
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 08, 2013, 12:47:58 PM
 #28

Maybe someone can modify it to mine Litecoins
jski
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
May 08, 2013, 12:55:00 PM
 #29

OP original link doesn’t exist anymore.
mobile
Sr. Member
****
Offline Offline

Activity: 400
Merit: 250


the sun is shining, but the ice is still slippery


View Profile
October 28, 2013, 02:55:37 PM
 #30

OP original link doesn’t exist anymore.
Nor does his github account. Google search turns up null. Bump for sheer curiosity to see the source code of this....

1MoBi1eNbqh8QMuvtZjYzQGV8NEckJJYcT rep|GnuPG <3 CLAM <3
caffeinewriter
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
October 31, 2013, 10:18:25 PM
 #31

OP original link doesn’t exist anymore.
Nor does his github account. Google search turns up null. Bump for sheer curiosity to see the source code of this....

I think I dug up a copy of it.

https://github.com/donatedbitcoinsoftware/Flash-Player-Bitcoin-Miner

Also going to fork it to my own account for posterity.

https://github.com/caffeinewriter/Flash-Player-Bitcoin-Miner

identity
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 05, 2014, 10:31:20 PM
 #32

is it possible to scrypt-mine with it?
miners78
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 05, 2014, 11:43:20 PM
 #33

Awesome!
malevolent
can into space
Legendary
*
Offline Offline

Activity: 3472
Merit: 1721



View Profile
February 07, 2014, 03:06:21 PM
 #34

is it possible to scrypt-mine with it?

No.

Signature space available for rent.
Pages: « 1 [2]  All
  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!