Error while executing lnd: "unable to create partial chain control: status code: 401" #9250
-
BackgroundI'm facing the almost same issue than described in this post: trying to run lnd along my Bitcoin Core full node, getting the error as pasted in topic, and not being able to find a solution. Environment
Steps to reproduceWhen bitcoind full sync is complete, in a first terminal,
Here are the settings used:
Expected behaviourAfter opening my wallet, I'm expecting lnd to connect as it should Actual behaviourlnd is shutting down Any ideas are welcome, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
401 means "unauthorized" when connecting to |
Beta Was this translation helpful? Give feedback.
401 means "unauthorized" when connecting to
bitcoind
. I think it's the double quotes of the password ("mypassword"
assuming that's your real password). Make sure you don't use any special characters that could have a different meaning in the context of a configuration file (e.g. characters like spaces, equal sign, comment#
character or quote characters are bound to give you trouble).