dashed-slug.net
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] move to username filed changeHello,
This is scheduled to be fixed in a later release.
In the meantime you can disable the
send_funds_to_usercapability from the admin menu and that will disable the correspondingget_users_infoJSON API.regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Coin balance, withraw, transactions, blanckGlad you got it working!
I’m closing this thread.
Only pay for a premium account if you need access to the premium app extensions.
P.S. If you have any more questions, please note that this forum is for issues with the main plugin that is hosted here at ww.wp.xz.cn, while the forums at https://www.dashed-slug.net/support/ are for the plugin extensions hosted there.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Coin balance, withraw, transactions, blanckThis is not in the coin adapter settings, it’s in the CoinPayments platform. See step 2 of the installation instructions.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Coin balance, withraw, transactions, blanckOK thanks for reporting this.
I did another test, only with the permissions that are listed on the adapter page.
The adapter correctly produces new addresses when only these permissions are checked.
Therefore I would recommend that you check the following:
1. Make sure that the necessary permissions are checked on your API key.
2. Make sure that you are using the API key that you are editing. If you have created multiple keys, is it possible that you have entered a different key in the coin adapter settings?This should solve your problem.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Coin balance, withraw, transactions, blanckYes, I believe you, this problem would not be caused by incorrect capabilities.
It is a rare error that I have not seen before, the only way to debug it is as I detailed above. I cannot reproduce it on my side.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Coin balance, withraw, transactions, blanckOK this is a strange error indeed.
Going through the code line by line there are not that many things that could cause this. Your issue is that you have some adapters working, and yet the call
https://tony.ugochukwu.org/user-wallets/?__wallets_action=get_coins_info
returns success with an empty array of coins.
I can only think of one way to debug this. Can you enable logging and check for a line that starts with “Could not get info about coin with symbol”?
Instructions for enabling logging are here: https://codex.ww.wp.xz.cn/Debugging_in_WordPress
You need these in your
wp-config.php:define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );Your logs will be written to
wp-content/debug.php.Don’t forget to remove these afterwords from
wp-config.php.Let me know what you find.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Coin balance, withraw, transactions, blanckYes, I see. I will do some tests on my side and let you know.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Coin balance, withraw, transactions, blanckHello,
I quickly signed up and had a look. The get_coins_info JSON API does not return any coins, therefore this is why the UIs do not show.
You need to have at least one coin adapter that is in status “Responding”. From the docs it’s troubleshooting tip number 4.
> 4. Check that at least one coin adapter is online. Go to Wallets → Adapters and check the status column of each adapter.
Can you verify that you have coin adapters in a responding state?
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Coin balance, withraw, transactions, blanckOK, please check your browser’s JavaScript console for any errors (not warnings). If any script on your page has caused an errors and has halted execution of JavaScript scripts, then this would cause the UIs to not load.
Also check the network tab for the XHR connections to the plugin’s JSON API. If these requests fail for any reason, the UIs would not load. Perhaps you have configured your security plugin to not allow API requests?
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Coin balance, withraw, transactions, blanckHi,
There are several reasons why this would happen. I have assembled a list of reasons in the troubleshooting section of the manual under the title “I do not see the UI elements in the frontend.”, so have a look there and if you can’t figure it out let me know again.
regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Mannual exchange rateGreat to hear that!
I will now close this thread.
If you need something else please open a new thread.
regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Mannual exchange rateOK here’s one thing you could do:
1. Add a standard WordPress plugin header at the top of the file. Here are instructions https://codex.ww.wp.xz.cn/File_Header . The plugin header is a specially formatted PHP comment. Optionally edit the details if you want to add a name, description etc.
2. Upload the file to wp-content/plugins .
3. Go to Admin -> Plugins, and activate the code.
It should work as a new plugin.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Mannual exchange rateHello,
This is not currently possible, due to a minor bug in the code.
This will be fixed in the next release, 2.12.1 which should be out very soon, possibly today.
Once you install 2.12.1, you can use the following sample code to provide a new exchange rates provider manually.
https://gist.github.com/alex-georgiou/492196184f206002c864225180ca8fbb
kind regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] BitCoin and Altcoin error messageHello,
You need to disable the Bitcoin core node adapter if you are going to use the CoinPayments adapter. Go to the adapter, uncheck the “Enabled” checkbox and click on “Save Changes”. Please have a look at the troubleshooting instructions in the PDF manual and the CoinPayments webpage for more issues that you may encounter.
Please open a new thread here if you face any other issues with the Bitcoin and Altcoin Wallets plugin, or use the support forum for the CoinPayments adapter if you face issues with that.
kind regards,
AlexForum: Reviews
In reply to: [Bitcoin and Altcoin Wallets] Amazing plugin and support!Wow thank you both for the great reviews. They really mean a great deal to me.
I’m glad you like the plugin and the support.
I, on the other hand, do not. I know there is a lot of room for improvement, and I want everybody to know that I will continue to work on this plugin and to improve the quality of support I provide.
thank you 🙂