cgminer.exe --scrypt -o
http://gld.minepool.net:3333 -u giantkin.fal1 -p xo --no-submit-stale --nocheck-golden --chips-count 128 --ltc-clk 328 -S //./COM5
pause
--------- Above is bat file ----------
i added a pause, whenever i first setup a bat file, add the pause, to check for errors etc.
remove it after its running successfully.
The above is setup for my Falcon scrypt miner. ( --scrypt starts scrypt) the address of the pool:port -u is username.workername -p workerPassword nosubmit gets some of the stale shared from your miner, and doesnt send them. not sure what nocheck golden does...but without it mine wouldnt work. -chipscount obviously how many chips your device has... -ltc-clk is the clock for your miner. and -s // is the com port that your device is attached to on your compuer. (usb, mine is 5)
newer versions change some of these settings. this version is 3.1.1 curse
so, for the newer version... start with my line. and compare differences. see whats wrong. whats missing on yours.
mostly, the first errors are pool address. look at their 'Getting started' topic. they usually have the link address there. make sure the port is also corrent.
then you MUST have a worker setup. your login .worker -p x i use x for password. some sites require x there. others let u set your own. it doesnt matter.
-other issues are the com port. not sure on the newer, but the older you had to figure out the com port that you were connected to (for usb)
-Chipc count is important. wrong number, and it can lower your hash.
-freq or clock very important. wrong number makes it unstable. overheat or under work! (which is worse? lol)
the nosubmit is not important. it just helps your lag time. ie: instead of sending a bad share, it just deletes it.
ill try to post more later on if someone needs.