Skip to content

Commit

Permalink
Testing inline calculation format
Browse files Browse the repository at this point in the history
  • Loading branch information
Oink70 committed Feb 25, 2020
1 parent a6b0a79 commit 18bca92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ NetworkHashrate = retrieved by `getmininginfo` command from </>CLI
LocalHashrate = retrieved by `getmininginfo` command
BlockTime = 60 seconds (average)

$$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$

$$ average_time_to_find_one_block = ( \frac{NetworkHashrate}{LocalHashrate} ) * 60 $$

Real example with - 24 threads Intel Skylake 2.0Ghz -
Expand Down

0 comments on commit 18bca92

Please sign in to comment.