lightningdevkit.org
lightningdevkit.org copied to clipboard
Multi-node receive
Docs on setting up multi-node receive are needed (i.e., phantom node / payments). Should discuss:
- Why multi-node receive is useful and when it should be used
- Using
PhantomKeysManagerwith a shared secret across multiple nodes instead ofKeysManager - Storing
PhantomRouteHintsfor each node - Constructing an
Invoiceusingcreate_phantom_invoice{_with_description_hash} - Drawbacks (e.g., no MPP, larger QR code)
Could also link to blog post.
Probably should link to this in the rust docs or provide a similar higher-level discussion there.