dashed-slug.net › Forums › CoinPayments.net Wallet Adapter extension support › Problem with Extension TOR › Reply To: Problem with Extension TOR
October 5, 2017 at 11:10 am
#1879
Anonymous
Inactive
I think that adding a proxy in the code of the “wallets-cp.php” file with the “Curl” function is necessary for the plugin to communicate well with the coinpayment site.
Example:
curl_setopt ($ ch, CURLOPT_PROXY, ‘IP MY SERVER: 9050’);
curl_setopt ($ ch, CURLOPT_PROXYTYPE, 7);
What do you think?