macrocosm-os / prompting

SN1: An incentive mechanism for internet-scale conversational intelligence
https://bittensor.com
MIT License
71 stars 42 forks source link

Kill operation on node deregistration #87

Open p-ferreira opened 8 months ago

p-ferreira commented 8 months ago

Both validators and miners should stop operating whenever the node gets deregistered. The previous text-prompting repo handles that at the validator side, we should ensure this behaviour is enabled by default on the new repo, both for miners and validators

p-ferreira commented 7 months ago

Link to specific if to check node registration in previous repo: https://github.com/opentensor/text-prompting/blob/b126ac10e78844715df20f94a19e0515fcdd89b9/neurons/validators/validator.py#L105