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!

Suggestion: Variable amount airdrop

dashed-slug.net Forums Airdrop extension support Suggestion: Variable amount airdrop

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5498
    Anonymous
    Inactive

    When the factor is used, it generates transactions equal to 0.

    Would it be possible for transactions equal to 0 not to be generated?

    Thank you very much and greetings.

    #5503
    alexg
    Keymaster

    Hello,

    Are you using the latest version, 1.1.0 ?

    In version 1.0.2 I had added some code that deletes airdrop deposits with zero amount. The code runs the following SQL, after each new airdrop:

    DELETE FROM
    	wp_wallets_txs
    WHERE
    	category = 'deposit'
    	AND amount = 0
    	AND tags LIKE '%airdrop%';

    What happens if you run this code in your MySQL console? (back up your database first for safety, and replace wp_ with your actual DB prefix if it is different)

    I ask because this problem should have already been solved. If not, I need to know why not.

    If possible, could you please also tell me the version of MySQL that you are running? You can find this in your admin dashboard under “Bitcoin and Altcoin Wallets”.

    thank you

    with regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.