mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Console Logs (markdown)
@@ -75,8 +75,6 @@ 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`
|
||||
|
||||
` lyra2rev3: lyra2v3.mine.zergpool.com:4550`
|
||||
|
||||
` Diff: Net 50648, Stratum 26, Target 0.10156`
|
||||
|
||||
` TTF @ 2758.00 kh/s: block 2y2d, share 2m38s`
|
||||
@@ -90,9 +88,7 @@ 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.
|
||||
|
||||
Line 2 shows the current algo and pool URL.
|
||||
|
||||
Line 3:
|
||||
Line 2:
|
||||
|
||||
* Network difficulty, provided by the server, the minimum difficulty hash required to solve a block.
|
||||
* Stratum difficulty, provide by the server, determines the value of a share and, combined with a target
|
||||
@@ -100,7 +96,7 @@ factor (hard coded for each algo) determines the minimum share difficulty.
|
||||
* Target difficulty, the minimum acceptible share difficulty, calculated from data received from the stratum
|
||||
server.
|
||||
|
||||
Line 4:
|
||||
Line 3:
|
||||
|
||||
* TTF, an abbeviation for Time To Find, an estimate of the average time required to find either a block or a share for a given hash rate.
|
||||
* Reference hash rate of the miner, this is the traditional hash rate displayed by most miners. It is
|
||||
@@ -109,7 +105,7 @@ effective hash rate and lost hash rate.
|
||||
* Block TTF estimate calculated from miner's reference hash rate and network difficulty.
|
||||
* Share TTF estimate calculated from miner's reference hash rate and target difficulty.
|
||||
|
||||
Line 5, only displayed in single coin pools
|
||||
Line 4, only displayed in single coin pools
|
||||
|
||||
* network hashrate estimate is calculated from network difficulty and the number of blocks found during
|
||||
the mining session.
|
||||
|
Reference in New Issue
Block a user