You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is necessary for a miner to verify the certificate of a stratum?
i think it is more correct to turn off the check, because nomp does not know how to update the certificate on the fly.
add to stratum_connect:
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0);
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0);
The text was updated successfully, but these errors were encountered:
it is necessary for a miner to verify the certificate of a stratum?
i think it is more correct to turn off the check, because nomp does not know how to update the certificate on the fly.
add to stratum_connect:
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0);
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0);
The text was updated successfully, but these errors were encountered: