Skip to content

Commit 1d427a5

Browse files
ifrit98steffencruz
andauthored
Update scripts/install_staging.sh
Co-authored-by: Steffen Cruz <[email protected]>
1 parent 682d79a commit 1d427a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/install_staging.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ cd ../bittensor-subnet-template
5858
python -m pip install -e .
5959

6060
# Create a coldkey for the owner role
61-
btcli wallet new_coldkey --wallet.name owner --no_password --no_prompt
61+
wallet=${1:-owner}
62+
63+
btcli wallet new_coldkey --wallet.name $wallet --no_password --no_prompt
6264

6365
# Set up the miner's wallets
6466
btcli wallet new_coldkey --wallet.name miner --no_password --no_prompt

0 commit comments

Comments
 (0)