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

--bitcoin.testnet flag not being applied #3

Open
mrfelton opened this issue Dec 27, 2018 · 1 comment
Open

--bitcoin.testnet flag not being applied #3

mrfelton opened this issue Dec 27, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@mrfelton
Copy link
Member

Run lndconnect --bitcoin.testnet

Results in the error:

open /Users/tom/Library/Application Support/Lnd/data/chain/bitcoin/mainnet/admin.macaroon: no such file or directory

Notice that it is looking for the admin.macaroon file within the mainnet directory, even though I specified --bitcoin.testnet

@mrfelton mrfelton added the bug Something isn't working label Dec 27, 2018
@tiero
Copy link

tiero commented Oct 18, 2019

I have the same issue 🤔

I solved with passing manually the path

lndconnect --host=myDomain --url --lnddir=/lnd/.lnd --adminmacaroonpath=/lnd/.lnd/data/chain/bitcoin/testnet/admin.macaroon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants