Cannot start LND. Error while dialing dial tcp 127.0.0.1:10009
See original GitHub issueAfter a reboot I’m unable to start LND.
After unlocking my LND wallet and running lncli getinfo I’m shown the following error:
[lncli] rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:10009: connect: connection refused"
Debug log: https://termbin.com/wut8
I’ve tried a fresh install but no luck. Anyone had a similar issue?
Issue Analytics
- State:
- Created 2 years ago
- Comments:11
Top Results From Across the Web
[lncli] rpc error: code = Unavailable desc = all SubConns are ...
Background Using BTCPay server to run lightning. Most commands to lnd gives this error: bitcoin-lncli.sh getinfo [lncli] rpc error: code = Unavailable desc ......
Read more >lncli getinfo returns error: Unavailable desc = connection error ...
Hi, Trying to get a channel setup on an AWS EC2 Ubuntu Instance (LN ... connection error: desc = "transport: Error while dialing...
Read more >"transport: Error while dialing dial tcp 127.0.0.1:9001: connect ...
"transport: Error while dialing dial tcp 127.0.0.1:9001: connect: ... In golang I am trying to implement GRPC but getting this error.
Read more >grpc: addrConn.createTransport failed to connect to {orderer1 ...
Err :connection error: desc = "transport: Error while dialing dial tcp ... also we did not enable clientauth on the orderer. in orderer...
Read more >Cannot start LND. Error while dialing dial tcp 127.0.0.1:10009
Seem to be some LND errors. Check more with: sudo journalctl -n100 -fu lnd.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Had to set up a fresh new node and redownload the blockchain before being able to successfully restore from a static channel backup.
If you are following the official install instructions then know that you need to have both
bitcoin-coreandlndrunning, before starting thelncli createcommand