From a03f2f7b8f4e7502f38351ea746b9a444dc2d97b Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 17 Feb 2015 18:55:37 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1cd5d6d..2b39aff 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ ./bit send 1xxxxx 100 "100 satoshis to mother" ./bit status + # Export your critical wallet data (you need quorum of wallet's copayer to extract coins) + ./bit export + # Or export it to a QR + ./bit export --qr + + # Import it later + ./bit import + # List all commands: ./bit --help ```