I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

alexg

Forum Replies Created

Viewing 15 posts - 2,041 through 2,055 (of 2,207 total)
  • Author
    Posts
  • in reply to: The referral link doesn't work #2612
    alexg
    Keymaster

    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

    in reply to: Wondering how it works #2611
    alexg
    Keymaster

    Thank 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

    in reply to: You can't see the captcha #2610
    alexg
    Keymaster

    Yes, this happens if you attempt to display a faucet for a coin whose coin adapter is not online.

    Glad you solved it.

    in reply to: Wondering how it works #2598
    alexg
    Keymaster

    The issue with the checkbox in multisite is now resolved in 2.13.7.

    in reply to: When is SSH tunneling needed? #2593
    alexg
    Keymaster

    SSH 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.

    in reply to: Mining option? #2588
    alexg
    Keymaster

    I 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

    in reply to: Wondering how it works #2587
    alexg
    Keymaster

    Thanks 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.

    in reply to: Rates, Base Currency #2586
    alexg
    Keymaster

    Glad to be of help, megeanwasson 🙂

    best of luck with your project!

    in reply to: Need help with Mycred integration! #2585
    alexg
    Keymaster

    Unfortunately 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.

    in reply to: error in page source #2584
    alexg
    Keymaster

    Hello,

    You could try contacting the developer of that code.

    regards

    in reply to: error in page source #2569
    alexg
    Keymaster

    Hello,

    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

    in reply to: Wondering how it works #2568
    alexg
    Keymaster

    Hello 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 the send_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

    in reply to: Need help with Mycred integration! #2567
    alexg
    Keymaster

    Thanks 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/

    in reply to: error in page source #2562
    alexg
    Keymaster

    Hello,

    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_script

    However 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?

    in reply to: Regular Payments #2561
    alexg
    Keymaster

    Thank you!

Viewing 15 posts - 2,041 through 2,055 (of 2,207 total)