badmofo / ethereum-mining-calculator

Ethereum Mining Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Ethereum Mining Calculator

License:MIT License


Languages

Language:HTML 93.5%Language:Python 6.5%