Forum Replies Created
-
AuthorPosts
-
alexgKeymaster
What page does the referral link take you to?
Normally adding a get parameter to the main URL for your site should still take you to the homepage.
1. Can you email me a screenshot of that page or otherwise describe the page you are being redirected to?
2. Does the URL in the address bar change to something else?
Thanks.
regards
alexgKeymasterThank you for reporting your findings.
As I said before, I do have plans to improve frontend performance. This is already scheduled for a later release.
regards
alexgKeymasterYes, this happens if you attempt to display a faucet for a coin whose coin adapter is not online.
Glad you solved it.
alexgKeymasterThe issue with the checkbox in multisite is now resolved in 2.13.7.
alexgKeymasterSSH tunneling is needed if you have set up a full node on a machine different than the one you are running WordPress on, i.e. for the connection to the JSON-RPC API of Bitcoin core and friends. (for more, see here: https://en.bitcoin.it/wiki/Enabling_SSL_on_original_client_daemon )
It is not needed or recommended for the cloud wallets.
I do not have plans to integrate the plugin with GoUrl.
alexgKeymasterI do not have plans to implement either POW or POS mining features.
I do want to create a plugin that lets users invest and receive interest according to settings that the site admin chooses.
However it is unlikely that I will find time to do something like that for the time being. There are more pressing tasks at the moment.
kind regards
alexgKeymasterThanks for noticing, I will fix the issue with the checkbox in multisite.
Another thought about your performance issue: Does your performance improve if you reduce the number of coins enabled in the CoinPayments adapter? Enabling too many coins can slow down the frontend when you use that adapter. This is something I plan to improve on.
alexgKeymasterGlad to be of help, megeanwasson 🙂
best of luck with your project!
alexgKeymasterUnfortunately no, I have not put together a guide on how to do ssh tunneling to a full node wallet.
To clarify, this is recommended practice from the Bitcoin developers and is only needed when the wallet runs on a different server than your WordPress installation. If they are both on the same machine, tunneling is not needed.
I will try to add step-by-step instructions in the documentation when time permits. In the meantime, you could have a look at the following instructions I found with a Google search:
https://gist.github.com/EnigmaCurry/bdd9fd28d7a73fe52eb4
P.S. In the future can you please open a new thread for each distinct request? This helps keep the forums clean for people who look for similar info in the future. Thanks.
alexgKeymasterHello,
You could try contacting the developer of that code.
regards
alexgKeymasterHello,
The code you mentioned above is correct and does not cause any problem as far as I can tell.
You have another error in your JavaScript console, coming from a file titled
clamlive.js
:TypeError: wrapper is null clamlive.js:8:2
kind regards
alexgKeymasterHello again,
Yes, you have already requested this and I have implemented an on/off switch. It will be out today with the next release.
I highly doubt that this will improve your site’s performance.
If you have a large number of users, it is very likely that the delay is caused by the
get_users_info
JSON call. If you do not need to use the[wallets_move]
shortcode, then simply disable thesend_funds_to_user
capability from your admin menu. This is needed only until I can improve the way[wallets_move]
works.Alternatively, it might be wise to reduce the number of coins that you have enabled in the CoinPayments adapter.
kind regards
alexgKeymasterThanks for the clarification.
The CoinPayments adapter is a coin adapter for the Bitcoin and Altcoin Wallets plugin. It cannot be used as a payment gateway.
Are you using the WooCommerce payment gateway available here? https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/woocommerce-cryptocurrency-payment-gateway-extension/
alexgKeymasterHello,
This does not look like an error.
This is some data that the PHP backend passes to the frontend JavaScript code. The mechanism used is
wp_localize_script()
which is a WordPress function used to attach custom data to scripts. See more here: https://codex.wordpress.org/Function_Reference/wp_localize_scriptHowever the data you show me seems to be HTML-escaped. I do not know why you see this data escaped.When I inspect a page using Firefox I get this:EDIT: Correction, your data is not escaped, it looks good. I was looking at a copy of your message in my email where it was HTML-escaped.
/*
1. Do you get an error in your JavaScript console?
2. Which browser and version are you using?alexgKeymasterThank you!
-
AuthorPosts