Errors/Chain errors

NotEnoughStakeToSetWeights

Fund the signing account or reduce the amount; check with `btcli wallet balance`

View as Markdown

Setting or committing weights failed because the hotkey's stake weight on the subnet is below StakeThreshold (the weights-min-stake floor); the subnet owner hotkey is exempt. Check the hotkey's stake on that netuid against StakeThreshold.

Declared by the SubtensorModule pallet; it classifies to the semantic code insufficient_balance.

Remediation

Fund the signing account or reduce the amount; check with btcli wallet balance

The same explanation is available in the terminal: btcli explain NotEnoughStakeToSetWeights.