this post was submitted on 28 Oct 2023
-3 points (36.4% liked)

Monero

1583 readers
46 users here now

This is the lemmy community of Monero (XMR), a secure, private, untraceable currency that is open-source and freely available to all.

GitHub

StackExchange

Twitter

Wallets

Desktop (CLI, GUI)

Desktop (Feather)

Mac & Linux (Cake Wallet)

Web (MyMonero)

Android (Monerujo)

Android (MyMonero)

Android (Cake Wallet) / (Monero.com)

Android (Stack Wallet)

iOS (MyMonero)

iOS (Cake Wallet) / (Monero.com)

iOS (Stack Wallet)

iOS (Edge Wallet)

Instance tags for discoverability:

Monero, XMR, crypto, cryptocurrency

founded 1 year ago
MODERATORS
 

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.

all 13 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 10 months ago (1 children)
[–] [email protected] -1 points 10 months ago (2 children)

How would I do it in a web app?

[–] [email protected] 1 points 10 months ago (3 children)

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.

[–] [email protected] -2 points 10 months ago* (last edited 10 months ago) (1 children)

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.

That doesn't mean that there's no way to retrieve an info view API.

[–] [email protected] 2 points 10 months ago

Well. you kinda are.

[–] [email protected] -2 points 10 months ago (1 children)

If you have a Matrix account you should go to

And if I don't - I shouldn't go?

[–] [email protected] 3 points 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

[–] [email protected] -4 points 10 months ago* (last edited 10 months ago) (2 children)

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

[–] [email protected] 2 points 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

[–] [email protected] 1 points 10 months ago

Please help me, you fucking idiot 😀

[–] [email protected] 2 points 10 months ago* (last edited 10 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.

[–] [email protected] 1 points 10 months ago

You could try BTCPay Server.