Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 415 Bytes

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.