Updated the first post with the
Fenican guideline to set optimal difficulty for your hash power:
Hash Rate (KH/s) Difficulty
1 +0.00000116
5 +0.00000582
10 +0.00001164
50 +0.00005821
100 +0.00011641
250 +0.00029103
500 +0.00058207
750 +0.00087310
1000 +0.00116414
1600 +0.001862624
Example: if you have 50 KH/s, then add +0.00005821 to your address:
cgminer --scrypt -s 1 -Q 0 -E 1 -o http://66.172.10.55:19331 -u WDC_ADDRESS+0.00005821 -p x
CPUminer example:
minerd --algo scrypt -s 1 -o http://66.172.10.55:19331 -u WDC_ADDRESS+0.00005821 -p x
These settings helps to reduce rejected shares.