• Resolved xziy

    (@xziy)


    I installed the plugin and set everything up as needed. But as a result, I see only the overall balance. I do not see the transaction, I tried to replenish it and it came. This is fork pivx. Especially nothing has changed. Cron I set.

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

    (@dashedslug)

    Hello,

    Since you used PIVX I’m guessing you must have set up the plugin with the CoinPayments adapter extension.

    The most common issue that new users experience with this coin adapter is deposit IPNs not coming through. Please see the first item in the Troubleshooting section on the page above. Most likely you, or your host, need to configure the firewall(s) for the incoming IPN connections to go through. Instructions are provided on how to diagnose this problem.

    Have a look and please let me know if this helped you or if you are still stuck.

    with regards,
    Alex

    Thread Starter xziy

    (@xziy)

    Coinpayments not good for me! so how my coin is not PIVx. This just FORK from PIVX. And i full disable Firewall. balance and generate new address work good, but i not see transaction. I think this setialization JSON, i can rewrite serialization but me need help. Mby you can contact with me: My email [email protected], telegram: @mrSimpatic

    p/s/ also i not see log or problem just not have transaction.

    php 5.6 WordPress 4.8 ( and tested on 5)

    • This reply was modified 5 years, 11 months ago by xziy.
    Plugin Author dashed-slug.net

    (@dashedslug)

    Do not attempt to edit any files before you determine the root cause of the problem. The issue is not JSON serialization.

    Which coin adapter are you using? The Full node coin adapter works with a JSON-RPC API that is like Bitcoin core’s. Wallets with a different API are not supported, although there is an adapter for forks of Cryptonote.

    Let me know please.

    with regards

    Thread Starter xziy

    (@xziy)

    I just not see transaction any works good!

    • This reply was modified 5 years, 11 months ago by xziy.
    Thread Starter xziy

    (@xziy)

    Yes this bitcoin family coin. From from PIVx. I write up. I use module for altcoins. I make adapter in folder. And I look global balance and can make new address for deposit.

    Plugin Author dashed-slug.net

    (@dashedslug)

    OK, please tell me the following:

    1. Which wallet are you using exactly? If you tell me I can test that wallet and let you know if there are problems with it.

    2. What did you attempt so far? Did you try to do a deposit or withdrawal? Can you describe exactly the steps you did and what happened?

    Thank you

    Thread Starter xziy

    (@xziy)

    https://github.com/bitsex/bitsex
    I install same as written on manual, site this module. Step by step. 4 modules.
    1. Wallet
    2. Wallet for altcoins
    3. WooCommerce plugin
    4. And file as module from adapter BotSeXcoin
    Now just deposit

    • This reply was modified 5 years, 11 months ago by xziy.
    Plugin Author dashed-slug.net

    (@dashedslug)

    OK, I tested the wallet and it has all the necessary RPC commands. I cannot actually test deposits because I do not have BitSex coins!

    But please try this:

    Note the transaction ID of the deposit.

    Then, notify the plugin of this transaction. To do this, go to your browser and type this:

    https://example.com/wallets/api3/notify/BITSEX/wallet/TXID

    In the above URL, replace:
    1. “example.com” with your actual domain name
    2. “TXID” with the actual transaction ID.
    3. BITSEX with whatever you used as a symbol for this coin when you set up the coin adapter.

    You should get { response: "success" }, meaning that the notification was accepted. If not,let me know.

    Then, go to your admin screen, under Wallets -> Transactions.

    Do you see a deposit transaction now?

    Let me know please. Thanks.

    Thread Starter xziy

    (@xziy)

    Yes i see this
    Need activate JSON serialization for Legacy daemon!

    {
    result: "error",
    code: 403,
    message: "Legacy JSON APIs are disabled on this system. Please use version 3 of the API in your requests, or contact the site administrator to enable legacy API endpoints."
    }
    • This reply was modified 5 years, 11 months ago by xziy.
    • This reply was modified 5 years, 11 months ago by xziy.
    Plugin Author dashed-slug.net

    (@dashedslug)

    Could you please check the URL that you used again? It should contain the fragment /api3/, but the plugin is still recommending /api2/, which is outdated. The instructions will be updated in the next release to reflect the latest JSON API version.

    Thread Starter xziy

    (@xziy)

    Great thanks, work good!

    Plugin Author dashed-slug.net

    (@dashedslug)

    Great to hear that and apologies for the confusion. Please use api3 in all the notify URLs in your config.

    I am marking this thread as resolved. The instructions given in the plugin were outdated, I will update them in the next patch.

    with regards

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘no transactions received’ is closed to new replies.