minibolt-guide / minibolt

A step-by-step guide to building a Bitcoin & Lightning node and other stuff on a personal computer
https://minibolt.info
MIT License
72 stars 36 forks source link

[BUG] #61

Closed eleaner closed 1 year ago

eleaner commented 1 year ago

Describe the bug

A clear and concise description of what the bug is.

when running LND I get this log

Jun 13 16:20:12 minibolt systemd[1]: Started LND Lightning Network Daemon.
Jun 13 16:20:12 minibolt systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE
Jun 13 16:20:12 minibolt lnd[204]: Attempting automatic RPC configuration to bitcoind
Jun 13 16:20:12 minibolt lnd[204]: failed to load config: ValidateConfig: unable to load RPC credentials for bitcoind: unable to extract RPC credentials: unable to find rpcuser in config, cannot start w/o RPC connection
Jun 13 16:20:12 minibolt systemd[1]: lnd.service: Failed with result 'exit-code'.

Location in guide

https://v2.minibolt.info/index-3/lightning-client

Expected behavior

I was expecting LND to start

Screenshots

n/a

Environment

Intel, pve 7.4-13, container Debian GNU/Linux 11 (bullseye)

Additional context

n/a

eleaner commented 1 year ago

omg, I missed to restart bitcond

embarassing