Errors/Chain errors

SubNetRegistrationDisabled

Registration is closed on this subnet; check `network_registration_allowed` with `btcli sudo get --netuid N` or ask the owner

View as Markdown

Neuron registration is switched off: either the subnet's NetworkRegistrationAllowed flag is false, or network creation has not opened yet (NetworkRegistrationStartBlock is in the future). Check the network_registration_allowed hyperparameter for the netuid.

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

Declared at pallets/subtensor/src/macros/errors.rs#L97.

Remediation

Registration is closed on this subnet; check network_registration_allowed with btcli sudo get --netuid N or ask the owner

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