Skip to content

Nodexo v0.1.1

Choose a tag to compare

@nauttiilus nauttiilus released this 24 Jun 11:42

Initial public release of Nodexo, a verified decentralized compute subnet on Bittensor.

Included

  • Miner and validator daemons
  • Public testnet and mainnet chain configuration
  • One-command installer and setup scripts
  • GPU proof generation and validator-side proof verification
  • Operator CLI for fleet, inventory, and registration flows
  • Validator rental, billing, inventory, scoring, and weight-setting components
  • Prebuilt ZkGEMM runtime artifacts for supported environments

Validator

  • Sets validator weights by on-chain block cadence instead of wall-clock sleep.
  • Uses cached chain head data for scheduler timing and refreshes metagraph only near the due window.
  • Prevents validator weight staleness when no positive miner score is currently available by falling back to the configured burn UID.
  • Bumps validator_version to 0.1.1.

Miner

  • Miner version remains 0.1.0.
  • No miner update is required for this release.

Compatibility

  • spec_version remains 0.1.0.
  • No subnet weight-version change is required.
  • Validators running with auto-update enabled will update when they detect validator_version = 0.1.1.
  • Miners should not auto-update from this release because miner_version is unchanged.

Upgrade

Fresh install:

curl -fsSL https://raw.githubusercontent.com/nodexo-ai/nodexo/main/install.sh | bash

**Full Changelog**: https://github.com/nodexo-ai/nodexo/commits/v0.1.1