Post
Topic
Board Beginners & Help
Re: Mining using a proxy
by
almbfsek
on 16/06/2011, 18:43:21 UTC
well modifying the source was easier afterall Smiley

Quote
curl_easy_setopt(curl, CURLOPT_PROXY, "socks://127.0.0.1:11334");
curl_easy_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);

works like a charm...