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
PhantomKeysManager
with a shared secret across multiple nodes instead ofKeysManager
- Storing
PhantomRouteHints
for each node - Constructing an
Invoice
usingcreate_phantom_invoice{_with_description_hash}
- Drawbacks (e.g., no MPP, larger QR code)
Could also link to blog post.