We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9146859 commit 51a6949Copy full SHA for 51a6949
miner/miner.py
@@ -125,7 +125,7 @@ def run(self):
125
f"on network: {self.subtensor.chain_endpoint} "
126
f"with netuid: {self.config.netuid}"
127
)
128
- # self.axon.serve(self.config.netuid, subtensor=self.subtensor)
+ self.axon.serve(self.config.netuid, subtensor=self.subtensor)
129
bt.logging.info(f"Starting axon server on port: {self.config.axon.port}")
130
self.axon.start()
131
self.last_epoch_block = self.subtensor.get_current_block()
0 commit comments