Pavol Rusnak

Results 504 comments of Pavol Rusnak

More technical info about Trezor: - Trezor can sign external inputs via [InputScriptType.EXTERNAL](https://github.com/trezor/trezor-firmware/blob/33b23ea6a0cfc5360f7bfcb92c2b3cdf241ead24/common/protob/messages-bitcoin.proto#L19) - each external input has to be accompanied by Ownership Proof defined in [SLIP-0019](https://github.com/satoshilabs/slips/blob/master/slip-0019.md) - even more...

> Would this allow me to watch a SegWit account? Exactly. > I am unable to see a SegWit account. You need to use beta-wallet.trezor.io which shows Segwit YPUBs. This...

> What's the use-case of a self-hosted block explorer? Not needing to use a hosted block explorer (which leaks your IP address) when you want to see transaction details. There...

> If it supported clightning, I'd use it right away. CLN might be supported in the future, see https://github.com/getAlby/lndhub.go/pull/123 > Why do you set `FEE_RESERVE` to `true` (default is `false`)?...

Merged your fixups into my branch, thanks! Added bfceb1e1db3d7d997b83d93881e3ba0bac674cdb which fixes the database name issue.

> This should be simple to add to lndhub. Maybe it is enough to just change the connection string to `postgres:///lndhubgo?host=/var/run/postgresql/` ?

Maybe we need to specify also the user? `DATABASE_URI = "postgres:///lndhubgo?host=/run/postgresql&user=${cfg.user}";`

I figured it out. First, this PR has to be merged: https://github.com/getAlby/lndhub.go/pull/215 and then one can use the following connection string: `unix://${cfg.user}@lndhubgo/run/postgresql/.s.PGSQL.5432?sslmode=disable`

When https://github.com/getAlby/lndhub.go/pull/218 is merged, we can remove the `xxd` shenanigans

Rebased and squashed. Added fixup commits that need to wait until next release of LndHub.go is released, containing https://github.com/getAlby/lndhub.go/pull/215 and https://github.com/getAlby/lndhub.go/pull/218