Problem:
Default example omits the axon ip and external_ip so servers that need to use specific --axon.ip and axon.external_ip configs will not work
Solution:
Pass the whole config object to the init function to ensure everything from the command line arguments is passed.
(it is also currently the solution implemented in the base validator.py file)
Problem: Default example omits the axon ip and external_ip so servers that need to use specific --axon.ip and axon.external_ip configs will not work
Solution: Pass the whole config object to the init function to ensure everything from the command line arguments is passed. (it is also currently the solution implemented in the base validator.py file)
More info on another PR: https://github.com/RogueTensor/bitagent_subnet/pull/3
Bittensor docs ref for axon: https://github.com/opentensor/bittensor/blob/935217242ef8b48ecf0d63f9bb0b920905c8cda8/bittensor/axon.py#L215