-
Notifications
You must be signed in to change notification settings - Fork 3
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
Help with Documentation! #5
Comments
This repo was designed to be integrated into LND. @kaloudis from Zeus has gotten it working with Litdmobile though. Possible PR in the future? |
The high level overview is that speedloader downloads a graph file over HTTP and then constructs a merged graph file consisting of:
There is also incremental diff download support to download just the diff for what's changed in the graph. Compressed this works out to be about 40MB of data. Right now I serve it from a VPS. And for graph sync server side we use primer: |
Thanks @djkazic . Do you combine https://github.com/djkazic/primer with LND as well? |
Primer only orchestrates LND, it's not combined. Rather it is built on top of LND. |
Hey @djkazic, seems @kaloudis is quite busy right now, and we're uncertain about the timeline. Could you explain how to use speedloader and primer with Lndmobile, I might be able to make it work with Litdmobile and possibly submit a PR for it too. |
Hey @djkazic ,
How does this gossip syncer work?
How can I use it with lightning terminal mobile (this PR) .
The ReadMe doesn't seem clear enough.
The text was updated successfully, but these errors were encountered: