lightninglabs / lightning-dev-site

Lightning Network Daemon Developer Site
25 stars 40 forks source link

`make check` fails due to missing bitcoind daemon #44

Closed cbarraford closed 5 years ago

cbarraford commented 6 years ago

This bug seems like a regression of #9

When running make check in the "Installing lnd" section of the installation documentation, i get some failures due to a missing executable, bitcoind.

=== RUN   TestFilteredChainView
--- FAIL: TestFilteredChainView (0.49s)
    interface_test.go:896: Testing 'bitcoind_zmq' implementation of FilteredChainView
    interface_test.go:901: unable to make chain view: exec: "bitcoind": executable file not found in $PATH
cbarraford commented 6 years ago

the fix for me was to brew install bitcoin after upgrading homebrew (brew update)