You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ls ~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon works, so that file exists.
But I failed to run node server --lndhost=localhost:10009 with that error:
Macaroon support is enabled. Macaroon path is ~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
info: Recreating active client
error: The specified macaroon file ~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon was not found.
Please add the missing lnd macaroon file or update/remove the path in the application configuration.
I succeed to run lncli getinfo, so lnd and lncli are working.
I edited config/defaults.js as below:
ls ~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
works, so that file exists.But I failed to run
node server --lndhost=localhost:10009
with that error:I succeed to run
lncli getinfo
, so lnd and lncli are working.My lnd.conf is below:
(I exactly opened port 9999, 9998 and 10009)
Any clue?
The text was updated successfully, but these errors were encountered: