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

how to subscribe large amounts of account #83

Open
lyless opened this issue Jan 18, 2018 · 1 comment
Open

how to subscribe large amounts of account #83

lyless opened this issue Jan 18, 2018 · 1 comment

Comments

@lyless
Copy link

lyless commented Jan 18, 2018

hi. guys . I want to watch the transactions related to accounts. I use the com.ripple.client.Client class to do that . and use client.subscriptions.addAccount(accountID) to subscribe the my account. if subscribe 1000 accounts it works fine. but if subscribe 50000 account. i can not receive the transaction from onValidatedTransaction callback . is there a limit size? is there any way i can config on the rippled side?

@sublimator
Copy link
Contributor

Just subscribe to the "transactions" stream.
Also, FYI, I no longer work at ripple, but I did some more development on this lib recently, fixing a few bugs, and updating the protocol definitions.

See here: https://github.com/sublimator/ripple-lib-java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants