Alex Bosworth

Results 260 comments of Alex Bosworth

Yes since there is no balance changing API you can do polling

I didn’t test it with symlinks, possible it doesn’t support that in its check. Is it a real workaround to just use the direct path or that also causes problems?

Looks great This is how ln-service started originally before I switched it to focus on gRPC. I think REST is more natural and flexible for a lot of people, including...

I've created an alternative to the REST proxy that I think can serve as a successor: https://github.com/alexbosworth/lightning/tree/master/lnd_gateway The big difference though is that I don't really do REST with this,...

lncli doesn't use the same settings so it's not a 1:1 mapping, you can try customizing your pay settings

Customizing the arguments to the method

I'm not sure, it depends on the scenario Something to try is replicating in regtest using https://github.com/alexbosworth/ln-docker-daemons

That indicates LND could not find any possible route to attempt for the given request

Did you try probing first and then paying via the found route

Did you make sure to set the same max fee on both attempts?