Aiming to set up lightning node to run woocommerce plugin

Someone tweeted about a lightning plugin for Woocommerce So I went to this github page to figure out how to install it. https://github.c...

Friday, 26 January 2018

4. Setup C-Lightning

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

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