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 - 1,861 through 1,875 (of 2,207 total)
  • Author
    Posts
  • in reply to: New Exchange rate provider #3363
    alexg
    Keymaster

    Coingecko is added as an exchange rates provider in 3.5.4.

    in reply to: New Exchange rate provider #3344
    alexg
    Keymaster

    Hello,

    Yes I will add CoinGecko. Thank you for the suggestion.

    Additionally, you should know that I recently added cryptocompare in version 3.5.2 (released a few minutes ago).

    kind regards

     

    in reply to: User specific notifications #3343
    alexg
    Keymaster

    This has now been rolled out in 3.5.2.

     

    in reply to: Problem with Fixer api limits #3335
    alexg
    Keymaster

    Hello,

    There are two issues here:

    1. You can safely disable exchange rates if you uncheck all the checkboxes under WalletsExchange ratesExchange rates providers. The only drawback is that fiat amounts will not be displayed on the frontend, and payment gateways such as the WooCommerce payment gateway extension and Events Manager payment gateway extension will not work. Disabling exchange rates will not affect operation of the ShapeShift extension. But again, fiat amounts will not be shown in the ShapeShift extension’s UI.

    2. The free plan for fixer.io gives you 1000 API calls per month. The plugin pulls data from fixer once per hour. For a 30 day month this comes out to be 30×24, or 720 calls per month. The plugin will do these calls whether the site is being used or not, as long as it is online. So you see that you should not exceed the limit, if you are using the plugin only on one site. You can always check your fixer account to see how much of the limit you have been using. Simply login to the service and go to your dashboard to check: https://fixer.io/dashboard

    If you are using the same API key with multiple sites then you might have to consider upgrading to another plan. If not, then there should be no problem.

    Hope this is clear. Let me know if you have more questions.

    in reply to: receive address not displayed #3334
    alexg
    Keymaster

    OK you have now presumably installed correctly, and activated, the multiadapter extension. Can you please tell me the following:

    1. You previously reported an error about the qrcode library not being loaded. Do you still get that error?

    2. What do you get when you type the following in your console? typeof jQuery.fn.qrcode

    3. Do you see any errors now in your JavaScript console?

    4. Could it be that you have done the same installation mistake with the main plugin? The main plugin should be installed either by uploading the zip file via the “upload plugin” button or directly from wordpress.org via the admin interface. (You could unzip the plugin manually, but in that case you need to make sure that the directory is named “wallets” and that the file permissions and user ownership match those needed by your web server.)

    Let me know.

    in reply to: Exchange #3311
    alexg
    Keymaster

    Hello San,

    Yes I am currently working on the exchange and it will be out soon.

    Sorry but I cannot be any more specific.

    There will be an announcement on the blog as with all news and releases.

    kind regards

     

    in reply to: User specific notifications #3310
    alexg
    Keymaster

    Yes this is possible.

    I will do the necessary modifications so that a user can override the site-wide default.

    I will let you know here when it is done.

    Thank you for the suggestion

    kind regards

    in reply to: receive address not displayed #3309
    alexg
    Keymaster

    Hello,

    It seems you have not installed the plugin extension correctly. You have extracted the zip file into the plugins directory, retaining the filename as a directory name.

    Delete the plugin directory, then go to Plugins -> Add new -> Upload plugin and select the plugin’s zip file for upload.

    After this, activate the extension and it should be ready for configuration.

    kind regards

     

    in reply to: receive address not displayed #3294
    alexg
    Keymaster

    The link http://scoobycoin.com/wp-content/plugins/wallets-multiadapter/assets/scripts/wallets-multiadapter-validator.min.js?ver=1.0.4 returns 404 which normally means that the script is not on your server. Could it be that the file is missing from your server directory?

     

    in reply to: receive address not displayed #3293
    alexg
    Keymaster

    Thanks for yuor reply.

    From the errors you reported it is clear that some of the frontend scripts are not loaded.

    The frontend script for the address validator is not loaded, and the JQuery qrcode script seems to be missing too. This would explain your issues. Some thoughts that come to mind:

    Could it be some problem with a CDN you use?

    Or a misconfiguration of your web server? Try to determine why the assets would not load.

    Is this a new installation? Did you change something on your server recently? Does the plugin work when you disable other plugins?

     

    in reply to: Purchase without depositing first #3291
    alexg
    Keymaster

    Hello,

    No, unfortunately this is not possible with this plugin.

    The plugin and its extensions are built around the idea that the user deposits crypto and then uses their balance to do stuff, such as pay for a cart.

    There are other plugins out there that do what you ask.

    kind regards

     

    in reply to: receive address not displayed #3290
    alexg
    Keymaster

    Hi can you please show me a screenshot?

    More importantly, are there any errors in your JavaScript console?

    Thanks

     

    in reply to: Ethereum Possible? #3287
    alexg
    Keymaster

    You will have to think about the problem of the accounting model vs the UTXO model.

    Example:

    1. User A deposits 2 ETH.
    2. User B deposits 5 ETH.
    3. User A sends 1 ETH to user B. This transaction happens off-chain.
    4. Now user B should be able to withdraw 6 ETH.

    The way the big boys solve this (Bittrex, Polo, etc) is that whenever you do a deposit, they give you an address that they control, then they transfer the money to a big centralized address (e.g. https://etherscan.io/address/0xfbb1b73c4f0bda4f67dca266ce6ef42f520fbb98)

    This is why they won’t let you deposit less than a fixed amount of ETH or ERC20 tokens. It wouldn’t make economical sense.They probably pay for the transaction to the centralized address from their other profits, but I’m not sure.

    For a small scale site one solution would be to charge a fee on deposits. If that fee covers the transaction cost then you can have all the funds in one address ready to withdraw. The coin adapter would have to do the transfers behind the scenes.

    If you do end up implementing all of this please post a link to your adapter. I would love to link to it from this site.

    best of luck

    Alex

    in reply to: Could not contact server. Status: error Error: #3284
    alexg
    Keymaster

    Hi,

    It sounds like reinstalling will not help you, although I’m not 100% sure.

    As you say, this is most probably an incompatibility with the theme.

    Keep me informed.

    P.S. Can I ask that you please open a new thread for this issue? It is unrelated to the original discussion. This is for the benefit of us and of people who read this forum later. Thank you!

    in reply to: Form does not display #3282
    alexg
    Keymaster

    I would need normal user permissions. Any user that should be able to see the UI will do. Assign all wallets capabilities besides manage_wallets to the user.

    best

Viewing 15 posts - 1,861 through 1,875 (of 2,207 total)