• Hi,
    I was able to make my first deposit without any issues.
    But when I deposited 2 more times, they did not arrive.

    Here is some debug.log from the node server:

    runCommand error: system(curl -sk https://scoobycoin.com/wallets/api3/notify/SCOOBY/block/0cf7fdc041ccfedef5e24bfbd929b83e872a9cc06e318c33b5043adcc8360e8b >/dev/null) returned -1
    Flushing wallet.dat
    Flushed wallet.dat 9ms
    getblocks -1 to 00000000000000000000 limit 500
    getblocks -1 to 00000000000000000000 limit 500
    getblocks -1 to 00000000000000000000 limit 500
    getblocks -1 to 00000000000000000000 limit 500
    getblocks -1 to 00000000000000000000 limit 500
    getblocks -1 to 00000000000000000000 limit 500
    getblocks -1 to 00000000000000000000 limit 500

    When I put the domain link in manually in the browser. It returns “success”
    Even when I put the transaction block of the missing transaction.
    It returns “success” but does not reflect it in the user account.

    Thanks for your help.

Viewing 1 replies (of 1 total)
  • Plugin Author dashed-slug.net

    (@dashedslug)

    Hello,

    There are multiple points to address here:

    1. The curl command you used looks good. In fact I tried it and it returned success. If curl returns an error for you, this could be some other issue.

    2. The notification URL that you are triggering informs the plugin about a particular block. This does not currently do anything. If you wish to manually trigger discovery of a particular transaction, you should do curl https://scoobycoin.com/wallets/api3/notify/SCOOBY/tx/TXID where TXID is your transaction ID string.

    3. “Success” simply means that the block ID was submitted successfully, not that anything was done with it.

    4. I would start by investigating the error getblocks -1 to 00000000000000000000 limit 500 which comes from your wallet.

    Is your wallet synchronizing? Can you check that your highest block is the same as those found online via other sources? You can usually get the highest block count with getinfo or getblockchaininfo.

    with regards

Viewing 1 replies (of 1 total)
  • The topic ‘Deposits not arriving’ is closed to new replies.