I currently use:
ccminer-x64 -a lyra2Z -o stratum+tcp://us-east.zcoin.miningpoolhub.com:20581 -u ****** -p ****** --show-diff
pause
Thanks - pokeytex
You've touched on a pet peeve of mine, please excuse the following rant.
Mining performance is measured by hash rate. The miner measures the hash rate of all scans. The pool measures
the hash rate of submitted shares. The problem is not 100% of the scans result in a submitted share. There are therefore
time gaps that reducethe effective hash rate. The miner needs to factor the failed scans to get an accurate effective
hash rate.
Latency is also a source of error. The pool measure the time from when it sent the work until the share was received.
The miner measures the time when it started hashing until it found the solution. It does not include processing or
network transmission.
There is also the issue of averaging. Most pools use a 5 minute average hash rate. If share submissions are regular the
displayed hash rate should be consistent but if shares are submitted infrequently the displayed hash rate can vary
wildly from zero to 2 or 3 times the actual hash rate depending on how many shares were submitted in the window.