I've been trying to get the newest version of ccminer running to mine darkcoin with my GTX750Ti to no avail. my batch contains "ccminer50.exe -t 1 -a x11 -o east1.us.stratum.dedicatedpool.com:8001 -u user -p pass" and I ensured my AV is disabled. the command line sits idle for a bit after starting, then states "HTTP request failed: Operation timed out after 30577 milliseconds with 1198 out of -1 bytes received" followed immediately by "json_rpc_call failed, retry after 30 seconds". the GTX750Ti is compute 5.0 so I'm assuming I should be running ccminer50, but even so I've tried all the compute level versions with no luck. Any help you guys could provide would be great, thanks!
You need to add "stratum+tcp://" before your url. So it should be "-o stratum+tcp://east1.us.stratum.dedicatedpool.com:8001", without the quotation marks ofcourse.