commit 45a2a4a58c100af13d72a41af5c6c5fe1d6f4aa7 parent aadad0ecd3986aba6b8f687d84b2a24df7ee8221 Author: William Casarin <jb55@jb55.com> Date: Mon, 27 May 2019 09:15:37 -0700 backup warning Diffstat:
M | README.md | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,7 +1,13 @@ # clightning-dumpkeys -Dump xpubs and xprvs from your clightning node +Dump funding wallet xpubs and xprv from your clightning node. + +**WARNING** just saving your xprvs is not enough to backup your +clightning node. There are other channel state (p2wsh) outputs that are +not dumped here. Please use the recommended backup method provided by +clightning (as of this writing there aren't any, but that should +change soon). ## usage