-
Notifications
You must be signed in to change notification settings - Fork 82
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
Require fewer permissions #94
Comments
Looks like BTCpay doesn't even offer the (required) admin.macaroon :/ |
BTCPay's admin.macaroon is at the root folder of the container, not where the script is looking for it. You can do:
But then I've run into the issue with the docker script that LN is not running at the port where it should. Anyone used the script with BTCPayServer? |
Is there some info on how to run it on the BTCPayServer? I would like to try the tool but couldn't figure how with explanation on the Readme. This is what I get when trying to run it.
|
Currently the documentation states we need admin access. With lnd 0.9.0 it is possible to create macaroons with fewer permissions. See https://github.com/lightningnetwork/lnd/tree/master/macaroons#bakery
The text was updated successfully, but these errors were encountered: