fix command for exporting mnemonic
This commit is contained in:
parent
f4231366ac
commit
35b1d668c6
|
@ -32,20 +32,14 @@
|
|||
|
||||
1. Retrieve Ceremony SD card from High Visibility Storage and plug it into the air-gapped machine
|
||||
|
||||
1. Start Keyfork using the relevant Shardfile:
|
||||
1. Recover the mnemonic from an existing shardfile
|
||||
|
||||
* Use `lsblk` to find external media name
|
||||
* Use `lsblk` to find media name
|
||||
|
||||
* `keyfork recover shard --daemon /media/<media_name>/shard.asc`
|
||||
|
||||
* The Shardfile may be named something else. Use `find /media/<media_name> -type f -name '*shard*.asc'` to list all files.
|
||||
* `keyfork shard combine /media/<media_name>/shard.asc | keyfork-mnemonic-from-seed`
|
||||
|
||||
1. Follow on screen prompts
|
||||
|
||||
1. Export the mnemonic:
|
||||
|
||||
* TODO add command
|
||||
|
||||
1. Unplug the Ceremony SD card and place it in High Visibility Storage
|
||||
|
||||
1. Unseal the SD Card Pack
|
||||
|
|
Loading…
Reference in New Issue