Update README.md

This commit is contained in:
Matias Alejo Garcia 2015-02-17 18:55:37 -03:00
parent d36b4acc58
commit a03f2f7b8f
1 changed files with 8 additions and 0 deletions

View File

@ -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 <file>
# List all commands:
./bit --help
```