This is where is starts to go wrong. When I type bitcoind ... it says bitcoind: command not found
I followed this
https://github.com/ElementsProject/lightning/blob/master/doc/INSTALL.md
This is the quick list
https://github.com/ElementsProject/lightning/blob/master/doc/INSTALL.md
This is the quick list
sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools
sudo apt-get install -y asciidoc valgrind python3-pip
sudo pip3 install python-bitcoinlib
git clone https://github.com/ElementsProject/lightning.git
cd lightning
make
bitcoind &
./lightningd/lightningd &
./cli/lightning-cli help
No comments:
Post a Comment