Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions delegation/delegation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ You delegate TAO using btcli. This will show a list of delegates sorted by stake
```bash dark
$ btcli delegate
```
> NOTE: Note, you must retain a minimum "free" (unstaked) balance on your coldkey. This amount, the existential amount, is currently 500 RAO or 0.00000005 TAO

### _showing my delegations

Expand Down
1 change: 1 addition & 0 deletions validating/validating.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ btcli nominate
btcli delegate
--delegate_ss58key DELEGATE_SS58KEY
```
> NOTE: Note, you must retain a minimum "free" (unstaked) balance on your coldkey. This amount, the existential amount, is currently 500 RAO or 0.00000005 TAO
### _running a validator

After attaining enough TAO for a [validator permit](validating/validator-permit) we recommend running Bittensor's [core validator](https://github.com/opentensor/bittensor/tree/text_prompting/neurons/text/prompting/validators). You can run and install the core validator from [source](https://github.com/opentensor/bittensor.git).
Expand Down