I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: confirm counter don´t work correctly

#8136
alexg
Keymaster

Hello,

I am not aware of this issue. Normally, the wallet notifies the plugin about transaction updates via the notification mechanism.

Please consult this article: https://www.dashed-slug.net/howto-debug-an-incoming-deposit-full-node-wallet/

and in particular focus on step number 5.

Try constructing a URL of the form https://www.example.com/wallets/api3/notify/DEM/wallet/TXID where you replace example.com with your domain name, and TXID with an actual transaction id. Visit the URL in your browser. This should force the plugin to query the wallet about that transaction, and update the confirmations count.

If this doesn’t work, try the same with the URL https://www.example.com/?__wallets_apiversion=3&__wallets_action=notify&__wallets_symbol=DEM&__wallets_notify_type=wallet&__wallets_notify_message=TXID

Does this make the confirmation count update? Do you get back a JSON message?

If the above works, check your walletnotify line in your wallet’s config file. You should have placed a curl command in there. Does the curl command work from the host where your wallet runs? Could it be some networking issue?

Please try the above and let me know if you were not able to resolve the problem or if you have any questions.

with regards