Problem with gRPC #6654
Replies: 6 comments 3 replies
-
Can you share some of your startup log? What does |
Beta Was this translation helpful? Give feedback.
-
And the startup log. Is this enough?
|
Beta Was this translation helpful? Give feedback.
-
Looks like EDIT: Also, what IP do you use when connecting from LNDg? |
Beta Was this translation helpful? Give feedback.
-
There is no firewall inbetween and everything is on the same device. To open LNDg in my browser I open http://192.168.178.46:8889/ |
Beta Was this translation helpful? Give feedback.
-
No, I mean what IP/port do you configure in LNDg to reach lnd? Moving this over to a discussion, doesn't look like a problem with |
Beta Was this translation helpful? Give feedback.
-
So I use localhost and 10009... I also tried 127.0.0.1 |
Beta Was this translation helpful? Give feedback.
-
Background
Describe your issue here.
Your environment
lnd
uname -a
on *Nix)btcd
,bitcoind
, or other backendSteps to reproduce
My .lnd/lnd.conf
`[Application Options]
alias=RoalsBlitz
debuglevel=info
maxpendingchannels=5
rpclisten=0.0.0.0:10009
restlisten=0.0.0.0:8080
wallet-unlock-password-file=path/to/file
wallet-unlock-allow-create=true
Channel settings
bitcoin.basefee=1000
bitcoin.feerate=1
minchansize=100000
accept-keysend=true
accept-amp=true
protocol.wumbo-channels=true
protocol.no-anchors=false
coop-close-target-confs=24
Watchtower
wtclient.active=true
Performance
gc-canceled-invoices-on-startup=true
gc-canceled-invoices-on-the-fly=true
ignore-historical-gossip-filters=1
sync-freelist=true
stagger-initial-reconnect=true
routing.strictgraphpruning=true
tor.active=true
tor.v3=true
tor.dns=nodes.lightning.directory
tor.password=superSecretPassword
listen=localhost`
I'm starting my Node with this command
./go/bin/lnd --bitcoin.active --bitcoin.mainnet --debuglevel=debug --bitcoin.node=neutrino --neutrino.connect=btcd-mainnet.lightning.computer --feeurl=btcd-mainnet.lightning.computer
Now I try to setup lndg and Zeus but I can't connect to my Node. Only Tor works but I want to use the lokal IPv4 in my home network
Expected behaviour
Tell us what should happen
The gRPC und rest port should be open and be usable.
Actual behaviour
Tell us what happens instead
Zeus and lndg are showing me errors...
Error in lndg:
An error has occured!
LNDg cannot reach the gRPC for LND. Make sure LND is running and/or your gRPC settings are correct.
Error Code: StatusCode.UNAVAILABLE
curl localhost:10009 curl: (52) Empty reply from server
Beta Was this translation helpful? Give feedback.
All reactions