-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
Socket connection issue #154
Comments
Make sure rpc listen is open? https://github.com/alexbosworth/run-lnd#install-lnd does telnet to the address on that port yield a response? |
I got a response from telnet |
ok that's good, make sure tlsextraip or tlsextradomain were configured in lnd.conf before you generated the tls cert/key |
any news on this? i have a similar situation. im trying to reach my lnd node in an umbrel instance at home.
running lnd 15 beta am i missing anything? |
Hi,
Connected socket with remote ip, but it is not connected.
const {lnd} = lnService.authenticatedLndGrpc({
cert: 'base64 encoded tls.cert',
macaroon: 'base64 encoded admin.macaroon',
socket: '<my_ipaddress>:10009',
});
error:
err [ 503, 'FailedToConnectToDaemon' ]
How to connect with different server ip address?
The text was updated successfully, but these errors were encountered: