prusnak/suez

Remote Node / Umbrel

Closed this issue · 3 comments

Looking to run on a remote node (Voltage) and an Umbrel. I think this breaks because the lncli call has to be changed. I tried changing ["lncli"] in lndclient.py def _run with the call commands I would use but it fails still.

Voltage
lncli --rpcserver=xxxxx.votageapp.io:10009 --macaroonpath=/path/to/admin.macaroon --tlscertpath=""

Umbrel
docker exec -i lnd lncli

Just use --client-args to specify extra command line arguments to lncli. See readme for more info

Thanks, I am using --client-args. I have narrowed this down to Linux vs OS X for the remote nodes requiring --tlscertpath="". Perhaps a difference in the way "" is parsed? Works on Linux, fails on OS X.

Works on Linux, fails on OS X.

Maybe bash vs zsh difference. Not Linux vs macOS.