Replies: 1 comment 1 reply
-
One open question that @007harshmahajan and I discussed was where this project should live. It is similar to RGS in that there is a server component responsible for background probing and serving the scoring data. That said, one consideration is whether it should be an independent server or be part of the RGS server. If independent, the server will need gossip data (i.e., If part of an RGS server, then it would simply reuse the @TheBlueMatt Do you have a preference here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of a Summer of Bitcoin project, we'd like to add a scoring and probing service. It will probe channel balances in the background and update the
ProbabilisticScorer
accordingly. The scoring data then can be served to users in a similar manner as Rapid Gossip Sync (RGS) data.@007harshmahajan will be working on this project. We'll use this Github discussion for questions that other LDK contributors may help answer.
Beta Was this translation helpful? Give feedback.
All reactions