CINXE.COM
Alloscomp : Bitcoin Mining Calculator
<!DOCTYPE html> <html> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://alloscomp.com/bitcoin/calculator","20150315041054","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1426392654"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Alloscomp : Bitcoin Mining Calculator</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8"/> <!-- Bootstrap --> <link href="//web.archive.org/web/20150315041054cs_/https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link rel="stylesheet" href="/web/20150315041054cs_/https://alloscomp.com/static/style.css"/> <style type="text/css"> .ad_placeholder { width: 768px; height: 70px; padding: 0; line-height: 70px; font-size: 2em; text-align: center; margin: 0 auto; color: lightgrey; } ul {margin-top: 0; padding-top: 0} label.radio_left { margin-right: 15px; } table.answer { border: 0px; border-collapse:collapse; font-size: 1.1em; margin: 2px; } table.answer td { border: 1px solid black; padding: 2px; } table.parent { vertical-align: top; } </style> </head> <body> <div class="container"> <nav class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <a class="navbar-brand" href="/web/20150315041054/https://alloscomp.com/">Alloscomp</a> <a href="https://web.archive.org/web/20150315041054/mailto:webmaster@alloscomp.com" class="icon navbar-left navbar-btn btn" title="email: webmaster@alloscomp.com"> <img src="/web/20150315041054im_/https://alloscomp.com/static/email.svg" alt="email" width="25" height="25"/> </a> <a href="https://web.archive.org/web/20150315041054/https://github.com/lachesis" class="icon navbar-left navbar-btn btn" title="github: lachesis"> <img src="/web/20150315041054im_/https://alloscomp.com/static/github.svg" alt="github" width="25" height="25"/> </a> <a href="https://web.archive.org/web/20150315041054/https://twitter.com/aftbit" class="icon navbar-left navbar-btn btn" title="twitter: aftbit"> <img src="/web/20150315041054im_/https://alloscomp.com/static/twitter.svg" alt="twitter" width="25" height="25"/> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <script async src="//web.archive.org/web/20150315041054js_/https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <div class="ads" id="ads"> </div> <script type="text/javascript"> var adElm = document.getElementById("ads"); function addAdElm(slot, width, height) { var pub = '8434756265050602'; var ins = document.createElement("ins"); ins.className = "adsbygoogle"; ins.setAttribute('style', 'display:inline-block;width:' + width + 'px;height:' + height + 'px'); ins.setAttribute('data-ad-client', 'ca-pub-' + pub); ins.setAttribute('data-ad-slot', slot); document.getElementById("ads").appendChild(ins); } var bigs = Math.floor(adElm.offsetWidth / 728); var smalls = Math.floor((adElm.offsetWidth % 728) / 468); //console.log("Creating " + bigs + " big ad(s) and " + smalls + " small ad(s)."); for (var i = 0; i < bigs; i++) { addAdElm("9121512920", 728, 15); } for (var i = 0; i < smalls; i++) { addAdElm("1598246125", 468, 15); } if (bigs + smalls > 0) { (adsbygoogle = window.adsbygoogle || []).push({}); } else { adElm.style.display = 'none'; } </script> <!--<div class="page-header"> <h1>Bitcoin Mining Calculator</h1> </div>--> <h1>Bitcoin Mining Calculator</h1> <p>Got your shiny new ASIC miner? Wondering when it will pay off? If you enter your hash rate below, this page will calculate your expected earnings in both Bitcoins and dollars over various time periods (day, week, and month). It will <em>not</em> attempt to extrapolate difficulty or price changes -- it provides only instantaneous calculations (how much you'd make if all conditions remained as they were right now.</p> <p>An API is available at <a href="/web/20150315041054/https://alloscomp.com/bitcoin/calculator/json">https://alloscomp.com/bitcoin/calculator/json</a>.</p> <br/> <p>Next difficulty retarget occurs at block 348767.0 (eta 7.7 days): 47049774583.9 / -0.8% [est.]</p> <form method="POST" action="/web/20150315041054/https://alloscomp.com/bitcoin/calculator"> <table> <tr><td>Difficulty Factor</td><td><input type="text" name="difficulty" value="47427554950.6"/></td><td></td></tr> <tr> <td>Hash Rate</td> <td><input type="text" name="hashrate" value=""/></td> <td> <select name="hashrate_unit"> <option value="mhs">MH/s</option> <option value="ghs" selected>GH/s</option> <option value="ths">TH/s</option> </select> </td> </tr> <tr><td>Exchange Rate</td><td><input type="text" name="exchange_rate" value="283.93"/></td><td>($/BTC) [preev]</td></tr> <tr><td>BTC / Block</td><td>25.00000000</td><td></td></tr> </table> <p style="margin-top:2px"><input type="submit" class="btn" id="calcbutton" value="Calculate"/></p> </form> <br/> <p>Has this service helped you? BTC 1Aosc1wUGx9s4h42sPKbHXzGJHKt8LijZp</p> <br/> <div style="border: 1px solid rgb(235, 235, 235);"> <h2 style="font-size: 1em; color: rgb(88, 88, 88); font-weight:normal; margin:0; float: right; margin-right: 12px;">Sponsored</h2> <a style="float:left;" href="https://web.archive.org/web/20150315041054/mailto:webmaster+bannerad@alloscomp.com">Your Ad Here!</a> <div style="text-align: center; height: 90px;"> <div class="ad_placeholder">YOUR AD HERE</div> </div> </div> </div> <script src="//web.archive.org/web/20150315041054js_/https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> <script src="//web.archive.org/web/20150315041054js_/https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js"></script> <!-- Piwik --> <script type="text/javascript"> var _paq = _paq || []; _paq.push(['disableCookies']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://stats.aftbit.com/"; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', 1]); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script> <noscript><p><img src="https://web.archive.org/web/20150315041054im_/http://stats.aftbit.com/piwik.php?idsite=1" style="border:0;" alt=""/></p></noscript> <!-- End Piwik Code --> </body> </html> <!-- FILE ARCHIVED ON 04:10:54 Mar 15, 2015 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 15:04:53 Feb 17, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.634 exclusion.robots: 0.034 exclusion.robots.policy: 0.021 esindex: 0.014 cdx.remote: 18.825 LoadShardBlock: 1035.079 (3) PetaboxLoader3.datanode: 853.997 (4) PetaboxLoader3.resolve: 245.091 (2) load_resource: 160.779 -->