From 0b6706b118c4299d04c3e8a3d20f9cbe8d717466 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 23 Feb 2015 00:48:55 -0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1ad5159..cb00b87 100644 --- a/README.md +++ b/README.md @@ -102,19 +102,18 @@ git export -o wallet.dat --readonly (or --nosigning) ``` git join secret -i wallet.dat git balance +# Export pending transaction to be signed offline git txproposals -o txproposals.dat ``` -### (export with filter) -``` -git txproposals e01e -o txprosals.dat -``` ## Back to air-gapped device -### To recheck tx proposals: +### To check tx proposals: ``` git txproposals -i txproposals.dat ``` +First time txproposals is running on the air gapped devices, the public keys of the copayers will be imported from the txproposals archive. That information is exported automatically by the proxy machine, and encrypted copayer's xpriv derivatives. + ### Sign them ``` git sign -i txproposals.dat -o txproposals-signed.dat