LITECOINPOOL PERFORMANCE:
When I was mining in litecoinpool, my performance with 5 moonlander2 cards was 22.45 (nearly 4.5MH per card). The performance was very consistent across all cards (4.48 - 4.50). HW errors in aggregate was 0.83%, and rejected shares was 0.25%.
Configuration:
./bfgminer --scrypt -o stratum+tcp://us.litecoinpool.org:3333 -u myuserid.1 -p myminerpw -S ALL --set MLD:clock=796
PROHASHING PERFORMANCE:
My performance thus far (1 day) using the same 5 cards is 21.75 (4.35 MH per card). The card performances vary (4.27 - 4.44). HW errors in aggregate is higher at 1.1%. Rejects shares are much higher -- 2.9%
Configuration:
./bfgminer --scrypt -o stratum+tcp://prohashing.com:3333/#skipcbcheck -u myuserid -p "a=scrypt n=myminer w=33.675 p=0.08" -S ALL --set MLD:clock=796 --scan-time 1 --failover-only
ADDITIONAL OBSERVATIONS:
I still see messages such as:
- Pool 0 is issuing work for an old block: xxxxxxxxxxxxxxxxxxxx
- Rejected xxxxxxxx MLD 0 Diff xxx/xxm (The primary coin's share was)
When I ping prohashing.com, i get 73ms avg... litecoinpool.org give me 205ms avg.
SUMMARY:
Latency is less pinging prohashing.com, but performance seems to be lower, combined with higher hardware errors and higher rejected shares...
I added "--scan-time 1", which reduced some of the error msgs but not all.
I added #skipcbcheck, which got rid of all coinbase check msgs.
Anything I should change in my configuration file to get better results?
Thanks in advance,
Mike