Figured it out. I was using the onion address returned in the uris array of the getinfo call. I just need to use the right address and everything worked:
https://
Re setting up a Lightning address using fiatjaf’s bridgeaddr:
I can’t seem to get this working! Anyone able to help?
lnd.conf:
--
[Application Options]
logdir=“path/to/logs”
maxlogfiles=3
maxlogfilesize=10
maxpendingchannels=10
alias=“My alias”
restlisten=127.0.0.1:8080
[tor]
tor.active=true
tor.v3=true
tor.streamisolation=true
--
DNS RECORDS:
--
CNAME RECORD invoice http://bridgeaddr.fiatjaf.com
TXT RECORD _kind.invoice lnd
TXT RECORD _host.invoice http://
TXT RECORD _macaroon.invoice
--
On lnd machine:
nc -zv 127.0.0.1 9735
Connection to 127.0.0.1 port 9735 [tcp/*] succeeded!
nc -zv 127.0.0.1 8080
Connection to 127.0.0.1 port 8080 [tcp/http-alt] succeeded!
I send payment to mailto:whatever@invoice.mydomain.com from phoenix
It doesn’t work!!
For _host.invoice I’ve used the following without any success:
http://
http://
when I use 8080, nothing registers in the lnd logs but when I use 9735, I see the following:
[ERR] BTCN: Can’t accept connection: unable to accept connection from 127.0.0.1:56513: act one: invalid handshake version: 80, only 0 is valid, msg=
Anything glaringly obvious that I might be missing?
Figured it out. I was using the onion address returned in the uris array of the getinfo call. I just need to use the right address and everything worked:
https://
No replies yet.