We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run lndconnect --bitcoin.testnet
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
admin.macaroon
mainnet
--bitcoin.testnet
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Run
lndconnect --bitcoin.testnet
Results in the error:
Notice that it is looking for the
admin.macaroon
file within themainnet
directory, even though I specified--bitcoin.testnet
The text was updated successfully, but these errors were encountered: