Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions neurons/miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def live_f(synapse: template.protocol.LiveForward) -> template.protocol.LiveForw
bt.logging.info(f"setting port [{config.axon.port}]")
bt.logging.info(f"setting external port [{config.axon.external_port}]")
axon = bt.axon(
wallet=wallet, port=config.axon.port, external_port=config.axon.external_port
wallet=wallet, port=config.axon.port, external_port=config.axon.external_port, external_ip=config.axon.external_ip
)
bt.logging.info(f"Axon {axon}")

Expand Down Expand Up @@ -624,4 +624,4 @@ def live_f(synapse: template.protocol.LiveForward) -> template.protocol.LiveForw

# This is the main function, which runs the miner.
if __name__ == "__main__":
main(get_config())
main(get_config())