update nonce address instructions

This commit is contained in:
Anton Livaja 2025-02-11 09:57:02 -05:00
parent 4474681e3d
commit 4a89bc848b
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 9 additions and 1 deletions

View File

@ -32,7 +32,15 @@
1. Retrieve the Ceremony SD card from High Visibility Storage and plug it into the computer 1. Retrieve the Ceremony SD card from High Visibility Storage and plug it into the computer
1. Run the command: `icepick workflow sol broadcast --nonce-address=<nonce_address>` 1. Get the nonce address for the address you are sending from by checking the appropriate \<namespace>/\<coin>/ directory.
* e.g `media/vaults/<namespace>/<coin>/0-na.txt`
* Set the nonce address variable:
* nonce_address=$"(cat /media/vaults/<namespace>/<coin>/<account_id>-na.txt)"
1. Run the command: `icepick workflow sol broadcast --nonce-address=$nonce_address`
* The nonce address is found on the Ceremony SD card * The nonce address is found on the Ceremony SD card