You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over time, we have plans to being to decouple the roles of the capital provider from the routing node that actually allocates the capital on the network. In addition to this, a use case we want to support is a wallet author remotely purchasing channels for their user base. We can enable both of these features by extending the configuration of poold to allow it to connect to a set of lnd nodes.
These nodes would only be used to open channels, with lmd getting its funds from a single backing lnd node. In order to implement this feature, we'll need to further abstract channel funding and channel shim creation, and also come up with a sane configuration format to specify the set of lnd nodes. The upcoming lnd feature to allow custom macarons based on URIs can be used to make this feature safer, by ensuring the capital provider only has the ability to open channels and register funding shims.
The text was updated successfully, but these errors were encountered:
halseth
changed the title
batch+config: extend configuration to allow llmd to open channels from/to a cohort of lnd nodes
batch+config: extend configuration to allow pool to open channels from/to a cohort of lnd nodes
Nov 24, 2020
Over time, we have plans to being to decouple the roles of the capital provider from the routing node that actually allocates the capital on the network. In addition to this, a use case we want to support is a wallet author remotely purchasing channels for their user base. We can enable both of these features by extending the configuration of
poold
to allow it to connect to a set oflnd
nodes.These nodes would only be used to open channels, with
lmd
getting its funds from a single backinglnd
node. In order to implement this feature, we'll need to further abstract channel funding and channel shim creation, and also come up with a sane configuration format to specify the set oflnd
nodes. The upcoming lnd feature to allow custom macarons based on URIs can be used to make this feature safer, by ensuring the capital provider only has the ability to open channels and register funding shims.The text was updated successfully, but these errors were encountered: