You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! The older version of lamp which used lightningd 0.9.1 also had bitcoin-cli and could connect to local network bitcoind -testnet node over RPC. After upgrade I get this error in the log:
/data/data/com.lvaccaro.lamp/no_backup/lightningd/../plugins/bcli:
bitcoin-cli not found. Is bitcoin-cli (part of Bitcoin Core) available in your PATH?
Make sure you have bitcoind running and that bitcoin-cli is able to connect to bitcoind.
You can verify that your Bitcoin Core installation is ready for use by running:
$ /data/data/com.lvaccaro.lamp/no_backup/bitcoin-cli -testnet -datadir=/data/user/0/com.lvaccaro.lamp/no_backup/.bitcoin -rpcconnect=192.168.1.58 -rpcport=18332 -rpcuser=... -rpcpassword=... echo 'hello world'
2021-03-07T14:15:28.993Z INFO plugin-bcli: Killing plugin: Plugin exited before completing handshake.
The Bitcoin backend died.
The text was updated successfully, but these errors were encountered:
Hi! The older version of lamp which used lightningd 0.9.1 also had
bitcoin-cli
and could connect to local networkbitcoind -testnet
node over RPC. After upgrade I get this error in the log:The text was updated successfully, but these errors were encountered: