Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [QRK] Quark | Super secure hashing | CPU mining
by
ledniy
on 21/12/2013, 20:48:29 UTC
How many hashes does it take to find a share?
Current Network Hashrate 769.5147 GH/s
Block Interval 30 sec
GigaHashes per Block 23,085.441
16 Quarks per Block (Halving to 8 SOON)
1,442.8400625 Gigahashes per Quark

Is that what you had in mind?
want to make a calculator for MH/s
i have formula and i need hash per share:
Code:
var SecondsPerYear = 365.25 * 24.0 * 3600.0;

var hashTime = difficulty * hashPerShare / (1 * 1000000.0);
var blocksPerYear = SecondsPerYear / hashTime;
var coinsPerYear = coinPerBlock * blocksPerYear * (1-1/100);
var coinsPerDay = Math.round(coinsPerYear / 365.25 * 100000000) / 100000000;