Updated Console Logs (markdown)

JayDDee
2020-03-11 13:41:04 -04:00
parent 1173d018e4
commit 7268019ab5

@@ -91,7 +91,7 @@ will include new estimates for the new block or stratum difficulty.
Using external data the coin can be identifed from its block number.
`[2020-02-07 23:38:22] New block 1293839, job 1d9f, ntime 5e5c2e79`
`[2020-02-07 23:38:22] New block 1293839, job 1d9f`
` Diff: Net 50648, Stratum 26, Target 0.10156`
@@ -106,6 +106,17 @@ There are 3 forms of this report. New job is a one line report, new block and ne
Line 1 (blue) shows what new information was received from the stratum server.
Stratum difficulty is used to moderate the share submission rate of miners with vastly different performance levels. This value affects the target hash to make it easier or more difficult to find a share. The stratum
difficulty also affects the value of each share which results in the same effective hash rate. Changing
stratum difficulty can affect the accuracy of session statistics as thy are based on the mean difficulty
for the session. Five minute stats are not affected because a new period is started with every stratum
difficulty change.
The block height (number) can be used in a multipool to identify the coin being mined. The block height
is also reported in other logs to help track performance.
Job id is also reported in other logs to help track performance and troubleshoot stale shares.
Line 2:
* Network difficulty, provided by the server, the minimum difficulty hash required to solve a block.
@@ -157,8 +168,8 @@ info to help tracking.
match up with a share result counter.
* The difficulty of the submitted share, should be <= target diff to be accepted, otherwise it will be rejected
as a low difficulty share. Low difficulty shares are caused by the wtrong algorithm or wrong pamameters,
A pool misconfiguration or a bug in cpuminer-opt. A bug is more liky wih new code.
as a low difficulty share. Low difficulty shares are caused by using the wrong algorithm or wrong pamameters,
a pool misconfiguration or a bug in cpuminer-opt. A bug is more likely with new code.
* The current block, also known as height.
@@ -177,7 +188,7 @@ This report is generated when the pool's reply has been received acknowledging t
Line 1:
* Share result count, simple counter independant of submit counter but they should match. a mismatch indicates
* Share result count, simple counter independant of submit counter but they should match. A mismatch indicates
submitted shares without replies. The result count should also equal to the sum of accepted, stale and rejected
shares, collectivley known as replied or acknowledged shares.