clightning-dumpkeys

dump clightning output descriptors
git clone git://jb55.com/clightning-dumpkeys
Log | Files | Refs | README | LICENSE

commit 14b1a57e5b551d3ac4b5fe0fb7ef89c1372597aa
parent a8e64b4a04483d8afaec7866dc21fd34ff8127e9
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 24 May 2019 13:47:32 -0700

Initial readme

Diffstat:
AREADME.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,12 @@ + +# clightning-dumpkeys + +Dump xpubs and xprvs from your clightning node + +## usage + + ./clightning-dumpkeys ~/.lightning/hsm_secret + +## building + +You need to have the `secp256k1` library installed for this to compile