I personally have gotten good results with
http://next.afraid.org:8119/ Just make sure if you are using cgminer to use the --thread-concurrency flag
I'm using Guiminer scrypt and i have no ideea how to connect to that pool
Assuming you are using windows.
Okay... First off you need to download cgminer. You can download it here:
http://ck.kolivas.org/apps/cgminer/Go to 3.1/ and download the one ending with windows.zip
Unzip it into a folder and open that folder.
Inside the folder, right click inside the folder -> New -> Text Document
Once the text editor opens up, type this in:
cgminer --scrypt -o
http://next.afraid.org:8119/ -u yourDGCaddress -p . --shaders 1280 --intensity 12 --worksize 256 -g 1 --thread-concurrency 8192
-u means username and for this one you use your DGC address, -p means password and for this one you use "." , on the rest of the flags you can find your optimal settings for your card(s) here:
https://github.com/litecoin-project/litecoin/wiki/Mining-hardware-comparison To add different settings on different cards add a , in between each number such as:
cgminer --scrypt -o
http://next.afraid.org:8119/ -u yourDGCaddress -p . --shaders 1280,1700 --intensity 12,13 --worksize 256 -g 1 --thread-concurrency 8192
I picked two random numbers so please don't use that number of shaders. For this, the shaders on Card 0 would be 1280 and 1700 on Card 1. Intensity on Card 0 would be 12 and 13 on Card 1. The rest will use the same settings. Such as both will use 256 as the worksize.
save the file as digitalcoins.bat
exit the text editor, double click digitalcoins.bat and there you go.
You can tweak the shaders, intensity, and thread-concurrency to the specifications on your card or what you want your performance to be.
It takes some effort but once you get the initial work out of the way I found that it is easier to switch pools, edit settings, and get more info.
I hope this is clear enough to follow. Just message me if you have any problems.