Forum Replies Created
-
AuthorPosts
-
alexg
KeymasterThat’s great news!
alexg
KeymasterHello again,
This looks like it is a matter of networking if IPN messages are not being delivered.
I would start by thinking what is different on those other sites where deposits work:
1. Are you using a different CoinPayments account? Then it could be something to do with the account settings. If you follow this guide then everything should be in order. Make sure to not specify a custom IPN URL.
2. Do you have a different web server config? Since you mention that other sites on the same server work, I would also compare the web server config of those other sites with the one that causes problems. Perhaps it is due to some rewrite rule. Do you see the incoming IPN in your server’s access log or error log? There could be indications towards the problem there.
Unfortunately I am not available for hire, as explained in the FAQ. Also, it is likely that the problem is not within WordPress or its plugins, so I wouldn’t be able to help you anyway. This is probably due to some server configuration.
Ultimately there is an incoming connection to your server. It either stops at your hosts firewalls, or your server’s firewall, or it reaches your web server, in which case it is stopped by your rewrite rules, or it is stopped at WordPress. There are logs for all of these layers. I would recommend that you start from the first one and determine at which point the message stops.
with regards
alexg
KeymasterAll security plugins deactivated . – no firewall – reduced all plugins besides wallet …
Still same issue …
No way to troubleshoot the IPN history either besides the history that dosent” say to much . – what ip adress is it coming from – what adress is it going to ..(https://superdomainname.com?wallets-cp-ipn=1)
This is annoying … dont want to reinstall the plugins…
Any ideas ? .. can we hire someone who is more knowledgeable than us on this matter ? … spent a couple days now on trouble shooting… all other dashed plugins deactivated… no wordfence or no security …
Kind regards..
alexg
Keymasterdefinitely a error on just that site..
Tried same plugins on different site on same server different api keys … no error ….
Tried same fresh api keys on old site (with error) … same error – “though shall not pass” kind of style 😉 ….
conclusion… not firewall issue (becuase working site is on same account and same server ) … have to search within the plugins then…
alexg
KeymasterThe error ‘IPN Mode is not HMAC’ would show if you attempt to visit the IPN URL from your browser. This is normal. The IPN URL should be accessed from the CoinPayments platform and the request should signed with a signature to verify authenticity.
IPN requests usually come from
149.56.241.110
.alexg
KeymasterDo you know what ip coinpayments is using to send their call to the script ? .. so we can identify the ip in the firewall logs ?
alexg
Keymasteri get a error now where the public keys are
IPN debugging
Last IPN error:
IPN Mode is not HMAC
Local time of last error:
2018-10-08 14:31:36??
alexg
KeymasterDOing troubleshooting now with hosting .-… same issue…
alexg
KeymasterThank you for showing me the details. This is definitely some firewall.
Remember there can be several firewalls in place, and your hosting provider might know something more about this.
Ultimately you must find out why https requests to that URI are not passing through.
best of luck
alexg
Keymasteralexg
KeymasterHello,
The first step to debug this would be to log on to coinpayments.net and go to IPN history.
See if the messages are delivered. They are probably not being delivered.
Click on the date/time of a failed IPN message and see the details. There should be some information there as to why the messages are not being delivered.
Besides wordfence, there can be other reasons why the incoming messages are not reaching your site. Possibly some firewall.
Please let me know what you found in your IPN message history.
with regards
alexg
KeymasterHello Alex
Deposits worked up until 1 oct…. the changes i made was to install exchange plugin, wordfence ( now deactivated to test ) …
Have gone through Defender pro wpmudev plugin (deactivated for test) – allowed all connections from coinpayments on firewall —
and still no deposits are showed up on wallets (showed in cold storage on coinpayments tough) ….
checked ipn´s – they are retried and refused –Im stuck on where to trouble shoot – all connections are on allowed … have entered credentials 2 times now – lowered http chache to 60 sec instead of 180…
Would be grateful for fast help…
alexg
KeymasterHello,
The exchange rates are stored in an array as a WordPress option. The option name is
wallets_rates
. ( See https://github.com/dashed-slug/wallets/blob/3.7.2/includes/rates.php#L601-L602 )with regards
alexg
Keymaster@jzntech Hello, this is the most common problem people face at first when installing the CoinPayments adapter. Most likely some firewall is blocking your incoming IPN notifications.
1. Have you checked the troubleshooting section, under “Deposits come through to the CoinPayments platform but do not show up in the plugin.”?
2. Also, are you encountering this problem on a new installation, or did deposits work before?
Please let me know
with regards
alexg
KeymasterHello Megan,
Thank you for your comment, I’m very glad you find the exchange helpful!
The last market price is part of the
get_market_summaries
public JSON API.If your site is http://www.example.com, you should be able to view it at https://www.example.com/?__wallets_exchange_action=get_market_summaries
The last price is in there.
kind regards
-
AuthorPosts