Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
228281
Topic
17881
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
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...