bittensor icon indicating copy to clipboard operation
bittensor copied to clipboard

Internet-scale Neural Networks

Results 190 bittensor issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. On lower resolutions the result is poorly readable if the number of neurons is high: ### Describe the solution...

feature

This PR: - Adds a warning to the `add_stake_weight_extrinsic` if slippage is above 5% - Adds a warning to the `add_stake_weight_extrinsic` if slippage is above 5%. ## Drive by changes:...

Stake list will be formatted like following: ``` Stake List No. ┃ Column ┃ Description ━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1. │ Hotkey │ The staking account's associated hotkey or delegate name. 2. │...

### Is your feature request related to a problem? Please describe. Create/describe, obtain approval, and implement into the process the documentation of the general Bittensor development standard for the Cortex...

documentation
feature
bittensor

### Describe the bug one debugging note - when registering a subnet it doesn't prompt for a hotkey name. but if you don't have a hotkey named "default" connected to...

bug
bittensor

### Describe the bug If the subnet does not exist, then the sum of the weights in the network root is not calculated, but raises an error. ### To Reproduce...

bug

### Describe the bug The issue is deeply discussed on community discord: https://discord.com/channels/799672011265015819/1240229792348110920 In short: boosting or setting weights via btcli doesn't works on local environment. ### To Reproduce Follow...

bug

We are updating a dependency called Pydantic. This library itself got updated from v1 to v2, and we are brining out version of this library to v2. There are breaking...

https://github.com/opentensor/bittensor/blob/636ea67526fc3745fca66510dc7eb5ffa12aad32/bittensor/commands/inspect.py#L185C1-L185C65 Should be Tuple[] not Tuple()

good first issue
bittensor
beginner