We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lndconnect:
Is your feature request related to a problem? Please describe.
We have #484, but that only works for LND nodes.
Describe the solution you'd like
Would like to see a lndconnect: URI that can be quickly copy and pasted for litd and tapd as well.
Additional context
Not sure if a new URI prefix should be generated for those though? litdconnect: and tapdconnect: instead of lndconnect:?
litdconnect:
tapdconnect:
litd is unique in that it has an integrated mode where lnd, loop, pool, etc all are available on the same GRPC TCP port (https://docs.lightning.engineering/lightning-network-tools/lightning-terminal/command-line-interface#integrated-mode). Possibly lndconnect: could still be valid if only trying to use lnd GRPC commands, but a more specific prefix like litdconnect: may provide more clarity on what the macaroon is actually capable of doing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
We have #484, but that only works for LND nodes.
Describe the solution you'd like
Would like to see a
lndconnect:
URI that can be quickly copy and pasted for litd and tapd as well.Additional context
Not sure if a new URI prefix should be generated for those though?
litdconnect:
andtapdconnect:
instead oflndconnect:
?litd is unique in that it has an integrated mode where lnd, loop, pool, etc all are available on the same GRPC TCP port (https://docs.lightning.engineering/lightning-network-tools/lightning-terminal/command-line-interface#integrated-mode). Possibly
lndconnect:
could still be valid if only trying to use lnd GRPC commands, but a more specific prefix likelitdconnect:
may provide more clarity on what the macaroon is actually capable of doing.The text was updated successfully, but these errors were encountered: