- Lightning Network BOLT implementation
- In Japanese,
ptarmigan
is called "雷(thunder)鳥(bird)". - CHANGELOG
- bitcoind v0.17
- for bitcoin testnet/regtest (
ptarmigan
mainnet not support now) - nested in BIP16 P2SH
- for bitcoin testnet/regtest (
- Ubuntu 18.04
- use
bitcoind
- show SPV mode(now testing)
sudo apt install -y git autoconf pkg-config build-essential libtool wget jq bc
git clone https://github.com/nayutaco/ptarmigan.git
cd ptarmigan
make full
(takes a lot of time...)
cd ptarmigan
git pull
(make clean)
make
- Updating
ptarmigan
sometimes changes the version of internal DB data.
In that case, delete previousdbptarm
directory(if you need close, executeptarmcli -x
).
cd ptarmigan
git pull
make full
make distclean
-
git submodule
-
download
- boost (for dijkstra shortest paths)
-
reference code
- bitcoind
- bitcoin-cli
getnewaddress
sendtoaddress
gettxout
- JSON-RPC
getblockcount
getrawtransaction
signrawtransaction
sendrawtransaction
gettxout
getblock
getnewaddress
estimatesmartfee
- bitcoin-cli
If you find any issues regarding security,
please disclose the information by sending an (possibly encrypted) email to security at nayuta dot co.
Our PGP key 3C95B178758342844787766AAF91183E1DCC4222
.