I’m using Coin adapter for Bitcoin core nod (version 2.12.2)
Tried and with a password-protected purse and with an un-password, accordingly changing the settings of the wallet itself and setting in the “Wallet passphrase” admin panel.
In no case does the withdrawal of funds work
The only error that occurred when trying to output to cold storage
debug.log:
Failed to withdraw to cold storage: Dashed_Slug_Wallets_Coin_Adapter_RPC->do_withdraw() failed to send with status="200" and error=""
error.log:
[cgi:error] [pid 24062]: script not found or unable to stat: /usr/lib/cgi-bin/kerbynet
Understood.
With a small amount on the purse, PRC returns the 3 parameters:
Code: 200
Error:
Errortext: “little money on the wallet, the commission will be X.XXX btc” (not exactly)
The error is written to the log and an error is displayed in the admin panel when transferring to a cold wallet, and the “error” parameter is empty.
It is solved by replenishment of a purse =)
It will be good to output the “error text” about the shortage of funds for the commission both in the admin panel and users, but this is not so.
Hello,
Thanks for reporting.
To make sure I understand what you are reporting: You attempted to move funds to cold storage and the error message that you got from the wallet was not shown in your admin panel?
I will make a note to fix that.
Thanks
The error message
Failed to withdraw to cold storage: Dashed_Slug_Wallets_Coin_Adapter_RPC->do_withdraw() failed to send with status="500" and error="Transaction amount too small"
is to be expected, when the withdrawal amount is too small. For Bitcoin core wallets, this occurs when the amount is less than about 1000 Satoshi. It is not an issue related the plugin, but a limitation of the wallet.
In the upcoming version 3.5.4 of the plugin, successful Cold Storage withdrawals will report the TXID, and will link addresses and TXIDs to blockexplorers, if explorer URIs are available.
I am closing this issue as there seems to be nothing else to fix. If you are experiencing another issue with the plugin please open a new thread.
Thanks for the feedback.
kind regards