Setup LND within Docker, Startupfailure wallet shutting down #8474
-
I have tried to start LND with the Dockerimage provided by the Repo via Dockerhub. The Bitcinchain is synced an reachable over all related Ports, i still get below error on Startup:
I have also set the Loglevel to trace, unfortunately i do not get a clear direction where the Issue is, may someone have a idea what i can check further? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Can you check the |
Beta Was this translation helpful? Give feedback.
-
Thx, just checked the logfile itself, sadly there is not more output than above. DO you have any idea what exactly happens at that Step? That may give some hint where to look :) |
Beta Was this translation helpful? Give feedback.
-
I just dug a bit in the code and the logentries below seems to be generated by the used bitcoin wallet in context with neutrino:
https://github.com/btcsuite/btcwallet/blob/1f3534b00d1440cd6c7f4b68e7dedeeed51d3d84/wallet/wallet.go#L411 This part shouldn't be executed anyways as i use bitcoind as backend. |
Beta Was this translation helpful? Give feedback.
Ok, i found the culprit after reading following issue: #6005
I also had
tor.streamisolation=true
enabled together withproxy-for-clearnet-targets=true
which does not work. It might be a good Idea if LND reports that mismatch clearly in the logoutput ;)