dashed-slug.net › Forums › CoinPayments.net Wallet Adapter extension support › CP Wallet adapter not performing withdraws › Reply To: CP Wallet adapter not performing withdraws
Hello,
Thank you for providing details from the logs.
1. First of all, is the currency that you are trying to withdraw a token or a coin? ERC-20 tokens suffer from an issue regarding gas fees, which is actually a limitation of the CP platform. The plugin has a gas management system but it requires setting up. (There is some further reading in the troubleshooting section of the CP adapter documentation about gas management for tokens.)
To test if withdrawals are working, you can use Litecoin testnet or Dogecoin or some other non-token currency.
2. The errors from the DSWallets\Migration_Task
are to be expected if you have not used versions of the plugin before 6.0.0.
3. I’m not sure about the could_not_set
error: Maybe the cron jobs are not running? Deposits can work without the cron tasks, because they rely on IPNs.
You can see if the crons are running at: “Dashboard” – “Bitcoin and Altcoin Wallets” -> “Debug” -> “Cron jobs last ran on:”
4. You mentioned that there were no log entries from the Withdrawals_Task
. My apologies, I forgot to mention that you should also enable verbose logging from the plugin’s settings:
“Settings” -> “Bitcoin & Altcoin Wallets” -> “Cron tasks” -> “Verbose logging”.
Shortly after you enable verbose logging there should be log entries from Withdrawals_Task
even if nothing is withdrawn.
Please let me know if you have questions about any of this.
with regards,
Alex