Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Node / Umbrel #29

Closed
STEMr42 opened this issue Sep 20, 2021 · 3 comments
Closed

Remote Node / Umbrel #29

STEMr42 opened this issue Sep 20, 2021 · 3 comments

Comments

@STEMr42
Copy link

STEMr42 commented Sep 20, 2021

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

@prusnak
Copy link
Owner

prusnak commented Sep 20, 2021

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

@prusnak prusnak closed this as completed Sep 20, 2021
@STEMr42
Copy link
Author

STEMr42 commented Sep 20, 2021

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.

@prusnak
Copy link
Owner

prusnak commented Sep 20, 2021

Works on Linux, fails on OS X.

Maybe bash vs zsh difference. Not Linux vs macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants