Skip to content

Commit a6b0a79

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

faq-allos/faq-allos02_average_time_to_find_a_block_manual_calculation.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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 $$
10+
$$ average_time_to_find_one_block = ( \frac{NetworkHashrate}{LocalHashrate} ) * 60 $$
1111

1212
Real example with - 24 threads Intel Skylake 2.0Ghz -
1313

@@ -19,3 +19,5 @@ bear in mind that these are average times to find a block. In real life you may
1919
(submitted by @TexWiller, edited by Oink.vrsc@)
2020

2121
note: last revision date 2020-02-25.
22+
23+
[gimmick: math]()

0 commit comments

Comments
 (0)