From b430b59bc737ce65cf4284b36b627da1b237649f Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 11 Feb 2025 18:21:46 -0500 Subject: [PATCH] add changes after performing ceremony --- .../operator/coins/sol/generate-address.md | 6 ++--- .../operator/coins/sol/transfer-token.md | 26 ++++++++++++++----- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/generate-address.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/generate-address.md index 33199e3..8dbd96f 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/generate-address.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/generate-address.md @@ -78,9 +78,9 @@ 1. Sign the file using: - * Import keyring file: + * Import OpenPGP keys: - * `gpg --import keyring.asc` + * `gpg --import /media//vaults/keys/all/*.asc` * `gpg --detach-sign $account_id.txt` @@ -148,7 +148,7 @@ * `export ICEPICK_CONFIG_FILE=/icepick.toml` - * `icepick workflow sol generate-nonce-account --cluster --authorization-address $"(cat $account_id.txt)" | jq -r .nonce_account > $account_id-na.txt` + * `icepick workflow sol generate-nonce-account --cluster --authorization-address "$(cat $account_id.txt)" | jq -r .nonce_account > $account_id-na.txt` * Repeat command if returned message is "The transaction was possibly not received by the cluster." diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md index 3f4aac5..1258594 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md @@ -34,17 +34,17 @@ 1. Get the nonce address for the address you are sending from by checking the appropriate \/\/ directory. - * e.g `media/vaults///0-na.txt` + * e.g `vaults///0-na.txt` * Set the nonce address variable: - * `nonce_address=$"(cat /media/vaults///-na.txt)"` + * `nonce_address=$"(cat vaults///-na.txt)"` 1. Set `ICEPICK_DATA_DIR`: - * Find your media using `lsblk` + * Find your removable media using `lsblk` - * `export ICEPICK_DATA_DIR=/external` + * `export ICEPICK_DATA_DIR=` 1. set `ICEPICK_CONFIG_FILE` @@ -68,17 +68,23 @@ 1. Retrieve Ceremony SD card from High Visibility Storage and plug it into the air-gapped machine +1. {{ #include ../../../../../../component-documents/finding-device-name.md:content }} + 1. Start Keyfork using the relevant Shardfile: - * `keyfork recover shard --daemon /media/vaults//shardfile.asc` + * `keyfork recover shard --daemon /media//vaults//shardfile.asc` - * The Shardfile may be named something else. Use `find /media/vaults -type f -name '*shardfile*.asc'` to list all files. + * The Shardfile may be named something else. Use `find /media//vaults -type f -name '*shardfile*.asc'` to list all files. 1. Follow on screen prompts +1. Set `ICEPICK_DATA_DIR`: + + * `export ICEPICK_DATA_DIR=/media/` + 1. Run the `icepick` command with the transaction payload - * `icepick workflow --run-quorum .json --shardfile /media/vaults//shardfile.asc` + * `icepick workflow --run-quorum .json --shardfile /media//vaults//shardfile.asc` * Follow on screen prompts @@ -92,6 +98,12 @@ 1. The url that's found in the response after a successful broadcast should be reviewed and committed to the ceremony repository +1. Remove the transaction files in `ICEPICK_DATA_DIRECTORY` + + * `rm $ICEPICK_DATA_DIRECTORY/transaction.json` + + * `rm $ICEPICK_DATA_DIRECTORY/nonce.json` + 1. Unplug the Ceremony SD card and place it in High Visibility Storage ### Repeat