Skip to content

canximan/canxium-mining-calculator

 
 

Repository files navigation

Ethereum Mining Calculator

View live version of Ethereum Mining Calculator.

Calculations

Network hashrate

We estimated the network hashrate in GH using the following equation.

netHashGH = (difficulty / blockTime) / 1e9;

Where difficulty is the current difficulty to mine a block and blockTime is the networks current block time.

About

Canxium Mining Calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.1%
  • JavaScript 37.6%
  • CSS 0.3%