Deposits via QR Codes now available in Bitcoin and Altcoin Wallets WordPress plugin
Deposits via QR Codes now available in the Bitcoin and Altcoin Wallets WordPress plugin version 2.2.1
Version 2.2.1 of the free Bitcoin and Altcoin Wallets WordPress plugin features deposit via QR Codes.
This affects the UI that corresponds to the [wallets_deposit]
shortcode, as well as the deposit widget.
The functionality can be turned on/off via the admin menu.
Some minor bug fixes also made it into this release.
regards,
Alex
Hey What is the JSON API for deposit coins
Use the
get_coins_info
call to get the deposit address for your coin. Then, send coins to that address. If you have queries about the plugin you can also use the support forum or email, rather than the comment section of this blog.Also, if you are trying to do withdrawals or transfers via the JSON API, there is also a
_wpnonce
argument, which is currently hard to scrape from the UI htmls. The next version which will be out in a couple of days will have a solution to this. You will be able to pull the nonces from within the API.regards
The QR code shows very large in size. How to make it small or compact?
Hello,
The easiest way is using the qrsize attribute that lets you specify a dimension in pixels. Please see the shortcode reference at https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/shortcodes/ Or, you may also use CSS in Customizer to size the container.
If you have any more questions about the plugin you can post them at the support forums:
https://www.dashed-slug.net/forums/forum/general-discussion/
https://wordpress.org/support/plugin/wallets/
with regards