sumoprojects / SumoEasyMiner

The most easy, intuitive CPU miner for cryptonote-based cryptocurrency
Other
87 stars 64 forks source link

Allow the pool connection to use SSL. #4

Closed mrheinen closed 6 years ago

mrheinen commented 6 years ago

This updates the UI and all the pool save and loading mechanism so support an 'ssl_enabled' flag for a pool. When the flag (a checkbox in the UI) is set to True; SSL will be used for the connection.

I tested this on Linux and everything seems to work fine but I'm not sure is p how this will work on Windows and Mac's. It needs to be tested and depends on OpenSSL being available in the python distribution that is packaged in the binary.