Solvedlightning bitcoin-cli exec failed: No such file or directory
kryo2k posts at
25 Answers
Share
Original✔️Accepted Answer
To make things more friendly for new c-lightning users we could perhaps add more helpful error messages for the most common failure scenarios:
bitcoind
not installed/running – suggest installing Bitcoin Corebitcoin-cli
not inPATH
– suggest updatingPATH
bitcoin-cli
inPATH
but unable to connect tobitcoind
– suggest configuring RPC, etc.bitcoind
not in sync yet – inform user about blockchain synchronization times
Any other common failure scenarios for users just getting started with c-lightning? :-)
Other Answers:
@practicalswift writes:
To make things more friendly for new c-lightning users we could
perhaps add more helpful error messages for the most common failure
scenarios
Agreed. Let's open an issue/pr.
Related Issues:
6
lightning bitcoin-cli exec failed: No such file or directory
To make things more friendly for new c-lightning users we could perhaps add more helpful error messa...
This might be due to my setup, but here's the full log. The bitcoin-cli script is located in the same directory I am calling lightningd from.
./lightningd --network=testnet --log-level=debug --bitcoin-datadir="$HOME/.bitcoin"