Cannot Install lightning node

New installation. Bitcoin node is installed and fully synced. Nothing else is installed.

Tried to install lightning app. Does not install.

Check container logs.

Checking LND status...
[backup-monitor] Starting...
[backup-monitor] Checking channel backup...
(node:31) DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition instead
(Use `node --trace-deprecation ...` to show where the warning was created)
Listening on port 3006
[backup-monitor] Error: ENOENT: no such file or directory, open '/data/.lnd/data/chain/bitcoin/mainnet/channel.backup'
[backup-monitor] Sleeping...
node:internal/process/promises:279
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[Error: ENOENT: no such file or directory, open '/data/.lnd/tls.cert'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/data/.lnd/tls.cert'
}

I then created the external paths to fulfil the container-internal /data/.lnd/ and /data/.lnd/data/chain/bitcoin/mainnet/ but the error message continues (presumably because channel.backup and tls.cert do not exist).

Can anyone advise where this has gone wrong and what I should do next?

1 Like