Hey @everyone
Opentensor’s orchestration of subtensor entrypoint nodes is **not** yet available.
However in the meantime miners can access our backup temporary entrypoints using subtensor as follows:
“`python
import bittensor as bt
sub = bt.subtensor(‘ws://3.144.223.133:9944’)
…
“`
Or through the cli
“`bash
btcli … –subtensor.chain_endpoint ws://3.144.223.133:9944
“`
Thank you for your patience as we resolved this issue:
Opentensor
@consttt