Otto Suess
Otto Suess
totally agree! @ole1220
for me `zapconnect -j` and `zapconnect -j -i` produce different results. the `-i` version using the local ip from my lan. (`...hrm+ncLHf5jA==","ip":"192.168.2.105:10009"}`) π€ any ideas about how to reproduce this...
i think it's preferable to create a unique qr code for each of your specific need. just to keep the lndconnect format as simple and focused as possible. Internally we're...
we had that once, but it got lost during one of the channel list redesigns.
where do we want to put this? simnet repo? tutorial repo? am i the one who has to do it? π
opened a PR with an example workflow on the simnet repo https://github.com/LN-Zap/simnet/pull/2
anything would be helpful :) what instructions are you following? where are you running lnd? how are you running `lndconnect`?
have you configured lnd to use the external ip? that's always a bit complicated. to get started you can run `zapconnect -ji` to use local ip. that should work if...
simplest solution is to just add another **optional** parameter to the query string called 'cipher'. so we'd get something like: ``` lndconnect://:?macaroon=xxx&cipher=ECDHE-RSA-AES128-GCM-SHA256%3AECDHE-RSA-AES256-GCM-SHA384%3AECDHE-ECDSA-AES128-SHA256 ``` `:` is encoded as `%3A` in the...
βοΈis btcpay server running an older lnd version? static channel backups were introduced in lnd v0.6-beta. i'm already working on better error messages for the static channel backup screen.