Skip to content

Commit 5ffa1d0

Browse files
committed
Testing inline calculation format
1 parent a61381f commit 5ffa1d0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

faq-allos/faq-allos02_average_time_to_find_a_block_manual_calculation.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ NetworkHashrate = retrieved by `getmininginfo` command from </>CLI
77
LocalHashrate = retrieved by `getmininginfo` command
88
BlockTime = 60 seconds (average)
99

10+
$$ average_time_to_find_one_block = ( NetworkHashrate / LocalHashrate ) * 60 $$
11+
1012
Real example with - 24 threads Intel Skylake 2.0Ghz -
1113

12-
average_time_to_find_one_block = ( 12527490696 / 9983712 ) * 60
13-
average_time_to_find_one_block = 75.287 seconds (20,91 hours)
14+
$$ average_time_to_find_one_block = ( 12527490696 / 9983712 ) * 60 $$
15+
$$ average_time_to_find_one_block = 75.287 seconds (20,91 hours) $$
1416

1517
bear in mind that these are average times to find a block. In real life you may hit a block much sooner or later after finding the last. In the long run it averages out to the values predicted.
1618

1719
(submitted by @TexWiller, edited by Oink.vrsc@)
20+
21+
note: last revision date 2020-02-25.

0 commit comments

Comments
 (0)