Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

var hashrate = 0.

00017136;
var current_balance = 21.00295925;
var interval_ms = 5000;

var $well_h1 = $('.well-h1');


var $well_h3 = $('.well-h3');

$function() {
var current_progress = 0;
var interval = setInterval(function() {

$("mining_progress")
.animate({
width: "100%"
}, interval_ms, function() {
current_balance += (hashrate/86400*
(interval_ms/1000));

$well_h3.html(current_balance.toFixed(8));
$well_h1.html(current_balance.toFixed(8));
$("#mining_progress")
.css("width", 0 + "%");
});
}, interval_ms);

});

var currentInternalSatoValue = 0.00295925;


var hashrate = 0.00017136;

You might also like