I’m a developer.

I’ve already added payments in Solana and ETH onto my website and now want to add ones in Monero.

So I’ll generate a 100 wallets that will be assigned to each user. How will I checking their balances? Will it be possible at all, without my own node, or with a third-party API only? Or will I have to run a node?

The key is to be able to do it automatically, in a web app.

      • Rucknium
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        11 months ago

        If you have a Matrix account you should go to https://matrix.to/#/#monero-community-dev:monero.social to get help there and describe your app design. If you are just accepting payments to a website, then you can use BTCPay Server or BitCart.

        The Monero blockchain does not hold data in plaintext like other blockchains. You cannot just query the blockchain data through an API. You have to decrypt transactions with private view keys.

          • jet@hackertalks.com
            link
            fedilink
            English
            arrow-up
            3
            ·
            10 months ago

            If you want help, you shouldn’t be difficult. If you’re going to be difficult you’re not going to get help

        • nothingness@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          arrow-down
          3
          ·
          edit-2
          11 months ago

          The Monero blockchain does not hold data in plaintext like other blockchains. You cannot just query the blockchain data through an API. You have to decrypt transactions with private view keys.

          I’m not asking “What Monero is, how it works?”

        • nothingness@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          arrow-down
          5
          ·
          edit-2
          11 months ago

          then you can use BTCPay Server or BitCart.

          You’re a stupid idiot. I’m not asking “how to accept payment on my website? What project to use?”.

          Re-read my question

          • jet@hackertalks.com
            link
            fedilink
            English
            arrow-up
            2
            ·
            10 months ago

            If you’re unwilling to read the documentation, and you’re unwilling to go to the support forum, and your unwilling to accept help here. You’re going to have a hard time

            Insulting people who are taking time to help you, is not the path to success you think it is

          • TrasherDK
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            10 months ago

            Please help me, you fucking idiot 😀

  • 🤘🐺🤘
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    11 months ago

    Sounds like https://www.rino.io/ enterprise would be a good fit. No need to run your own node, api access to wallets, and free for the first year.

  • sgp
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    You could try BTCPay Server.