add doc for exporting namespace mnemonic #48

Closed
anton wants to merge 0 commits from feat/export-namespace-mnemonic into main
Owner
No description provided.
anton added 1 commit 2025-01-30 08:30:21 +00:00
ryan reviewed 2025-01-30 12:12:22 +00:00
@ -0,0 +32,4 @@
1. Retrieve Ceremony SD card from High Visibility Storage and plug it into the air-gapped machine
1. Start Keyfork using the relevant Shardfile:
Owner

Keyfork can't export the entropy it was started with. You'll want to instead do:

keyfork shard combine /media/<media_name>/shard.asc | keyfork-mnemonic-from-seed

Alternatively, we can add:

keyfork shard export-mnemonic /media/<media_name>/shard.asc

which ensures the shard is a hex-encoded secret of length 32 or 64.

Keyfork can't export the entropy it was started with. You'll want to instead do: ```sh keyfork shard combine /media/<media_name>/shard.asc | keyfork-mnemonic-from-seed ``` Alternatively, we can add: ```sh keyfork shard export-mnemonic /media/<media_name>/shard.asc ``` which ensures the shard is a hex-encoded secret of length 32 or 64.
Author
Owner

Perfect. I think the first command is good for now. The secret can be manually encoded if necessary so no need to implement that at the moment.

Perfect. I think the first command is good for now. The secret can be manually encoded if necessary so no need to implement that at the moment.
anton added 1 commit 2025-01-31 05:14:55 +00:00
Author
Owner

This has been merged.

This has been merged.
anton closed this pull request 2025-01-31 05:26:41 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/docs#48
No description provided.