Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more zmq features #9192

Closed
Codi33 opened this issue Feb 21, 2024 · 3 comments
Closed

Add more zmq features #9192

Codi33 opened this issue Feb 21, 2024 · 3 comments

Comments

@Codi33
Copy link

Codi33 commented Feb 21, 2024

Need more features in ZMQ to accept real-time payments.
Could be implemented using RPC but long polling is needed.
The information provided by txpool_add and chain_main events
is insufficient for verification.

@vtnerd
Copy link
Contributor

vtnerd commented Feb 21, 2024

Perhaps LWS will meet your needs? It has receive notifications via Webhooks/ZMQ per monero address, and optionally per integrated address. There is also ZMQ notification on new address creation.

There is some rough documentation on LWS ZMQ usage.

@vtnerd
Copy link
Contributor

vtnerd commented Feb 21, 2024

If you have further questions about LWS, I recommend opening an issue on LWS project page to track the discussion. Otherwise, it is unlikely that monerod will use ZMQ for real-time payments (because it is not designed to track user funds, which is different than bitcoind for instance).

@Codi33
Copy link
Author

Codi33 commented Feb 24, 2024

Thank you for answering my question! Your project is good solution for what I need.

@Codi33 Codi33 closed this as completed Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants