update nonce address instructions
This commit is contained in:
parent
4474681e3d
commit
4a89bc848b
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue