add instructions for icepick env vars
This commit is contained in:
parent
ade8be2e8e
commit
d0d6572dfa
|
@ -38,11 +38,21 @@
|
|||
|
||||
* Set the nonce address variable:
|
||||
|
||||
* nonce_address=$"(cat /media/vaults/<namespace>/<coin>/<account_id>-na.txt)"
|
||||
* `nonce_address=$"(cat /media/vaults/<namespace>/<coin>/<account_id>-na.txt)"`
|
||||
|
||||
1. Run the command: `icepick workflow sol broadcast --nonce-address=$nonce_address`
|
||||
1. Set `ICEPICK_DATA_DIR`:
|
||||
|
||||
* The nonce address is found on the Ceremony SD card
|
||||
* Find your media using `lsblk`
|
||||
|
||||
* `export ICEPICK_DATA_DIR=<path_to_media>/external`
|
||||
|
||||
1. set `ICEPICK_CONFIG_FILE`
|
||||
|
||||
* `export ICEPICK_CONFIG_FILE=<path_to_icepick_repo>/icepick.toml`
|
||||
|
||||
1. Run the command: `icepick workflow sol broadcast --cluster <cluster> --nonce-address=$nonce_address`
|
||||
|
||||
* Available clusters are `devnet`, `testnet` and `mainnet-beta`
|
||||
|
||||
* Await completion message before removing Ceremony SD card
|
||||
|
||||
|
|
Loading…
Reference in New Issue