-
Notifications
You must be signed in to change notification settings - Fork 71
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
Fetch AO messages #312
Comments
Hi @Ekzer, These are the filters you want:
The unbundle filter tells the node to unbundle all AO bundles and nested bundles in them. The indexing filter tells the node to index all the data items in those bundles. That said, if you run a node with this filter you will be attempting to index a lot of bundles and data items (you can get feel for the volume by looking at the stats on ao.link). I think it's likely still doable on a single node, but it's not easy. We have plans to support parallel indexing across multiple nodes in the not too distant future though, so keep an eye on the change log. Let us know how things go as you continue to test too. |
Hi @djwhitt
.env
For some reasons, I can't see the unbundling process nor indexing on work in logs. |
I'm pretty swamped for the next couple days, but I'll test this myself in the not too distant future. We were running a node with a very similar configuration for a long time though and it was successfully indexing AO data items. You are likely already doing this, but make sure you're recreating containers by doing a |
@Ekzer I thought of another thing you should try adjusting:
That will set the default for unbundling to the trusted gateway. That makes bundle data retrieval less verifiable, but it should improve download performance. |
@djwhitt I will try this out. Thank you for your support. |
Hi @djwhitt |
@Ekzer Excellent! I'm glad that worked.
This is because Arweave itself doesn't provide any realtime messaging capabilities. Turbo sends AO data items directly to Goldsky before they're settled on Arweave. That said you can improve latency compared to the default configuration by setting |
I also meet same problem. I run a container with below command:
I can't get transaction real time. such as:
|
Hi guys,
I spent the past hours to try to run ar-io node to index AO messages, but unsuccessful still.
I just need a read-only endpoint.
I tried with these env variables :
I also tried with
always:true
but doesn't work still.Unless I misunderstood the doc, would you mind help me please?
Thank you in advance
The text was updated successfully, but these errors were encountered: