Skip to content

Commit

Permalink
Updated Prices, Social Btns
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptowizzard committed Jan 27, 2016
1 parent 5cd4a5d commit ca63477
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Bootstrap 101 Template</title>
<title>Ethereum(Eth) Mining Calculator</title>

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
Expand All @@ -25,6 +25,9 @@
<style type="text/css">
body{ font-family: 'Noto Sans', sans-serif; }
.row{padding-bottom:0.5em;}
.social {
padding-top:30px;
}
</style>

</head>
Expand All @@ -34,8 +37,18 @@
<div class="container">

<div class="row" style="background-color:#fff;">
<h1>Ethereum Mining Calculator</h1>
<h3>Aiming to be the most advanced Ethereum Mining Calculator</h3>
<div class="col-md-9">
<h1>Ethereum Mining Calculator</h1>
<h3>Aiming to be the most advanced Ethereum Mining Profitability Calculator</h3>
</div>
<div class="col-md-3"><div class="social">
<a href="https://twitter.com/share" class="twitter-share-button"{count} data-via="cryptowizzard" data-hashtags="ethethereum">Tweet</a>



<div class="fb-like" data-href="https://cryptowizzard.github.io/eht-mining-calculator/" data-layout="button_count" data-action="recommend" data-show-faces="true" data-share="true"></div>

</div></div>
</div>

<hr/>
Expand Down Expand Up @@ -139,7 +152,6 @@ <h3>Network</h3>
<p>You can get the current network hashrate along with the blocktime from <a href="https://stats.ethdev.com/">here</a>. The average blocktime represents the time in which a new block is generated and for each block 5 ETH are generated. Statistically you will be able to estimate how many ethercoins are generated by you given the fact that you know the whole network computing power. It's your part of the pie. That means for each 17.84 seconds (assuming thats the average time until a new block is generated) you get 5 ETH * 25Mhz / 591.2GHz. But remember this is an average. The estimation should be quite exact for the near future but if you want to estimate for longer term there is much uncertainty regarding how those variables evolve(Average Block Time, Average Network Hashrate).</p>
<p>For longer term prediction values are calculated based on anticipated network hashrate considering the evolution for the next 6 month will be similar as the one for the <a href="https://etherscan.io/charts/hashrate">last 6 months</a>.</p>
<p>The processing power of the cards is added from the spreadsheet shared in the thread mentioned above. The consumption is taken from the same place or from <a href="https://en.bitcoin.it/wiki/Non-specialized_hardware_comparison#AMD_.28ATI.29"></a> and the price is manually taken from amazon and neweggs(depending where is cheaper, the links contains affiliate code).</p>
<p>If you find this calculator useful and you wish to support it feel free to transfer some eth dimes here:</p>
</div>

</div>
Expand All @@ -157,5 +169,15 @@ <h3>Network</h3>
populateHardware(document.getElementById('graphiccard'), data);
update();
</script>
<script type='text/javascript'>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</body>
</html>

0 comments on commit ca63477

Please sign in to comment.