Oli

Results 501 comments of Oli
trafficstars

> @Crypt-iQ Ah so the original intent of moving onionfile comes from this conversation from way back when: [#4458 (comment)](https://github.com/lightningnetwork/lnd/pull/4458#discussion_r620729177) But perhaps since the Tor directory has evolved into being...

Pushed a new tag `tor/v1.1.0` with the merge commit.

REST is just a generic proxy for the gRPC interface. So all the fields are there. This seems to be a problem in the API docs generator. I'm pretty sure...

Ah, i just found this in the API docs: > When using REST, the `dest_custom_records` map type can be set by appending `&dest_custom_records[]=` to the URL. Unfortunately this map type...

Closing this issue as this is a problem of the API docs and not `lnd` itself (setting route hints does work in REST, the API doc generator just doesn't render...

@AzulPretoBranco to be honest, I never really tried it out myself. I just assumed that you'd need to specify the correct encoding in the URL to pass a list, very...

This hasn't been attempted yet. The main blocker for compiling it is probably the `bbolt` database library that is used for the filter storage. We'd need to build an alternative...

> LND generates macaroons as soon as its initialized. Your implementation uses a non-standard folder location for the macaroon files. Please ensure that as soon as LND initializes, the macaroon...

Sounds like the request is just timing out. `lndmon` uses the default RPC timeout of 30 seconds. Does it take longer than 30 seconds to call `lncli getinfo` on the...

Ah, I looked at the wrong error message. Seems like `DescribeGraph` fails, not `GetInfo`. Can you try if the error goes away by adding `--caches.rpc-graph-cache-duration=5m`? You might need to fill...