Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy #89

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Proxy #89

wants to merge 4 commits into from

Conversation

onics
Copy link

@onics onics commented Dec 14, 2016

Added SOCKS5 proxy support to the light-weight stratum miner. There is an additional dependency necessary (PySocks), included as a thirdparty package for systems that don't have it natively.

Understand if the pull request is rejected for introducing a new dependency.

onics added 3 commits December 13, 2016 17:00
When multiple OpenCL platforms are installed on the same machine,
the miner would raise a fatal error if the device wasn't found on
the first platform. Slightly modified the error checking to send
raise a debugging message and return 0 if no devices are found
by clGetDeviceIDs for a given platform.
Added the option to connect to a mining pool through a socks proxy
To support using SOCKS5 proxy, cloned the PySocks repo into the
thirdparty directory.
@mbevand
Copy link
Owner

mbevand commented Dec 19, 2016

I am willing to merge this, but can you remove the unrelated change in main.c?

@onics
Copy link
Author

onics commented Dec 21, 2016

Much appreciated :)

Let me know if I can help with anything else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants