badmofo / ethereum-mining-calculator

Ethereum Mining Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic Number in Line 209 of index.html

tuldok89 opened this issue · comments

Hello,

In line 209 of index.html there is this code:

var ethPerMin = blocksPerMin * 5.0;

Why is blocksPerMin multiplied by 5.0? Where did this value come from?