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,621 through 1,635 (of 2,212 total)
  • Author
    Posts
  • in reply to: About database load #4343
    alexg
    Keymaster

    I have not tested this with 10000 users, but I believe it should be OK.

    The query is pure SQL and does everything on the DB side, so there will not be too much traffic between the DB and the webserver process.

    If unsure, you could keep a backup, then attempt your airdrop. If you have to kill the DB process, then you can always reload the backup. That’s what I’d do to be 100% safe.

    I would be very much interested to hear your results.

    best regards

    in reply to: 3.6.5 changelog questions #4342
    alexg
    Keymaster

    Sure:

    1. Deposits can now be assigned comments internally. This is not available in the UI. As a rule, I do not give out estimates for future releases. The development/support process is too unpredictable for me to make any predictions as things crop up all the time!

    2. You can see this info if you go in your admin screens to Users -> Your Profile, or as an admin, to Users -> All Users -> (some user) -> View/Edit . This page is the WordPress user profile. It includes a section with information related to the plugin. You can turn this off for some users if you disable the view_wallets_profile capability.

    Fix: The fix you mentioned is in the same screen discussed above.

    kind regards

    in reply to: Translations #4341
    alexg
    Keymaster

    Hello,

    The recommended way to translate the plugin is detailed in the documentation under the heading “Localization”.

    kind regards

    in reply to: HTML Comments #4340
    alexg
    Keymaster

    Hello,

    Yes, unfortunately this is the case. Some of the knockout.js templates use HTML comments that have special semantics for the knockout framework. These are comments of the form <!-- ko: ... --> See for example “containerless control flow syntax” in https://knockoutjs.com/documentation/if-binding.html

    If you can filter out all comments besides the ones that start with ko: then you should be ok, but other than that, unfortunately the plugin relies on these.

    with regards

    in reply to: Feature suggestion #4339
    alexg
    Keymaster

    Hello,

    No, this is not yet implemented. You can see what is implemented in the changelog. Additionally, I will post on this thread when this change is implemented.

    kind regards

    in reply to: Add public graph #4338
    alexg
    Keymaster

    Hello,

    No, this is not yet implemented. You can see what is implemented in the changelog. Additionally, I will post on this thread when this change is implemented.

    kind regards

    alexg
    Keymaster

    @jongydeleon1

    1. The ordering of symbols and amounts is not controlled at the exchange level. This comes from coin adapters. I quite like the current ordering but might make this configurable at some point at the coin adapter level.

    2. Yes, this is a serious error, I released a fix for that right now, 0.3.2-beta. I noticed after the release 🙂

    3. Exchange rates are intentionally shown without symbols as they are ratios, not amounts.

    @bigblue Yes, I plan to add icons to the UIs in the future.

    alexg
    Keymaster

    Hi Alex,

    Here are some errors/bugs I found:

    1. Coin symbols (e.g BTC) should come after the numbers – 0.1 BTC – and not before like “BTC 0.1”.
    2. When a coin market is chosen, the coin symbol on “Amount” and “Filled” table columns for User History & User Orders are also changed to the currently selected coin. For example, when I choose Dogecoin market, my order history shows “DOGE” on “Amount” table.
    3. Bid & Ask Prices do not show coin symbols.

    in reply to: Troubles connecting multi coin adapter to server #4307
    alexg
    Keymaster

    You should check:

    1. Your rpcallowip= statement.

    2. Your rpcuser= and rpcpassword= statements, or alternatively, your rpcauth= statement. These should match the credentials you are using to connect.

    in reply to: Request to show latest traded price on the Markets Table. #4306
    alexg
    Keymaster

    Hello,

    In version 0.3.1-beta the last price has been added to the market views (both the dropdown and the table)

    kind regards

    alexg
    Keymaster

    Hi,

    In version 0.3.1-beta currency patterns are used to display amounts throughout all the UIs. Coin symbols are shown next to amounts.

    with regards

    in reply to: failed with status="500" and error="Block not found" #4302
    alexg
    Keymaster

    Version 3.6.5 now handles errors arising from invalid block IDs or TXIDs silently. It only writes out an error to the logs if logging is enabled.

    in reply to: Localization related #4301
    alexg
    Keymaster

    Version 3.6.5 of the parent plugin includes localization for the included library moment.js that handles times. This also affects the faucet. The language for time strings will automatically match the WordPress locale.

    in reply to: Negative Balance & Request for a 'Pending Balance' feature #4296
    alexg
    Keymaster

    Yes that explains it… thank you.

    So how can I reset this negative balance?

    in reply to: Troubles connecting multi coin adapter to server #4292
    alexg
    Keymaster

    Unfortunately, no! 🙂

    It would be best if you tested your connectivity from the Linux shell first, perhaps using nc. These crashes are caused by firewalls. Start by checking your rpcallowip setting and go from there…

Viewing 15 posts - 1,621 through 1,635 (of 2,212 total)