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 ```