ptarmigan

Lightning Network (BOLT)

View the Project on GitHub nayutaco/ptarmigan

INSTALL

NOTE

bitcoind version

Ubuntu 18.04

first time

sudo apt install -y git autoconf pkg-config build-essential libtool python3 wget jq bc

git clone https://github.com/nayutaco/ptarmigan.git
cd ptarmigan
make full
(takes a lot of time...)

update

cd ptarmigan
git pull
make

Please be careful about update

update libraries

cd ptarmigan
git pull
./update_libs.sh
make full

clean

cd ptarmigan
make clean

deep clean

cd ptarmigan
make distclean