News·SN15 ORO GitHub·Jul 17, 2026, 01:12 UTC
v1.1.28: docker(validator): bake BT_NO_PARSE_CLI_ARGS=false into the image (#231)
About SN15 ORO
Follow-up to #229. That PR added the env var only to docker-compose.yml, which fixes our own hosts (we pull the compose file when the launch template is rebuilt) but leaves every external operator exposed: Watchtower's auto-update flow pulls the new stable image and recreates the container using the operator's existing compose file. If they haven't pulled the compose change from #229 — most haven't — the env var is unset, bittensor 10.5.0's no_parse_cli() defaults to "true", and Config(parser) early- returns without applying --wallet.name/--wallet.hotkey/ --netuid/--subtensor.network. Fallback defaults (netuid=None, wallet=default, network=finney) hit a runtime panic at metagraph sync — the exact crash we chased on staging. Baking ENV BT_NO_PARSE_CLI_ARGS=false into the Dockerfile makes the image safe by default. Compose-side setting stays as belt-and- suspenders (image ENV is overridden by compose environment: block, but the values match, so no conflict). Design principle for follow-ups: env vars the runtime needs to boot belong in the image. Compose should carry only site-specific config (wallet name, netuid, backend URL, watchtower token). Otherwise every image upgrade is coupled to a compose sync that we can't enforce on external validators. Co-authored-by: Claude Opus 4.7 [email protected]
Read the github release at SN15 ORO GitHub ↗
SN15 ORO at a glance
SN15, ORO (α token ο), is one of the independent markets on the Bittensor network, each with its own α token and its own price. Its α currently trades at 0.026217 τ (≈ $5.95), against 13,661 τ of pool liquidity. On-chain, the best-delegated validator on it yields about 71.5% APR, emissions add 0.000000 τ to the pool each block, epochs run every 360 blocks. It was registered at block #7,366,897.
More from SN15 ORO
Taosis indexes announcements, articles and releases about Bittensor subnets from their own channels and keeps a record of each. The text above is the source’s; the figures are read from the chain by Taosis.