Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TAO cost information in the subnet template tutorial docs. #328

Open
rajkaramchedu opened this issue Jul 17, 2024 · 2 comments
Open
Assignees

Comments

@rajkaramchedu
Copy link
Collaborator

No description provided.

@rajkaramchedu rajkaramchedu self-assigned this Jul 17, 2024
@rajkaramchedu
Copy link
Collaborator Author

@galina-opentensor can you please add the text versions of the screenshots you shared in our Discord dm? Thanks!

@galina-opentensor
Copy link
Contributor

galina-opentensor commented Jul 17, 2024

~/repos/bittensor master ?1 ❯ btcli subnet create --wallet.name owner --subtensor.chain_endpoint ws://127.0.0.1:9946 
Your balance is: τ9,000.000000000
Do you want to register a subnet for τ1,000.000000000? [y/n]: n

~/repos/bittensor master ?1 ❯                                                                                  
btcli subnet register --wallet.name validator --wallet.hotkey default --subtensor.chain_endpoint ws://127.0.0.1:9946
Enter netuid [0/1/3] (0): 1
Your balance is: τ15,000.000000000
The cost to register by recycle is τ0.002795542
Do you want to continue? [y/n] (n): y
Enter password to unlock key: 
Recycle τ0.002753605 to register on subnet:1? [y/n]: y
📡 Checking Balance...
Balance:
  τ15,000.000000000 ➡ τ14,999.997246395
✅ Registered

~/repos/bittensor master ?1 ❯ btcli root register --wallet.name validator --wallet.hotkey default --subtensor.chain_endpoint ws://127.0.0.1:9946
Enter password to unlock key: 
Register to root network? [y/n]: y
✅ Registered

~/repos/bittensor master ?1 ❯ btcli root boost --netuid 1 --increase 1 --wallet.name validator --wallet.hotkey default --subtensor.chain_endpoint ws://127.0.0.1:9946
Boosting weight for netuid 1 from 0.0 -> 1.0
Setting root weights...
Enter password to unlock key: 
Raw Weights -> Normalized weights: 
        [0. 1. 0.] -> 
        [0. 1. 0.]
Do you want to set the following root weights?:
  weights: [0. 1. 0.]
  uids: [0 1 2]? [y/n]: y
2024-07-17 13:08:19.601 |     WARNING      | {'code': 1010, 'message': 'Invalid Transaction', 'data': 'Transaction has a bad signature'} - %s, retrying in %s seconds... - 2
True Successfully set weights.
✅ Finalized```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants